Extract web page content
Extracts text content from a web page URL. Returns page text and detected language.
get/extract
Query parameters
urlstring nullable
URL of the web page to extract content from.
URL of the web page to extract content from.
domainstring nullable
Bare domain to extract — alias for url=https://{domain}; hits the cached page when available.
Bare domain to extract — alias for url=https://{domain}; hits the cached page when available.
Response
Successful Response
Changes
Changed in 1 of the 8 revisions of this API.1
- ●
removed the optional property
anyOf[subschema #1: ExtractResponse]/linksfrom the response with the200statusresponse-optional-property-removed
- ●