v3

latestOpenAPI 3.1.02026-08-045365213.8 KB

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

languagestring nullable

Source language of the web page text in ISO-639-2 two-letter language codes

textstring required

The extracted text content of the web page