Live web search results and backlink lookups in a single API call. Ground your AI agent in fresh sources, no SERP-scraping pipeline to maintain.
Fresh results, the same shape every other endpoint returns.
curl -X POST https://api.crawlcrawl.com/v1/cloud/search \
-H "Authorization: Bearer crk_..." \
-d '{"query":"rust async tutorial","num":10}'
# returns
{
"items": [
{ "url": "...", "content": "...snippet...", "status": 200 },
...
],
"result_count": 10
}
What sites link to a given URL. Useful for SEO audits, citation tracking, and competitive intel.
curl -X POST https://api.crawlcrawl.com/v1/cloud/links \
-H "Authorization: Bearer crk_..." \
-d '{"url":"https://your-site.com"}'
One call. Real-time. Same key as everything else.
Get an API key — free