webscraperapi

webscraperapi

Give your AI agent web access in under a minute

Sign in, grab your API key, and your agent can scrape, search, and extract structured data from any page.

500 free credits. No credit card required.
  1. 1. Sign in and grab your API key

    One click with Google, then create a key from your dashboard:

    echo 'WEBSCRAPERAPI_API_KEY=your_api_key' > .env.webscraperapi source .env.webscraperapi
  2. 2. Run your first request with curl
    curl -G "https://api.webscraperapi.ai:443/v2/scrape" \ -H "Authorization: Bearer $WEBSCRAPERAPI_API_KEY" \ --data-urlencode "url=https://en.wikipedia.org/wiki/Anthropic" \ --data-urlencode "prompt=When was Anthropic founded?"
  3. 3. Give the API key to your AI agent
    You
    I have a WEBSCRAPERAPI_API_KEY in my .env.webscraperapi file. Read webscraperapi.ai/SKILL.md to learn how to use it.
    You
    When was Anthropic founded? Look it up on https://en.wikipedia.org/wiki/Anthropic
    Agent
    Bash(curl -G "…/v2/scrape" --data-urlencode "url=…" --data-urlencode "prompt=When was Anthropic founded?")
    ⎿ 2021
    Agent
    Anthropic was founded in 2021.
  4. 4. (optional) Configure your AI agent with MCP
    claude mcp add --transport http webscraperapi https://api.webscraperapi.ai:443/mcp

Works with

OpenClaw
Claude Code
ChatGPT
Claude Desktop

Sign in and start in under a minute

One click with Google. Use MCP with one command or use API keys.

No credit card·500 free credits

By signing in, you agree to our Terms of Service and Privacy Policy.