Skip to content

Empty "paid" and "suggested" sections on the Amazon Search source #6

@jadabreu

Description

@jadabreu

This is the code I'm using:

Structure payload.

payload = {
'source': 'amazon_search',
'query': 'tactical backpack',
'domain': 'com',
'geo_location':'10001',
'start_page':'1',
'pages':'1',
'render':'html',
'parse': True
}

Get response.

response = requests.request(
'POST',
'https://realtime.oxylabs.io/v1/queries',
auth=(os.getenv('OXY_USER'), os.getenv('OXY_KEY')),
json=payload,
)

Most of the times the "paid and "suggested" sections are empty

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