Scrape
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The URL to scrape
Actions to perform on the page before grabbing the content
Tags to exclude from the output.
Formats to include in the output.
markdown
, html
, rawHtml
, links
, screenshot
, screenshot@fullPage
, json
Headers to send with the request. Can be used to send cookies, user-agent, etc.
Tags to include in the output.
Extract object
Location settings for the request. When specified, this will use an appropriate proxy if available and emulate the corresponding language and timezone settings. Defaults to 'US' if not specified.
Set to true if you want to emulate scraping from a mobile device. Useful for testing responsive pages and taking mobile screenshots.
Only return the main content of the page excluding headers, navs, footers, etc.
Removes all base 64 images from the output, which may be overwhelmingly long. The image's alt text remains in the output, but the URL is replaced with a placeholder.
Skip TLS certificate verification when making requests
Timeout in milliseconds for the request
Specify a delay in milliseconds before fetching the content, allowing the page sufficient time to load.