
Avoid Getting Blocked— pay per success.
Pay-as-you-go API for AI agents and automation workflows. Handles JavaScript rendering and modern website complexity — you only pay for successful requests.

One request, clean data back
Send a URL, get structured data — HTML, JSON, or LLM-ready Markdown — through one API. No infrastructure, billed only on success.
- 1
Send one request
POST the URL to a single endpoint. No browser farm, no proxy list, no infrastructure to run.
- 2
We run a real browser
A real browser engine loads the page through a residential IP, renders JavaScript, and keeps a consistent session.
- 3
Get clean data back
One JSON response with the status, full HTML, cookies, and LLM-ready Markdown. You’re only billed when it succeeds.
curl -X POST 'https://publisher.scrappey.com/api/v1?key=YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "cmd": "request.get", "url": "https://example.com" }'{
"solution": {
"statusCode": 200,
"response": "<!DOCTYPE html> … </html>",
"markdown": "# Example Domain …",
"cookies": [ … ]
},
"timeElapsed": 2345,
"data": "success"
}Building an AI agent?
Clean HTML or LLM-ready Markdown from JavaScript-heavy and complex modern websites.
- Drop-in Claude / Codex skill + MCP server
- LangChain, LlamaIndex, n8n, Make
- Only pay when a request succeeds
Side project or indie hacker?
The only major scraping API with true pay-as-you-go — no monthly contract for your weekend project.
- Free trial, then from €0.10/1K (direct) or €1/1K (full browser)
- Residential proxies included on both tiers — no separate proxy billing
- Balance never expires — stop any time
- Failed scrapes are free
Why choose Scrappey?
The most powerful, affordable, and developer-friendly web scraping API. See how we compare to the competition.
| Features | Scrappey | ZenRows | ScrapingBee | Scrapfly | Scrape.do |
|---|---|---|---|---|---|
Price per 1K Scrapes(JS Render + Residential Proxies, entry plan) | €1 | ~$6.90— | |||
Concurrent Requests(Entry plan limit) | 200 | 20— | |||
Browser Automation(Actions and interactions) | 30+ Actions | Basic— | |||
Billing Model(Payment flexibility) | Pay-as-you-goBalance stays indefinitely | Monthly— | |||
Entry Plan Minimum(Lowest monthly commitment) | $0No subscription | $69/mo— |
Competitor figures reflect effective rates on each provider's cheapest plan that unlocks JavaScript rendering and residential (premium) proxies, using each provider's own per-request credit multipliers. Rates rounded; actual cost varies with plan and usage.
Sources (verified 2026-06-03): ZenRows pricing · ScrapingBee pricing · Scrapfly pricing · Scrape.do pricing · Firecrawl 2026 comparison
Build with Scrappey in one prompt
The entire API — endpoints, browser actions, error codes — lives in a single LLM-ready file. Point Cursor, Claude Code, Copilot, or ChatGPT at it and ship a working integration without leaving your editor.
Feed the docs to your agent
Read https://docs.scrappey.com/llms-full.txt — the full Scrappey web-scraping API reference. Then write a script that fetches <URL> through Scrappey and returns the page as Markdown, with challenge handling where needed.
Or hand the model a direct link:
Or call the API directly
curl -X POST 'https://publisher.scrappey.com/api/v1?key=YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"cmd": "request.get",
"url": "https://example.com"
}'Returns clean HTML, headers, cookies, and screenshots — verification workflows handled for you. Pay only on success.

Built for modern websites
Real browser rendering — designed for consistent results across JavaScript-heavy and complex modern websites.
Build your script in seconds
Use the same simple REST API for both pricing tiers. From clicking buttons to extracting text — copy a 20-line example or write your own.
- Simple REST API
- Works with any programming language
- 20+ ready-to-use examples

Global Coverage
Premium proxies from 195+ countries
Collect location-specific publicly available web data from anywhere in the world

And 185+ more countries available. Use the proxyCountry parameter to specify any location.

Trusted by AI agents, indie developers, and side-project builders worldwide
No-Nonsense Pricing
Two modes, one balance — pick the cheaper one when you don't need a real browser.
Direct scrape
€0.10 / 1K
Raw HTTP + proxy. No JavaScript — best for APIs and static pages.
Full browser load
€1.00 / 1K
Real browser + proxy. Renders JavaScript and handles browser verification flows.
- No subscriptions — pay as you go
- Residential proxies included on both modes
Start building with Scrappey
Try it free. No subscription, no credit card, instant setup — your trial is waiting.
Frequently asked questions
What is Scrappey.com?
How does Scrappey.com work?
Can I customize the proxies used for scraping?
Is there a free trial available?
What happens if a request fails?
I need to scroll or click on a button on the page I want to scrape
What is the pricing structure for Scrappey.com?
Are there any usage restrictions or limitations?
What support channels are available?
I'm not a developer, can you create custom scraping scripts for me?
What is a request and how are they counted?
How fast is Scrappey's API and what if a site is hard to scrape?
Integrations
n8n
Automate workflows visually. Streamline data collection processes.
n8n Template
Pre-built template for modern websites. Simplifies Scrappey integration.
RapidAPI
Access via API marketplace. Easy integration with comprehensive docs.
Apify
Scalable actor-based automation. Reliable browser rendering.
MCP Server
AI-powered browser automation. Intelligent session management.
Scrappey CLI
Scrape from your terminal. One command, pipeable output, CI-ready.
Claude Code Skill
Portable skill for Claude Code + Codex. Browser-backed data access on demand.
LangChain
LangChain connector — clean web data for any chain or agent.
LlamaIndex
LlamaIndex reader — load modern web pages straight into RAG.
Zapier
Connect with 7,000+ apps. Automate workflows easily.
Make
Visual workflow automation. Connect with 1,000+ apps easily.