Returns the content of the web pages
Returns the HTML or Markdown of a target webpage.
Authentication
X-API-Keystring
A unique API Key is required to authorize API access. For details, see how to get your API Key.
Request
This endpoint expects an object.
urls
Array of URLs to fetch the contents from.
format
The format of the content to be returned.
Allowed values:
Response
An array of JSON objects containing the page content of each web page
url
The webpage URL whose content has been fetched.
title
The title of the web page.
html
The retrieved HTML content of the web page.
markdown
The retrieved Markdown content of the web page.