Skip to main content
All integrations
AdapterNative SDK adapters

SuperScraper + LangChain

Native SDK adapter

A first-party LangChain document loader and tools. Drop SuperScraper into a chain or agent and get clean, LLM-ready content back.

How it connects

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

Install & use

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

import { createScrapeTool } from "@superscraper/langchain";

// Reads SUPERSCRAPER_API_KEY from the environment.
const scrape = await createScrapeTool();
const result = await scrape.invoke({ url: "https://example.com" });

Connect LangChain in five minutes

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