v1
latestSwagger 2.02026-07-148830.4 KBExtract data (browser)
Visits the URL with a full browser and extracts the data. This request costs 5 credits.
Query parameters
The URL of the website to query
If the items should be return "normal" with multiple levels or "flat" with just one level and linked instead.
Some types like "PropertyValue" do save key and value in separate properties which makes the data harder to process. If this option gets set it converts them automatically into the regular key -> value format.
Returns additionally also the raw HTML as property "rawHtml".
If and what kind of screenshot should be returned. Do only request screenshot generation when really needed because it will increase the response time significantly.
The widh of the screenshot in pixel.
The file format of the screenshot
Response
OK - Successful Request
Example response
{
"additionalData": {
"locality": {
"country": "US",
"language": "en"
}
},
"favicon": "http://example.com/favicon.ico",
"items": [
{
"@type": "WebPage"
}
],
"screenshot": "AvDjs4...SjfRf",
"statusCode": "200",
"title": "Product 1 - Online Shop - example.com",
"url": "http://example.com/product_1.html"
}