Contents
Retrieve page contents
Retrieves clean HTML or Markdown content from a list of URLs. Supports up to 20 URLs per request (public API limit). Specify which formats to return: html, markdown, metadata.
post/web_search/contents
Request body
Example request
{
"crawl_timeout": 10,
"formats": [
"markdown",
"metadata"
],
"urls": [
"https://en.wikipedia.org/wiki/Artificial_intelligence"
]
}Response
Successful content retrieval response.