PRODUCT

Search.

Live web search results in a single API call. Ground your AI agent in fresh sources, no SERP-scraping pipeline to maintain.

Web search

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
}

Outbound link extraction

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.

Where it fits

SERP results without the scraping headache.

One call. Real-time. Same key as everything else.

Get an API key — free