Skip to main content
We’re excited to introduce the new Fetch endpoint (/fetch), which allows you to retrieve the raw HTML or markdown content of any webpage with optional JavaScript rendering capabilities.

How to use

The Fetch endpoint accepts a url and returns the webpage content in your preferred format. You can choose whether to render JavaScript or retrieve the static HTML. Example Request
curl
Example Response
json

Key features

  • Flexible content retrieval: get webpage content as raw HTML or clean markdown.
  • JavaScript rendering: optional JavaScript execution for dynamic content.
  • Direct URL access: fetch content from any publicly accessible webpage.
  • Clean output: structured response with metadata and content.
This endpoint is perfect for content extraction, web scraping, and building applications that need to process webpage data programmatically.