Questions tagged [amazon-advertising-api]

Amazon offers professional sellers the opportunity to advertise their products on Amazon. The API allows you to programmatically manage Sponsored Products campaigns, ad groups, ads, keywords, bids, and budgets. In addition, detailed reporting for Sponsored Products and Headline Search Ads allows you to pull performance data to analyze sales and investments.

Links:

  1. Documentation

  2. GitHub

  3. Get API access

102 questions
1
vote
1 answer

Advanced Amazon search on best seller categories

As an Amazon seller I do lots of research on items to sell. Looking for a way to search on Amazon in different departments for best sellers either programmatically or by other means. For example, under Beauty what are the top sellers for Revlon? You…
1
vote
2 answers

Amazon Product Advertising API, timestamp issue

Integrated Amazon Product Advisement API with my own application, It's working fine but the problem is: To access the API we need time stamp, when I put the code on the server ( which is in other country), and used the server time stamp, then API…
1
vote
2 answers

Amazon Product Advertising API (ItemSearch with ItemPage)

I wrote the following code: from hashlib import sha256 from base64 import b64encode import hmac import urllib from time import strftime, gmtime url = 'http://ecs.amazonaws.com/onca/xml' AWSAccessKeyId =…
user1427111
0
votes
1 answer

What is wrong with this Amazon Product Advertising API query

I am keep getting the 400 Bad Request Error. Please can any one tell me what i am doing wrong here?? I don't want to use libraries. from requestmanager import RequestManager from datetime import datetime from urllib import quote dt =…
Aamir Rind
  • 38,793
  • 23
  • 126
  • 164
0
votes
2 answers

Amazon API, Product Advertising API , ItemSearch, C#

I'm trying to get use the new product amazon API to search for products on Amazon. I've been looking at their sample code and other people's examples of this but I'm not getting back any results and wondering if anyone else has used the API recently…
Standage
  • 1,517
  • 7
  • 22
  • 41
0
votes
1 answer

Amazon Advertising API - Get bestsellers for all categories

How can I create a url which returns the name of the best sellers (top 100) of all product categories in amazon?
burner007
  • 643
  • 3
  • 10
  • 23
0
votes
0 answers

Amazon Ad API - Error while downloading a Report using Python API

I am trying to access a report called Sponsored products using Amazon AD API in python. https://python-amazon-ad-api.readthedocs.io/en/latest/api/reports.html#ad_api.api.Reports.Reports.post_report The code is as below. data = { "name":"", …
0
votes
0 answers

i want to keyword serach api with the third party amazon-ads

I have find the in https://advertising.amazon.com/API/docs/en-us/guides/reporting/v2/metrics#performance-metrics I am not able to find the keywordSearch api const AWS = require('aws-sdk'); const axios = require('axios'); AWS.config.update({region:…
0
votes
0 answers

Add order by time to array_sort(collect ) in sql for Amazon advertising data

I have the following query which determines the exposure to platforms. I think currently it is being ordered alphabetically on Platform only. I need to add order to exposure by impression_t. WITH DS_CAMPAIGNS AS (select …
R.A
  • 97
  • 1
  • 12
0
votes
0 answers

How to get orders in amazon ads reporting api for report spCampaigns?

I need an orders field when generating a report for Amazon ads report type is sp Campaigns so how to get this orders field? I am expecting an order count in response like this { "date": "2023-05-15", "cost": 20, "costPerClick":…
0
votes
1 answer

Persist tokens for third party user-interaction RESTful service strategies. (Amazon AdApi)

I'm developing an API for a standalone SPA that is deployed in a static server. In my proposal architecture design, the SPA client accesses my API server by using the access token issued by my own implemented identity Server (API and Identity Server…
0
votes
0 answers

Amazon Advertising API and Wix

I have a wix based website. I want to use [Amazon-advertising-api] to pull products data automatically from Amazon to my Wix website One option I had in mind is that there a VELO coding tool in Wix editor => I thought to use it, but looking for a…
Gadi Ben Amram
  • 197
  • 1
  • 3
  • 13
0
votes
0 answers

Amazon advertising api (from their "example" website) failing on: Error: Cannot find module './src/index'

I am trying to build on my local machine (mac) a simple node JS file to run the Amazon Advertising API and pull some products data. I using the Amazon example as they posted at https://webservices.amazon.com/paapi5/documentation/with-sdk.html…
Gadi Ben Amram
  • 197
  • 1
  • 3
  • 13
0
votes
2 answers

Is there Amazon API for Amazon Stores?

I would like to know if there's an existing API for Stores on Amazon.com? A way for developers to get the Insights from the Stores. Service: https://advertising.amazon.com/en/solutions/products/stores I wanna develop a integration with the service
0
votes
0 answers

How to filter an AWS request using salesrank

I would like to search for books using the below method. However, I don't believe any 'salesrank' parameter exists. { "SearchIndex": "Books", "Keywords": "", "salesrank": "(1 ,2 ,3.. n)", "Resources": ["Images.Primary.Medium", "ItemInfo.Title",…