The Amazon Product Lookup API offers a comprehensive set of features and functionality that allows users to search for products, retrieve detailed product information, access pricing data, and even earn commissions through affiliate links. With this API, users can access the extensive catalog of products available on Amazon and take advantage of its wealth of information to improve their applications and services.
One of the key features of the Amazon Product Lookup API is its powerful search functionality, which allows users to search for products by keywords. This allows for precise and specific searches, helping users find the exact products they are looking for.
Once products are found, users can retrieve detailed information about each product, including product title, description, images, asin, and more. This information can be used to populate product listings on websites, create product comparison tools, or create personalized shopping experiences for users.
Overall, the Amazon Product Lookup API serves as a powerful platform for accessing product data from Amazon. With its comprehensive search capabilities, detailed product information, pricing data, and support for affiliate links, the API enables users to create innovative applications and services that leverage Amazon's extensive product catalog. Whether building e-commerce websites, mobile apps, or product research tools, developers can leverage the Amazon Product Lookup API to access accurate, up-to-date information about Amazon products and improve the Amazon shopping experience. the users.
It will receive parameters and provide you with a JSON.
Besides the number of API calls, there is no other limitation.
To use this endpoint you must indicate the name of a product in the parameter.
Products Information - Endpoint Features
| Object | Description |
|---|---|
q |
[Required] Indicates the name of the product |
{
"q": "iPhone",
"items": 8,
"products": [
{
"asin": "B08PNRG1XH",
"image": "https://m.media-amazon.com/images/I/41bIlvE1rdL._AC_UY218_.jpg",
"prime_eligble": false,
"url": "https://www.amazon.com/a/dp/B08PNRG1XH/?xcrid=1Z8KINGQCK6CV&tag=&fref=nb_sb_noss_1",
"title": "Apple iPhone 12, 64GB, Black - AT&T (Renewed)",
"price": "$244.00"
},
{
"asin": "B07ZPJ8YZ6",
"image": "https://m.media-amazon.com/images/I/51A9wbq6mEL._AC_UY218_.jpg",
"prime_eligble": false,
"url": "https://www.amazon.com/a/dp/B07ZPJ8YZ6/?xcrid=1Z8KINGQCK6CV&tag=&fref=nb_sb_noss_1",
"title": "Apple iPhone 11, US Version, 64GB, Yellow - Unlocked (Renewed)",
"price": "$232.00"
},
{
"asin": "B09LP1P55H",
"image": "https://m.media-amazon.com/images/I/51tFyA6q6eL._AC_UY218_.jpg",
"prime_eligble": false,
"url": "https://www.amazon.com/a/dp/B09LP1P55H/?xcrid=1Z8KINGQCK6CV&tag=&fref=nb_sb_noss_1",
"title": "Apple iPhone 13 Pro, 256GB, Gold - Unlocked (Renewed)",
"price": "$567.00"
},
{
"asin": "B07K4VCLLK",
"image": "https://m.media-amazon.com/images/I/61BXfa66w7L._AC_UY218_.jpg",
"prime_eligble": false,
"url": "https://www.amazon.com/a/dp/B07K4VCLLK/?xcrid=1Z8KINGQCK6CV&tag=&fref=nb_sb_noss_1",
"title": "Apple iPhone XS, 64GB, Silver - Unlocked (Renewed)",
"price": "$179.99"
},
{
"asin": "B088ND2QDJ",
"image": "https://m.media-amazon.com/images/I/61JNofhHZZL._AC_UY218_.jpg",
"prime_eligble": false,
"url": "https://www.amazon.com/a/dp/B088ND2QDJ/?xcrid=1Z8KINGQCK6CV&tag=&fref=nb_sb_noss_1",
"title": "Apple iPhone SE (2nd Generation), US Version, 64GB, Black for Verizon (Renewed)",
"price": "$126.97"
},
{
"asin": "B0BVL4VRXN",
"image": "https://m.media-amazon.com/images/I/61BGE6iu4AL._AC_UY218_.jpg",
"prime_eligble": false,
"url": "https://www.amazon.com/a/dp/B0BVL4VRXN/?xcrid=1Z8KINGQCK6CV&tag=&fref=nb_sb_noss_1",
"title": "Apple iPhone 14 Plus, 128GB, Blue - Unlocked (Renewed Premium)",
"price": "$589.99"
},
{
"asin": "B0BN71T1J7",
"image": "https://m.media-amazon.com/images/I/51X9Mhul7gL._AC_UY218_.jpg",
"prime_eligble": false,
"url": "https://www.amazon.com/a/dp/B0BN71T1J7/?xcrid=1Z8KINGQCK6CV&tag=&fref=nb_sb_noss_1",
"title": "Apple iPhone 14, 256GB, Blue - Unlocked (Renewed)",
"price": "$630.03"
},
{
"asin": "B09LKTXKXQ",
"image": "https://m.media-amazon.com/images/I/61g+McQpg7L._AC_UY218_.jpg",
"prime_eligble": false,
"url": "https://www.amazon.com/a/dp/B09LKTXKXQ/?xcrid=1Z8KINGQCK6CV&tag=&fref=nb_sb_noss_1",
"title": "Apple iPhone 13 Mini, 128GB, Midnight - Unlocked (Renewed)",
"price": "$353.00"
}
]
}
curl --location --request GET 'https://zylalabs.com/api/3673/amazon+product+lookup+api/4145/products+information?q=iPhone' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
Users must indicate the name of a product.
The Amazon Product Lookup API allows users to retrieve product information from Amazon's vast product catalog.
There are different plans to suit all tastes, including a free trial for a small number of requests, but your rate is limited to avoid abuse of the service.
Zyla provides a wide range of integration methods for almost all programming languages. You can use these codes to integrate with your project as you need.
The GET Products Information endpoint returns detailed product data, including product titles, descriptions, images, ASINs, pricing, and availability status.
Key fields in the response include "asin" (Amazon Standard Identification Number), "title" (product name), "price" (current price), "image" (product image URL), and "url" (link to the product page).
The response data is structured in JSON format, containing a main object with fields like "q" (query), "items" (number of products found), and an array of "products" with detailed information for each item.
The endpoint provides information such as product titles, images, pricing, ASINs, and whether the product is Prime eligible, allowing for comprehensive product listings.
The primary parameter is the product name or keyword, which users can customize to refine their search results and retrieve specific product information.
Users can leverage the returned data to populate e-commerce listings, create product comparison tools, or develop personalized shopping experiences based on the detailed product information provided.
The data is sourced directly from Amazon's extensive product catalog, ensuring that users receive accurate and up-to-date product information.
Data accuracy is maintained through regular updates from Amazon, ensuring that product details, pricing, and availability reflect the current state of the catalog.
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
2,938ms
Service Level:
100%
Response Time:
534ms
Service Level:
100%
Response Time:
5,980ms
Service Level:
100%
Response Time:
4,391ms
Service Level:
100%
Response Time:
2,281ms
Service Level:
100%
Response Time:
5,255ms
Service Level:
100%
Response Time:
3,823ms
Service Level:
100%
Response Time:
3,149ms
Service Level:
100%
Response Time:
1,815ms
Service Level:
100%
Response Time:
1,793ms