Skip to main content
ClaudeWave

DataLeads API product - see README

MCP ServersOfficial Registry0 stars0 forksPythonNOASSERTIONUpdated today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: Docker · ghcr.io/dataleads/web-scraper-mcp
Claude Code CLI
claude mcp add web-scraper -- docker run -i --rm ghcr.io/dataleads/web-scraper-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "web-scraper": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "ghcr.io/dataleads/web-scraper-mcp"],
      "env": {
        "DATALEADS_API_KEY": "<dataleads_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
DATALEADS_API_KEY
Use cases

MCP Servers overview

# Web Scraper API (Anti-Bot)

> Fetch, crawl, and browse protected pages with anti-bot handling - renders in a real browser and returns clean JSON or markdown.

Part of the **DataLeads** API suite (Data category). Requests render in a real browser with anti-bot handling and protected-page support built in - no proxies to manage, no infrastructure to run.

## Endpoints

| Method | Path | Description |
|---|---|---|
| POST | `/fetch` | V1 Fetch |
| POST | `/web/crawl` | V1 Web Crawl |
| POST | `/browse` | V1 Browse |
| POST | `/captcha/solve` | V1 Captcha Solve |

## Quick start

```bash
curl -X POST https://data.dataleads.pro/v1/fetch \
  -H 'Content-Type: application/json' \
  -d '{"clientKey": "YOUR_CLIENT_KEY", "url": "https://www.zillow.com/homes/Austin,-TX_rb/"}'
```

Replace `YOUR_CLIENT_KEY` with your key. Get one at [https://data.dataleads.pro](https://data.dataleads.pro) - free tier included.

## MCP server

- **Remote (Streamable HTTP):** `https://data.dataleads.pro/mcp/web-scraper`
- **Stdio (Docker):** `docker run -e DATALEADS_API_KEY=yourkey ghcr.io/dataleads/web-scraper-mcp:latest`

## Pricing

| Tier | Price | Requests |
|---|---|---|
| Free | $0 | 500/mo |
| Starter | $9/mo | 5,000 |
| Pro | $29/mo | 25,000 |
| Business | $99/mo | 100,000 |
| Enterprise | custom | custom |

Full plan details at [https://data.dataleads.pro](https://data.dataleads.pro).

## License

MIT - see [LICENSE](LICENSE).
anti-botapicrawlingdataleadsmcpmcp-serverscraping

What people ask about web-scraper

What is DataLeadsPRO/web-scraper?

+

DataLeadsPRO/web-scraper is mcp servers for the Claude AI ecosystem. DataLeads API product - see README It has 0 GitHub stars and its last recorded update is dated 2026-09-17.

How do I install web-scraper?

+

You can install web-scraper by cloning the repository (https://github.com/DataLeadsPRO/web-scraper) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is DataLeadsPRO/web-scraper safe to use?

+

Our security agent has analyzed DataLeadsPRO/web-scraper and assigned a Trust Score of 80/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains DataLeadsPRO/web-scraper?

+

DataLeadsPRO/web-scraper is maintained by DataLeadsPRO. The last recorded GitHub activity is dated 2026-09-17, with 0 open issues.

Are there alternatives to web-scraper?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy web-scraper to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: DataLeadsPRO/web-scraper
[![Featured on ClaudeWave](https://claudewave.com/api/badge/dataleadspro-web-scraper)](https://claudewave.com/repo/dataleadspro-web-scraper)
<a href="https://claudewave.com/repo/dataleadspro-web-scraper"><img src="https://claudewave.com/api/badge/dataleadspro-web-scraper" alt="Featured on ClaudeWave: DataLeadsPRO/web-scraper" width="320" height="64" /></a>

More MCP Servers

web-scraper alternatives