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

Changes

Changed in 1 of the 8 revisions of this API.1

    • removed the optional property anyOf[subschema #1: ExtractResponse]/links from the response with the 200 status

      response-optional-property-removed