HasData
HasData APIs - Google SERP, Amazon, Zillow, Indeed, Maps, and more
Documentation Index
Fetch the complete documentation index at: https://docs.hasdata.com/llms.txt Use this file to discover all available pages before exploring further.
MCP Server
Connect LLM clients and AI agents to HasData via the Model Context Protocol.
The HasData MCP Server exposes HasData's scraping and search capabilities to any client that speaks the Model Context Protocol. Point your MCP-enabled client (Claude Desktop, Cursor, Windsurf, custom agents, etc.) at the HasData endpoint and your model can scrape web pages, run Google searches, and pull structured data without writing API integration code.
Endpoint
https://mcp.hasdata.com/api/mcp
The server uses the streamable HTTP transport.
Authentication
All requests must include your HasData API key in the x-api-key header. You can find your key in the HasData dashboard.
x-api-key: <your-api-key>
Requests without a valid key are rejected with 401 Unauthorized.
Client Configuration
Claude Desktop / Claude Code
Add the server to your MCP config (claude_desktop_config.json for Claude Desktop, or use claude mcp add for Claude Code):
{
"mcpServers": {
"hasdata": {
"type": "http",
"url": "https://mcp.hasdata.com/api/mcp",
"headers": {
"x-api-key": "<your-api-key>"
}
}
}
}
Cursor
In ~/.cursor/mcp.json (or the project-level .cursor/mcp.json):
{
"mcpServers": {
"hasdata": {
"url": "https://mcp.hasdata.com/api/mcp",
"headers": {
"x-api-key": "<your-api-key>"
}
}
}
}
Other Clients
Any MCP client that supports the streamable HTTP transport with custom headers will work. Configure it with:
- URL:
https://mcp.hasdata.com/api/mcp - Transport: HTTP (streamable)
- Header:
x-api-key: <your-api-key>
Billing
Each tool call consumes HasData credits the same way a direct API request would. See Credits and Concurrency for details.
Serveurs connexes
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Context Scraper MCP Server
A server for web crawling and content extraction using the Crawl4AI library.
getsonar-mcp
KYB due diligence, competitive intelligence, and strategic accounts research for AI agents. KYB covers corporate registries, sanctions screening (OFAC/UN/EU/UK), FCA Register lookup, directors, UBOs, and adverse media. CI covers pricing, hiring, product, sentiment, and corporate events. New accounts get 3 free trial calls. Pay-per-call after: $0.40 per /findings, $2.00 per /run with Claude analysis. Top up from $20 at getsonar.report.
WebWatch MCP
Website change monitoring with URL watching, snapshot comparison, and intelligent content extraction for AI assistants
Webclaw
Web content extraction for LLM pipelines — clean markdown or structured JSON from any URL using browser-grade TLS fingerprinting, no headless browser required. CLI, REST API, and MCP server.
BrowserLoop
Take screenshots and read console logs from web pages using Playwright.
Daft.ie MCP Server
Search and retrieve rental property details from Daft.ie via web scraping.
powhttp-mcp
MCP server enabling agents to debug HTTP requests better
Wayback Machine
Access the Internet Archive's Wayback Machine to retrieve archived web pages and check for available snapshots of URLs.
WebSearch
A web search and content extraction tool using the Firecrawl API for advanced web scraping, searching, and content analysis.
yt-dlp
Download video and audio from YouTube and other platforms using the yt-dlp tool.