I hope that you find the video useful and if you have any related questions please ask
@priceless5386Күн бұрын
Part of the associate signup process is entering a URL for your site. What do you do if you dont have the site built yet, but you are working on building the site to use the API?
@getporti3 ай бұрын
i am a developer and i want to pull the list of products available on amazon. i don't have a store. is there any way to do this
@RaddyDev3 ай бұрын
If you want specific products, you can use their ASIN numbers, like I mention in the video. All of the products in the video are fetched using their API - you don't need a store to do that. You will need to register to get an API key as standard.
@getporti3 ай бұрын
@@RaddyDev Thank you for your answer. When I registered, there were 3 conditions. I understood that I had to open a store to complete them. How do you do this?
@getporti3 ай бұрын
@@RaddyDev can you teach me how to do this with an account from scratch. Thanks 🙏
@getporti3 ай бұрын
❌ Have completed 3 qualifying sales in 180 days. ❌ Have an approved associate account. ❌ Comply with the associates program Operating Agreement.
@BhargavPatel-vk1sb20 күн бұрын
i have to make amazon price tracker u have any video related to it?
@RaddyDev16 күн бұрын
I don't have a video on that, but you might be able to use what's on the video to get you started. I made some sort of a price tracker myself by building a database of products and integrating it with the Amazon PAAPI using Node.js. Every morning, a process runs to fetch the products from my database and makes individual calls to the Amazon API to retrieve the latest product data. This updated data is then stored back in the database for tracking and analysis. The issue I have is that I keep running out of API calls.
@notfound12917 ай бұрын
Great Video Raddy!, but can you explain more how we can integrate this in our projects.
@RaddyDev6 ай бұрын
Thank you. I'll break down the approach I took for a personal project into steps. My project was pretty straightforward. It was a Node.js project that allowed connection to my database, used the node-schedule package, and the Amazon SDK. Each product in my database had an ASIN number, which I used to fetch the latest info from Amazon. 1. I configured Node Schedule to run every morning at 10 : 00. 2. I created a process that queries all products with an ASIN number from my database. 3. I used the returned records to make Amazon Requests in batches, with a pause of 2-3 seconds between each request. 4. For each Amazon Request, if I received data back, I updated a record until all records were completed. There might be more efficient ways to do this, but this method worked for me. As a starting point, you might want to set your Node.js to run 2-3 times per week instead of daily I hope this helps, and if you figure out a better way I would love to hear the idea
@notfound12916 ай бұрын
@@RaddyDev Buddy is that project is available on your channel....?
@prashlovessamosa7 ай бұрын
Thanks for sharing Raddy
@gkget3848Ай бұрын
can i get amazon affiliate orders
@RaddyDevАй бұрын
When you make sales from your affiliate links, the orders data will be available Amazon Associates dashboard. It takes some time for them to show.
@gkget3848Ай бұрын
@RaddyDev but I want to this data with api, I am creating a cashback application
@Unknown...05Ай бұрын
can you please tell me how many requests i get for starters?
@RaddyDevАй бұрын
Sure, first 30-day period: One request per second (one TPS) and a cumulative daily maximum of 8640 requests per day (8640 TPD).
@edgarclerigo2 ай бұрын
Hi, first of all, great video. I'm trying to use the search items API, which is pretty similar, but when I search and get the result, the value I get on the Offers, is not the price I see when I open the link, its usually another price from another seller ... by any chance do you know how can I get this correct value? :)
@RaddyDev2 ай бұрын
I took this from the documentation: "The Offers resource contains various resources related to offer listings and summaries for an item. The response can be controlled though various optional parameters such as Condition and MerchantId. By default, the BuyBox winner offer is returned." Look at some of the optional parameters they give, as you might be able to change so it displays the best offer or something like that
@Brillian437Ай бұрын
I am getting invalid signature error while using Amazon APi
@RaddyDevАй бұрын
Double check your credentials. You can also use their scratchpad to test
@Brillian437Ай бұрын
@RaddyDev I have activated my access key on Friday. So, in how many days does it work properly? After how many hours, does it work equally?
@Brillian437Ай бұрын
Scratchpad While doing that, this error of invalid signature comes. When I request a color, the error that comes to me is that it was written that invalid signature error.
@RaddyDevАй бұрын
@@Brillian437 Have you seen this: stackoverflow.com/questions/77885726/amazon-prodcut-api-invalid-signature
@hamza_jazayri6 ай бұрын
thanks for the Video Raddy!, can you explain how to build shopify app.
@chrisder18145 ай бұрын
hello Do you use custom gpt? NEW : I would like to sell jewelry on several platforms, I would need to use SEO software per platform ? One for Amazon, one for ebay...? And if not, do you use no code software and APIs? I try to understand the differences between custom GPT, chrome and WordPress extensions, automation software like browser automation studio and make I had an idea of creating an SEO and image editing but I don't know how to go about it I thought of several solutions either with make or by creating a Chrome or WordPress plugin or by using a existing plugin but I don't think it exists to do what I want or even with a custom GPT seo: OK and what do you think about rank math? I understand that this extension allows me to scan my pages and find the keywords to replace, from my back end, have I understood correctly? And I also understood that this does not allow me to ask it to scan my entire website? I mean if I understood correctly it scans the pages but one by one and I have to do everything by hand? This is why I wondered if I could not create an extension to which I would give the URL of my website and have it scan all the pages and tell me which keywords to replace And I even wondered if I wouldn't be able to make a robot with custom GPT or even with no code software like make in the case where an extension wouldn't be able to allow me to do it, does this idea seem good to you? do you also create chrome or WordPress extensions? I'm asking you this question because I'm trying to understand what I could do with custom GPT, could I do more with a chrome WordPress extension? Does it exist or not and finally what more can I do with it? make compared to its other methods Amazon, jungle scout I would like to use the jungle scout api but at the moment I am looking into the subject of artificial intelligence and I realized that there are several ways to use APIs and so I would like to try first to understand what is the difference between using the jungle scout api in a dent custom gpt action and I realized that I can also use the JS api in a make scenario Could you tell me what the difference is, what could I get, using either of these two methods? And also with the Amazon API? I understand that Amazon has several APIs? Do you also sell on several marketplaces? could you give me your opinion could I send you an email
@RaddyDev5 ай бұрын
Hello! I haven't used that
@chrisder18145 ай бұрын
@RaddyDev I'm asking you this question because I'm wondering what results I could get by creating an action with the jungle scout API when I create a gpt Compare to using the API in a make scenario
@RaddyDev5 ай бұрын
@@chrisder1814 I haven't used Jungle Scout personally, but it certainly seems intriguing. It looks like you can create some tools using their API. Best to give it a try... Have you checked if there are any online videos or tutorials on this?
@chrisder18144 ай бұрын
@@RaddyDev Hello do u use make? I try to understand the differences between custom GPT, chrome and WordPress extensions, automation software like browser automation studio and make I had an idea of creating an SEO and image editing but I don't know how to go about it I thought of several solutions either with make or by creating a Chrome or WordPress plugin or by using a existing plugin but I don't think it exists to do what I want or even with a custom GPT seo: OK and what do you think about rank math? I understand that this extension allows me to scan my pages and find the keywords to replace, from my back end, have I understood correctly? And I also understood that this does not allow me to ask it to scan my entire website? I mean if I understood correctly it scans the pages but one by one and I have to do everything by hand? This is why I wondered if I could not create an extension to which I would give the URL of my website and have it scan all the pages and tell me which keywords to replace And I even wondered if I wouldn't be able to make a robot with custom GPT or even with no code software like make in the case where an extension wouldn't be able to allow me to do it, does this idea seem good to you? do you also create chrome or WordPress extensions? I'm asking you this question because I'm trying to understand what I could do with custom GPT, could I do more with a chrome WordPress extension? Does it exist or not and finally what more can I do with it? make compared to its other methods Amazon, jungle scout I would like to use the jungle scout api but at the moment I am looking into the subject of artificial intelligence and I realized that there are several ways to use APIs and so I would like to try first to understand what is the difference between using the jungle scout api in a dent custom gpt action and I realized that I can also use the JS api in a make scenario Could you tell me what the difference is, what could I get, using either of these two methods? And also with the Amazon API? I understand that Amazon has several APIs? Do you also sell on several marketplaces? could you give me your opinion could I send you an email
@chrisder18144 ай бұрын
@@RaddyDev Hello, I added "NEW :" to my first message, more detail