What is Scrapio?
Scrapio lets AI agents, automation pipelines, and developers extract structured content from the web through a single HTTP API. You don’t manage browsers, proxies, rendering infrastructure, or change-detection pipelines — we do.Core surfaces and dedicated APIs
Fetch
Fetch and render a single URL. Returns HTML, Markdown, JSON, or a screenshot.
Crawl
Crawl a site starting from one or more seed URLs. Controls depth, domain scope, and page budget.
Map
Discover URLs reachable from one or more seed URLs without fetching each page’s full content.
Extract
Pull structured data from any page using CSS selectors, a JSON schema, or a natural-language instruction.
Interact
Drive a real browser: click, type, scroll, wait for elements, take screenshots.
Search (paid plan)
Run a Google search and optionally fetch each result page in the same call. Requires a Pro plan or higher.
Fast Search (paid plan)
A lighter, faster Google web search — organic results only, no HTML capture. Requires a Starter plan or higher.
YouTube (paid plan)
Search YouTube, retrieve video metadata, and download subtitles/transcripts. Requires a Starter plan or higher.
Google (paid plan)
Run dedicated Google SERP requests with locale, device, and search-mode controls. Requires a Pro plan or higher.
Instagram (paid plan)
Fetch profiles, posts, Story Highlights, search, and Reels across 19 dedicated endpoints. Requires a Starter plan or higher.
Twitter / X (paid plan)
Fetch profiles, tweets, search, and Communities across 6 dedicated endpoints. Requires a Starter plan or higher.
Facebook (paid plan)
Fetch Pages, posts, photos, reels, Groups, events, Marketplace, and the Ad Library across 14 dedicated endpoints. Requires a Starter plan or higher.
Amazon (paid plan)
Search Amazon, fetch product details, and retrieve pricing data. Requires a Starter plan or higher.
Walmart (paid plan)
Search Walmart and retrieve structured catalog data. Requires a Starter plan or higher.
Booking.com (paid plan)
Search hotel availability, retrieve property details and room rates, and get review scores. Requires a Starter plan or higher.
Agoda (paid plan)
Search hotel availability, retrieve property details and room rates, and get review scores. Requires a Starter plan or higher.
Airbnb (paid plan)
Search Airbnb listings and retrieve structured listing details. Requires a Starter plan or higher.
Target (paid plan)
Search Target.com and retrieve structured product details. Requires a Starter plan or higher.
Reddit (paid plan)
Fetch a Reddit post with comments, a subreddit’s post feed, or a user’s activity feed. Requires a Starter plan or higher.
TikTok (paid plan)
Retrieve structured metadata for a TikTok video post. Requires a Starter plan or higher.
Apple App Store (paid plan)
Retrieve structured metadata for an Apple App Store app listing. Requires a Starter plan or higher.
Bing Search (paid plan)
Execute a Bing SERP query and receive structured organic and paid results. Requires a Starter plan or higher.
ChatGPT (paid plan)
Send a prompt to ChatGPT and receive a structured response with citations. Requires a Starter plan or higher.
Perplexity (paid plan)
Send a prompt to Perplexity and receive a sourced, web-search-grounded response. Requires a Starter plan or higher.
Gemini (paid plan)
Send a prompt to Gemini and receive a structured response with citations. Requires a Starter plan or higher.
Monitors
Save recurring checks, watch field-level changes, and trigger alerts only when values actually change.
Hotel Monitors (paid plan)
Watch a Booking.com or Agoda property at fixed dates and occupancy, including cross-provider rate-parity monitoring. Requires a Starter plan or higher.
Async jobs
Submit long-running fetch, crawl, interact, search, or monitoring work and poll for results later.
MCP Server
Use the Scrapio directly from Claude, Cursor, Windsurf, and any MCP-compatible agent runtime — no HTTP calls required.MCP Server
One-line install for Claude Desktop, Cursor, and Windsurf. 36 tools covering fetch, search, crawl, browser automation, and dedicated Amazon/Walmart/YouTube/Booking.com/Agoda/Airbnb/Target/Reddit/TikTok/Apple App Store/Bing/ChatGPT/Perplexity/Gemini APIs.
Async jobs
Core workflow surfaces and large dedicated API crawls support async execution. Submit a job, get back ajob_id, and poll /v1/jobs/{id} for the result. Long crawls and multi-step interactions use this path automatically.
Before you start
You need an API key. Get one at scrapio.dev — the free tier includes 1,000 credits per month. All requests are authenticated withAuthorization: Bearer <api-key>.
Quickstart
Make your first API call in under 60 seconds.