/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 aurl and returns the webpage content in your preferred format. You can choose whether to render JavaScript or retrieve the static HTML.
Example Request
curl
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.