For the complete documentation index, see llms.txt. This page is also available as Markdown.

MCP Server

The ScraperAPI MCP Server connects your LLM to ScraperAPI, making scraping as easy as writing a prompt. It supports two modes: a remote server (no local setup required) and a local server (self-hosted via Python or Docker).

How It Works

  • Connects your LLM client to ScraperAPI via a remote server (https://mcp.scraperapi.com/mcp) or a locally hosted instance.

  • Starts automatically when your client needs it.

  • Supports a range of ScraperAPI parameters (geotargeting, premium proxies, JS Rendering, etc.)

  • Uses ScraperAPI's infrastructure to scrape and fetch the data.

  • Delivers the response directly to your AI, ready to be processed as you decide.

Last updated