Solutions · SEO & SERP
The search index, as an API.
From rank-tracker MVPs to enterprise AEO platforms — query, crawl, and extract every layer of the modern search stack.
SERP scraping
Live results with titles, snippets, sitelinks, and AI overviews — across locales and devices.
Rank tracking
Schedule keyword sweeps and store time-series in your warehouse.
Content audits
Crawl any site, extract H1/H2 structure, meta, and word counts at scale.
International SEO
Hreflang-aware crawling. Localized SERPs from real geos.
Backlink discovery
Combine search + scrape to surface fresh mentions and link opportunities.
AEO & AI search
Build datasets to optimize for ChatGPT, Perplexity, and Google AI Overviews.
Search a SERP
POST /v1/search
{
"query": "best vector database 2026",
"country": "us",
"limit": 20,
"include_content": true
}Crawl a site
POST /v1/crawl
{
"url": "https://competitor.com",
"max_pages": 500,
"extract": { "title": "string", "h1": "string" }
}