ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use ScraperAPI with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Equip your AI agent with proxy rotation and headless browsers to extract HTML, Google SERPs, and Amazon data at scale.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete ScraperAPI capability set.

These are the exact actions your AI can choose when you ask it to work with ScraperAPI.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through ScraperAPI.

  1. 01

    Scrape HTML

    Automatically rotates proxies. Scrapes standard HTML from a URL

  2. 02

    Scrape js rendered

    Scrapes a URL with JavaScript rendering enabled

  3. 03

    Scrape premium

    Scrapes a URL using high-quality residential proxies

  4. 04

    Create async job

    Returns a job ID. Creates an asynchronous scraping job

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through ScraperAPI.

  1. 05

    Custom scrape

    Performs a scrape with custom ScraperAPI parameters

  2. 06

    Get account stats

    Retrieves API usage statistics

  3. 07

    Get async job

    Retrieves the status and result of an async job

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through ScraperAPI.

  1. 08

    Get screenshot link

    Generates a URL to capture a full-page screenshot

  2. 09

    Scrape amazon

    Retrieves structured Amazon product details

  3. 10

    Scrape google serp

    Retrieves structured Google Search results

Observed, not estimated

878ms average. Fast in production.

ScraperAPI is checked daily against the live service.

Daily averagePeak 1072ms
Aug 20Today
Fastest day
728ms
Slowest day
1072ms
14-day trend
Slowing+13%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of ScraperAPI, so you can see the experience inside your AI.

It does not authenticate your account with ScraperAPI. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

ScraperAPI Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_nELcO4Myrx7IrBymIKoaUd3mXQyjfxnY1APMhbc3/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — ScraperAPI capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "scraperapi-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_nELcO4Myrx7IrBymIKoaUd3mXQyjfxnY1APMhbc3/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions ScraperAPI owners ask.

  • 01

    Can the agent bypass Cloudflare screens when scraping?

    Yes. If standard scraping (scrape_html) encounters a block, you can prompt the agent to 'Retry using premium proxies' (scrape_premium). This engages ScraperAPI's massive pool of residential IP addresses to mimic normal human traffic perfectly.

  • 02

    How can I extract pricing data directly from Amazon?

    Instead of attempting to parse Amazon's chaotic HTML structure, just ask your agent: 'Get the Amazon product details for ASIN B0BQK...'. The agent uses scrape_amazon to return structured JSON data, neatly outputting the item's price and stock availability.

  • 03

    Does the scraping capability consume my LLM context window linearly?

    Not if you use async jobs. For heavy pages, tell the agent 'Create an async job to scrape this URL'. It will return a Job ID (create_async_job), freeing up the chat. You can then ask the agent to 'check on the async job' (get_async_job) whenever you're ready.