Skip to content

Experiment with request and responses with Amazon API

Sanjib Saha edited this page Mar 28, 2021 · 8 revisions

Procedure:

Use the link here to open our Amazon API (Axesso - Amazon Data Service)

https://rapidapi.com/axesso/api/Axesso%20-%20Amazon%20Data%20Service?endpoint=apiendpoint_9cca468a-ea41-4ab8-9412-605b486a6111

Subscription is required to do request and response from Axesso - Amazon Data Service.

1

Select a GET method from left vertical window. For our Project work, select GET searchBy KeyworkAsin.

2

RapidAPI has provided API key, and API host information. Type the keyword like tire and click the test endpoint button.

3

Result shows 22 products with search keyword “tire” at right vertical window.

4

If you go down, you will see that result also shows details of a tire product at right vertical window.

5

Click Code Snippets near result to get node.js codes for the GET searchByKeywordAsin method. Copy the code and keep it at Mechanic-Checker-API at GitHub.

6

Clone this wiki locally