The /fetch
endpoint allows you to fetch a single webpage from a given URL.
/fetch
endpoint retrieves the raw HTML or markdown of the webpage at the given URL, with the ability to render the Javascript or not.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The raw HTML of the webpage.