India's first Web Data API

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.

request.sh
$ 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.

Live

SERP API

Google, Bing, DuckDuckGo, YouTube. Organic results, knowledge graph, AI overviews, local pack, shopping, images.

Coming Soon

Web Scraping API

Any URL to clean text, HTML, or markdown. Headless rendering, proxy rotation, CAPTCHA solving built in.

Coming Soon

E-commerce API

Amazon, Flipkart, Meesho product data. Pricing, reviews, availability. Structured and ready to use.

Planned

AI Grounding API

Web pages converted to LLM-ready chunks. Feed your RAG pipeline or AI agent real-time web data.

Planned

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.

0
Indian competitors
No one serves the Indian developer market. We do.
INR
Native pricing
Pay in rupees. UPI, cards, net banking. No forex markup.
<1s
Avg response time
Indian & global proxies. Low-latency infrastructure.
6
APIs, one key
SERP, scraping, e-commerce, news, AI grounding, MCP.

Developer-first API

Clean REST API. Predictable JSON responses. SDKs for Python, Node.js, and Go. Get started in under 2 minutes.

POST /v1/serp
POST /v1/scrape
POST /v1/batch
GET /v1/usage
example.py
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

Free
2,500 queries/mo
  • Google SERP API
  • 2,500 queries/month
  • JSON responses
  • Community support
Start Free
Most Popular

Starter

For indie developers

₹4,000 /month
50K queries/mo
  • All engines (Google, Bing, YouTube)
  • 50,000 queries/month
  • Geo-targeting (50+ countries)
  • AI Overviews parsing
  • Priority queue
  • Email support
Get Started

Growth

For agencies & SaaS

₹12,000 /month
200K queries/mo
  • Everything in Starter
  • 200,000 queries/month
  • Web Scraping API
  • Batch requests (1,000/call)
  • Webhooks & callbacks
  • Dedicated support
Get Started

Scale

For data-heavy products

₹40,000 /month
1M+ queries/mo
  • Everything in Growth
  • 1,000,000+ queries/month
  • E-commerce & News APIs
  • Custom parsing rules
  • SLA guarantee (99.9%)
  • Slack support channel
Contact Us

Need more? Contact us for enterprise pricing with custom SLAs.

Roadmap

Start narrow, go wide. Same infra powering every product.

SERP API

Building

Google, Bing, DuckDuckGo, YouTube results.

Web Scraping API

Next

Any URL to clean text, HTML, or markdown.

E-commerce API

Planned

Amazon, Flipkart, Meesho product data.

News API

Planned

Real-time headlines. Subscription-friendly.

AI Grounding API

Planned

Web to LLM-ready chunks. Premium tier.

MCP Server

Planned

Feed 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.