Skip to content

Web API Documentation & Endpoint Directory

The Web API section covers general-purpose crawling endpoints for fetching public pages as raw HTML, browser-rendered HTML, or cleaned Markdown.

Use these endpoints when you need page extraction, monitoring, metadata collection, or LLM-ready content pipelines without relying on Google SERP-specific endpoints.

Available APIs

EndpointMethodDescription
Crawl HTML APIGETGet webpage crawl data, including returns full raw HTML content, fast and cost-efficient, and optimized for static page crawling, for scraping, metadata extrac…
Crawl Webpage (Rendered HTML) APIGETGet webpage crawl data, including returns full raw Rendered HTML content, fast and cost-efficient, and optimized for static page crawling, for scraping, metada…
Crawl Markdown APIGETGet webpage crawl data, including removing boilerplate, for readable extraction, documentation workflows, and LLM input.