Documentation

Welcome to Scrappey

Documentation for the Scrappey web data API. Guides, API references, and copy-paste examples for pay-per-success requests — JS rendering, headless browsing, and session management behind a single API, for content you are authorized to access.

💡

Welcome to Scrappey's Wiki

This contains all the information you need about the service we provide.

Scrappey.com handles the operational side of web data collection — session management, proxy rotation, and headless browser rendering — behind a single API, so you can focus on the content you are authorized to collect.

Why Scrappey

Built for builders

🚀

Robust Data API

A production-grade API that handles session management, proxy rotation, and headless browser rendering so your data pipeline stays stable on complex, JS-heavy sites.

🌐

Headless Browsing

Reach sites that require cookies, interaction, or multi-step flows. Automate real browser interactions for forms and navigation on content you are authorized to access.

💰

Pay Per Success

No subscription. Failed requests are free. Balance never expires, stop any time — transparent, usage-based pricing.

Integrations

Plug Scrappey into your stack

Drop Scrappey into Claude Code, LangChain, LlamaIndex, n8n, Make, Zapier, Apify, and RapidAPI. Same pay-as-you-go pricing across every integration — use it only for data you are authorized to collect.

n8n

Workflow Automation

Explore

Automate data collection across 1,000+ apps with visual workflows. Pre-authenticated Scrappey node.

n8n Template

Ready-to-Use Workflow

Explore

Pre-built workflow for collecting data from dynamic, JS-heavy pages you are authorized to access — import and run in seconds.

Make

Automation Platform

Explore

Connect Scrappey with 1,000+ apps inside Make's visual scenario builder. No code required.

Zapier

Automation Platform

Explore

Wire Scrappey into 7,000+ apps through Zapier. Trigger authorized data collection on a schedule, on webhook, or from any Zap.

LangChain

AI Framework

Explore

Official Scrappey connector for LangChain. Drop browser-rendered page retrieval into any chain or agent — clean text ready for your LLM, for content you are authorized to access.

npm install @scrappey/langchain
import { ScrappeyLoader } from "@scrappey/langchain";

const loader = new ScrappeyLoader({
  apiKey: process.env.SCRAPPEY_API_KEY!,
  url: "https://example.com",
});

const docs = await loader.load();
// → docs[0].pageContent is clean text your LLM can reason over

LlamaIndex

RAG Data Loader

Explore

LlamaIndex reader that ingests dynamic, JS-heavy pages you are authorized to access straight into your RAG pipeline. Returns Document objects ready to embed.

pip install llama-index-readers-scrappey
from llama_index_readers_scrappey import ScrappeyReader

reader = ScrappeyReader(api_key="YOUR_KEY")
docs = reader.load_data(urls=["https://example.com"])
# → docs is a list of llama_index Document objects

Claude Code Skill

AI Agent Skill

Explore

Portable SKILL.md bundle that gives Claude Code (and any SKILL.md-compatible agent) browser-rendered page retrieval out of the box — for content you are authorized to collect.

# Drop the skill into your Claude Code skills folder
git clone https://github.com/pim97/scrappey-skill \
  ~/.claude/skills/scrappey
# Set your API key
export SCRAPPEY_API_KEY="your_key_here"

MCP Server

AI Integration

Explore

MCP server that bridges any MCP-compatible AI model (Claude, Cursor, etc.) with Scrappey browser automation and session management.

{
  "mcpServers": {
    "scrappey": {
      "command": "npx",
      "args": ["-y", "mcp-server-scrappey"],
      "env": { "SCRAPPEY_API_KEY": "your_key_here" }
    }
  }
}

Apify

Actor Platform

Explore

Scrappey as an Apify actor. Combine browser rendering with Apify's job infrastructure for scalable, authorized data collection.

RapidAPI

API Marketplace

Explore

Access Scrappey through RapidAPI with unified authentication and the RapidAPI dashboard.

Latest updates

Recently Updated

Ethics

Report Abuse

Scrappey.com is committed to legitimate, lawful use of our service. We strictly prohibit activity that infringes on others' rights, including cybercrime, unauthorized access, and fraud. Accounts found violating our Terms of Service are suspended.

Our platform is built for legitimate business use cases — SEO monitoring, ad verification, market research, price aggregation, academic research, and other lawful data collection where the user has authorization from the content owner or is otherwise permitted by applicable law.

If you believe our service has been used in a way that violates your rights, please contact us with the details. Once verified, we will terminate the offending account's access and cooperate with legitimate requests to the extent permitted by law.

Contact

To report abuse or any inquiries, email us:

📧 [email protected]
🚀

Ready to get started?

Start with 150 free requests — no credit card, no subscription.