You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the times the "paid and "suggested" sections are empty
The text was updated successfully, but these errors were encountered:
jadabreu
changed the title
Lack of results in the "paid" and "suggested" sections of the Amazon Search source
Empty "paid" and "suggested" sections on the Amazon Search source
Jul 24, 2024
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
The text was updated successfully, but these errors were encountered: