Web data,
one API call away
SERP results, web scraping, e-commerce data. Structured JSON responses. Built for AI agents, SEO tools, and data pipelines.
$ curl https://api.crawlhq.dev/v1/serp \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"q": "best magento agencies", "gl": "in"}'
// 200 OK — 0.8s
{
"results": [
{
"position": 1,
"title": "Top 15 Magento Agencies in India",
"url": "https://clutch.co/...",
"snippet": "Rated leaders in..."
}
],
"credits_used": 1,
"cached": false
} One platform, every data source
Start with SERP. Scale to any structured data from the web.
SERP API
Google, Bing, DuckDuckGo, YouTube. Organic results, knowledge graph, AI overviews, local pack, shopping, images.
Web Scraping API
Any URL to clean text, HTML, or markdown. Headless rendering, proxy rotation, CAPTCHA solving built in.
E-commerce API
Amazon, Flipkart, Meesho product data. Pricing, reviews, availability. Structured and ready to use.
AI Grounding API
Web pages converted to LLM-ready chunks. Feed your RAG pipeline or AI agent real-time web data.
MCP Server
Give Claude, Cursor, and AI agents live web access. First MCP-native web data provider for the Indian market.
Pay Per Success
Only charged for successful responses. Failed requests cost nothing. No subscriptions required.
Why CrawlHQ?
Built in India, for builders everywhere.
Developer-first API
Clean REST API. Predictable JSON responses. SDKs for Python, Node.js, and Go. Get started in under 2 minutes.
/v1/serp /v1/scrape /v1/batch /v1/usage import crawlhq
client = crawlhq.Client("YOUR_API_KEY")
# Google SERP
results = client.serp(
q="magento development company",
gl="in",
num=10,
)
for r in results.organic:
print(r.title, r.url)
# Scrape a page
page = client.scrape(
url="https://example.com",
format="markdown",
)
print(page.content[:500]) Simple, transparent pricing
Priced in INR. No hidden fees. Only pay for successful responses.
Free
For testing & prototyping
- Google SERP API
- 2,500 queries/month
- JSON responses
- Community support
Starter
For indie developers
- All engines (Google, Bing, YouTube)
- 50,000 queries/month
- Geo-targeting (50+ countries)
- AI Overviews parsing
- Priority queue
- Email support
Growth
For agencies & SaaS
- Everything in Starter
- 200,000 queries/month
- Web Scraping API
- Batch requests (1,000/call)
- Webhooks & callbacks
- Dedicated support
Scale
For data-heavy products
- Everything in Growth
- 1,000,000+ queries/month
- E-commerce & News APIs
- Custom parsing rules
- SLA guarantee (99.9%)
- Slack support channel
Need more? Contact us for enterprise pricing with custom SLAs.
Roadmap
Start narrow, go wide. Same infra powering every product.
SERP API
BuildingGoogle, Bing, DuckDuckGo, YouTube results.
Web Scraping API
NextAny URL to clean text, HTML, or markdown.
E-commerce API
PlannedAmazon, Flipkart, Meesho product data.
News API
PlannedReal-time headlines. Subscription-friendly.
AI Grounding API
PlannedWeb to LLM-ready chunks. Premium tier.
MCP Server
PlannedFeed Claude, Cursor, and AI agents live web data.
Get early access
Join the waitlist. First 100 signups get 10,000 free queries/month for life.
No spam. Unsubscribe anytime.