Live web search results 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
}
For mapping the link graph OUT of a target page (useful for crawl seeding, broken-link audits, ad-network discovery) use POST /v1/cloud/links. Returns URLs found ON the input page. This is not a backlink intelligence tool — to find who links TO a target across the open web you need a dedicated index like Ahrefs, Semrush, or Moz.
One call. Real-time. Same key as everything else.
Get an API key — free