Skip to content

Variation issue #3

@ofignacio

Description

@ofignacio

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions