Scrape, Crawl, and Extract API
Fetch one page, run a bounded crawl, or extract grounded answers and fields with Rankability's customer crawler API.
Choose an operation
Operation
Scope
Route
Execution
Costs and cache behavior
Scrape one page
curl -X POST https://app.rankability.com/api/agent/v1/scrape \
-H "Authorization: Bearer rk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/guide",
"includeAeo": true,
"query": "pricing and eligibility"
}'Run a bounded crawl
Extract grounded information
Mode
Required field
Result
Monitor the daily page quota
Common failures
Last updated
Was this helpful?