v1

latestOpenAPI 3.0.12026-07-2210997354.2 KB
Extraction settings

Update extraction settings

Updates extraction settings for a project, including extraction mode and JavaScript rendering options.

put/projects/{project_id}/content_extraction_settings

Request body

mode'automatic' | 'manual' | 'legacy'

The mode to use for content extraction

javascript_enabledboolean

Whether to evaluate JavaScript when extracting content. Useful for single-page applications.

static_ip_enabledboolean

Whether requests should originate from a static IP address when extracting content.

request_headersobject

Headers that you want to include in the HTTP request when fetching and extracting the content.

Response

successful

mode'automatic' | 'manual' | 'legacy'

The mode to use for content extraction

javascript_enabledboolean

Whether to evaluate JavaScript when extracting content. Useful for single-page applications.

static_ip_enabledboolean

Whether requests should originate from a static IP address when extracting content.

request_headersobject

Headers that you want to include in the HTTP request when fetching and extracting the content.