Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variation issue #3

Open
ofignacio opened this issue Feb 14, 2024 · 0 comments
Open

Variation issue #3

ofignacio opened this issue Feb 14, 2024 · 0 comments

Comments

@ofignacio
Copy link

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"
}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant