All integrations
AdapterNative SDK adapters
SuperScraper + LlamaIndex
Native SDK adapter
A LlamaIndex (TypeScript) reader that turns any URL into nodes ready for indexing and retrieval.
How it connects
Planned first-party SDK package. Not published yet, call the REST API today.
Install & use
# @superscraper/llamaindex — available at launch, not yet published
# In the meantime, call the REST API directly with fetch or curl.
import { createScrapeTool } from "@superscraper/llamaindex";
// Reads SUPERSCRAPER_API_KEY from the environment.
const scrape = await createScrapeTool();
const result = await scrape.call({ url: "https://example.com" });Connect LlamaIndex in five minutes
Mint a key, or let your agent mint its own, and start pulling the live web. Free tier, no card required.