Skip to main content
All integrations
AdapterNative SDK adapters

SuperScraper + Vercel AI SDK

Native SDK adapter

Tools for the Vercel AI SDK (TypeScript). Give a model live web access inside generateText / streamText tool calls.

How it connects

Planned first-party SDK package. Not published yet, call the REST API today.

Install & use

# @superscraper/vercel-ai — available at launch, not yet published
# In the meantime, call the REST API directly with fetch or curl.

import { generateText } from "ai";
import { superscraperTools } from "@superscraper/vercel-ai";

// superscraperTools() reads SUPERSCRAPER_API_KEY from the environment.
const { text } = await generateText({
  model,
  tools: superscraperTools(),
  prompt: "Summarize https://example.com",
});

Connect Vercel AI SDK in five minutes

Mint a key, or let your agent mint its own, and start pulling the live web. Free tier, no card required.