-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Hi,
When I was working with amazon product scrapper, it doesn’t return the correct variation images/tooltips, it returns the same image for all variations.
The problem is in the parse because when I don’t send it, the html content returns the variation images, but I need it with parse.
Thanks
Request
curl --location 'https://realtime.oxylabs.io/v1/queries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic X' \
--data '{
"source": "amazon_product",
"domain": "com",
"query": "B0CKX64CJ3",
"parse": true
}’
Response
"variation": [
{
"asin": "B0CKX74BPN",
"selected": false,
"dimensions": {
"Color": "Blue"
},
"tooltip_image": "https://m.media-amazon.com/images/I/311w1kHj3RL._SS36_.jpg"
},
{
"asin": "B0CKX7C48Y",
"selected": false,
"dimensions": {
"Color": "Grey"
},
"tooltip_image": "https://m.media-amazon.com/images/I/311w1kHj3RL._SS36_.jpg"
}]
Metadata
Metadata
Assignees
Labels
No labels