Scrape
The scrape API allows for retrieving contents from a web page. You can target specific content by specifying selectors you are interested in.
If the elements
parameter is not set, we default to:
"elements":[ {"selector": "*"} ]
For more information on selectors click here
Body
The URL of the page to retrieve the contents from.
The list of selectors you are interested in.
Advance configurations
This parameter allows you set header properties. e.g Authentication header
Intercepting requests
- jpg
- png
This parameter allows you to specify custom page-load behavior.
Wait for.
Set cookie(s)
The screen size preset to use. Supported values are:
QVGA
VGA
SVGA
HD
HD+
SXGA
FHD
2K
2K QHD
5K
4K UHD
See the full list of screen size presets here
Sets whether the meta viewport tag is taken into account.
The device scale factor. The default value is 1.
The width of the viewport.
The height of the viewport
Header
Your JigsawStack API key
Response
Indicates whether the call was successful.
Was this page helpful?