亚马逊数据 API

在亚马逊上实时快速可靠的产品搜索 评论 优惠 热销商品 交易 卖家数据 影响者数据等
通过 MCP 从您的 AI 代理使用此 API
支持 OpenClaw、Claude Code/Desktop、Cursor、Windsurf、Cline 以及任何兼容 MCP 的 AI 客户端。
文档和设置
通过封装此 MCP 创建技能: https://mcp.zylalabs.com/mcp?apikey=YOUR_ZYLA_API_KEY

快速、可靠且广泛的API可以实时访问亚马逊产品数据、评论、畅销商品和优惠、卖家数据等。是需要获取有关亚马逊产品和服务的最新信息的开发人员、营销人员和研究人员的理想选择

API 文档

端点


在亚马逊上搜索产品和优惠,支持分页以及多种过滤和选项,如排序选项、价格范围、产品状态过滤等



                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/5989/product+search
                                                                            
                                                                        

产品搜索 - 端点功能

对象 描述
brand 可选 Find products with a specific brand. Multiple brands can be specified as a comma (,) separated list. The brand values can be seen from Amazon's search left filters panel, as seen [here](https://www.amazon.com/s?k=phone). Examples: `SAMSUNG`, `Google,Apple`.
fields 可选 A comma separated list of product fields to include in the response (field projection). By default all fields are returned. Example: product_price,product_url,is_best_seller,sales_volume
additional_filters 可选 Any filters available on the Amazon page but not part of this endpoint's parameters. The filter values can be extracted from the rh parameter in the Amazon search URL after applying the filter of interest on the Amazon search results page. Multiple filters are supported and can be separated by comma (,). For example, when searching for science books with the Paperback book format filter selected, the Amazon URL is: https://www.amazon.com/s?k=science+books&rh=p_n_feature_browse-bin%3A2656022011 and the rh parameter value is p_n_feature_browse-bin%3A2656022011 - To filter for Paperback books, set the value of additional_parameters=p_n_feature_browse-bin%3A2656022011.
language 可选 The language of the results. In case not specified, results will be returned in the default domain language. Supported languages per country: US: en_US, es_US AU: en_AU BR: pt_BR CA: en_CA, fr_CA FR: fr_FR, en_GB DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN IT: it_IT, en_GB MX: es_MX NL: nl_NL, en_GB SG: en_SG ES: es_ES, pt_PT, en_GB TR: tr_TR AE: en_AE, ar_AE GB: en_GB JP: ja_JP, en_US, zh_CN SA: ar_AE, en_AE PL: pl_PL SE: sv_SE, en_GB BE: fr_BE, nl_BE, en_GB EG: ar_AE, en_AE
four_stars_and_up 可选 Return product listings with ratings of 4 stars & up.
deals_and_discounts 可选 Return deals and discounts in a specific condition. Default: NONE Allowed values: NONE, ALL_DISCOUNTS, TODAYS_DEALS
is_prime 可选 Only return prime products. Default: false
category 可选 Filter by specific numeric Amazon category. The category ID can be obtained from the Amazon category results URL, for example: https://amazon.com/s?node=2858778013 - the Amazon Category ID is 2858778013. Multiple category values can be separated by comma (e.g. categoryId1,categoryId2).
seller_id 可选 Find products sold by specific seller (merchant). Multiple sellers can be specified as a comma (,) separated list. Examples: `A02211013Q5HP3OMSZC7W`,`AM7YCCDZROLB2,A1D09S7Q0OD6TH`.
product_condition 可选 Return products in a specific condition. Default: `ALL`. Allowed values: `ALL, NEW, USED, RENEWED, COLLECTIBLE`.
max_price 可选 Only return product offers with price lower than a certain value. Specified in the currency of the selected country. For example, in case country=US, a value of *105.34* means *$105.34*.
min_price 可选 Only return product offers with price greater than a certain value. Specified in the currency of the selected country. For example, in case country=US, a value of *105.34* means *$105.34*.
category_id 可选 Find products in a specific category / department. Use the Product Category List endpoint to get a list of valid categories and their ids for the country specified in the request. Default: `aps` (All Departments).
sort_by 可选 Return the results in a specific sort order. Default: `RELEVANCE`. Allowed values: `RELEVANCE, LOWEST_PRICE, HIGHEST_PRICE, REVIEWS, NEWEST, BEST_SELLERS`.
country 可选 Sets the Amazon domain, marketplace country, language and currency. Default: `US`. Allowed values:** `US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG`.
page 可选 Results page to return. Default: 1.
query [必需] Search query (supports both free-form text queries or a product asin).
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "ce6c6034-6fe1-4612-8a60-245dbf51d4f3",
	"parameters": {
		"query": "sponsored",
		"country": "US",
		"sort_by": "RELEVANCE",
		"page": 1,
		"is_prime": false
	},
	"data": {
		"total_products": 671,
		"country": "US",
		"domain": "www.amazon.com",
		"products": [
			{
				"asin": "B0DDVGBTMX",
				"product_title": "IGK Sponsored - Scalp Treatment for Hair Growth – Hair Thickening Serum for Women – Promotes Fuller, Thicker Hair – Scalp Serum for Hair Density and Thinning - 2.1oz",
				"product_price": "$45.00",
				"unit_price": "$21.43",
				"unit_count": 2,
				"product_original_price": null,
				"currency": "USD",
				"product_star_rating": "4.3",
				"product_num_ratings": 109,
				"product_url": "https://www.amazon.com/dp/B0DDVGBTMX",
				"product_photo": "https://m.media-amazon.com/images/I/61fI4lQMG5L._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$45.00",
				"is_best_seller": false,
				"is_amazon_choice": true,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "600+ bought in past month",
				"delivery": "FREE delivery Wed, Jun 4 Or fastest delivery Sun, Jun 1",
				"has_variations": false,
				"product_badge": "Overall Pick",
				"product_byline": "2.1 Ounce (Pack of 1)"
			},
			{
				"asin": "B0F6Q3TTMC",
				"product_title": "IGK Hair Thickening Treatment Set | Sponsored Density Scalp Treatment + Body Language Thickening Spray | For Hair Loss and Thinning | 2.1 oz + 7 oz",
				"product_price": "$71.10",
				"unit_price": "$7.81",
				"unit_count": 9,
				"product_original_price": null,
				"currency": "USD",
				"product_star_rating": null,
				"product_num_ratings": 0,
				"product_url": "https://www.amazon.com/dp/B0F6Q3TTMC",
				"product_photo": "https://m.media-amazon.com/images/I/71Xw3UbYKbL._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$71.10",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": false,
				"climate_pledge_friendly": false,
				"sales_volume": null,
				"delivery": "FREE delivery Mon, Jun 9 Arrives before Father's Day",
				"has_variations": false
			},
			{
				"asin": "B0C59DVX38",
				"product_title": "Gailife Smooth Wireless Bras for Women No Underwire Comfort Seamless Supportive Bra Raceback Push Up Bralettes Full Coverage",
				"product_price": "$17.99",
				"product_original_price": "$24.99",
				"currency": "USD",
				"product_star_rating": "4.2",
				"product_num_ratings": 2548,
				"product_url": "https://www.amazon.com/dp/B0C59DVX38",
				"product_photo": "https://m.media-amazon.com/images/I/71wwtcKXaAL._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$17.99",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "300+ bought in past month",
				"delivery": "FREE delivery Wed, Jun 4 on $35 of items shipped by AmazonOr fastest delivery Sun, Jun 1",
				"has_variations": true
			},
			{
				"asin": "B0D5WSLRBL",
				"product_title": "28 Inch 99j Burgundy Lace Front Wigs Human Hair Red Burgundy Wig Human Hair 180% Density 13x6 Body Wave Lace Front Wigs Pre Plucked Glueless Lace Front Wigs Human Hair Wigs for Women",
				"product_price": "$78.88",
				"unit_price": "$78.88",
				"unit_count": 1,
				"product_original_price": "$88.88",
				"currency": "USD",
				"product_star_rating": "4.4",
				"product_num_ratings": 706,
				"product_url": "https://www.amazon.com/dp/B0D5WSLRBL",
				"product_photo": "https://m.media-amazon.com/images/I/81W+cpHGWUL._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$78.88",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "300+ bought in past month",
				"delivery": "FREE delivery Wed, Jun 4 Or fastest delivery Sun, Jun 1",
				"has_variations": true,
				"product_byline": "28 Inch"
			},
			{
				"asin": "B0DYDHRV5Z",
				"product_title": "Today's Good Mood is Sponsored by Jesus Shirts, Christian Womens Summer Tops Religious Shirts V-Neck Graphic Tees",
				"product_price": "$13.99",
				"product_original_price": "$14.99",
				"currency": "USD",
				"product_star_rating": null,
				"product_num_ratings": 0,
				"product_url": "https://www.amazon.com/dp/B0DYDHRV5Z",
				"product_photo": "https://m.media-amazon.com/images/I/719Oi8UEY0L._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$13.99",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": false,
				"climate_pledge_friendly": false,
				"sales_volume": null,
				"delivery": "FREE delivery Jun 12 - 25",
				"has_variations": true
			},
			{
				"asin": "B08THZNV39",
				"product_title": "Pack of Random 8 Sheets Car Racing Stickers Motocross Dirt Bike Stickers Decal Sponsored Sticker Brand Logo Motorcycle Truck Bicycle Bike Logo Stickers Fire Flame Tattoo Sign Symbol",
				"product_price": "$13.99",
				"product_original_price": null,
				"currency": "USD",
				"product_star_rating": "4.2",
				"product_num_ratings": 1031,
				"product_url": "https://www.amazon.com/dp/B08THZNV39",
				"product_photo": "https://m.media-amazon.com/images/I/81MZC-BBPKL._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$13.99",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "200+ bought in past month",
				"delivery": "FREE delivery Wed, Jun 4 on $35 of items shipped by AmazonOr fastest delivery Mon, Jun 2 Arrives before Father's Day",
				"has_variations": false
			},
			{
				"asin": "B0F5BD8JMT",
				"product_title": "Sponsored",
				"product_price": null,
				"product_original_price": null,
				"currency": null,
				"product_star_rating": null,
				"product_num_ratings": 0,
				"book_format": "MP3 Music",
				"product_url": "https://www.amazon.com/dp/B0F5BD8JMT",
				"product_photo": "https://m.media-amazon.com/images/I/512+DFJML+L._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": null,
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": false,
				"climate_pledge_friendly": false,
				"sales_volume": null,
				"delivery": null,
				"has_variations": false,
				"product_byline": "by DJ Shitiz"
			},
			{
				"asin": "B0CZK1441W",
				"product_title": "Today's Good Mood Is Sponsored By Heavy Metal Retro Funny T-Shirt OEKO-TEX STANDARD 100",
				"product_price": "$16.99",
				"product_original_price": null,
				"currency": "USD",
				"product_star_rating": "4.8",
				"product_num_ratings": 7,
				"product_url": "https://www.amazon.com/dp/B0CZK1441W",
				"product_photo": "https://m.media-amazon.com/images/I/61p0sccUQHL._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$16.99",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": true,
				"climate_pledge_friendly": true,
				"sales_volume": null,
				"delivery": "FREE delivery Wed, Jun 4 on $35 of items shipped by AmazonOr fastest delivery Sun, Jun 1 Arrives before Father's Day",
				"has_variations": false
			},
			{
				"asin": "B0892S237Z",
				"product_title": "Primitives by Kathy Box Sign-Sponsored by, 4x4.5 inches, Black, White",
				"product_price": "$14.75",
				"product_original_price": null,
				"currency": "USD",
				"product_star_rating": "5",
				"product_num_ratings": 2,
				"product_url": "https://www.amazon.com/dp/B0892S237Z",
				"product_photo": "https://m.media-amazon.com/images/I/817PNhqpXlL._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$14.75",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": false,
				"product_availability": "Only 4 left in stock - order soon.",
				"climate_pledge_friendly": false,
				"sales_volume": null,
				"delivery": "FREE delivery Tue, Jun 10 Or fastest delivery Tue, Jun 3 Arrives before Father's DayOnly 4 left in stock - order soon.",
				"has_variations": false
			}
		]
	}
}
                                                                                                                                                                                                                    
                                                                                                    

产品搜索 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/5989/product+search?query=phone' --header 'Authorization: Bearer YOUR_API_KEY' 


    

在特定的亚马逊类别中获取产品和优惠,同时支持分页和多个筛选选项,例如排序选项、价格范围、产品状态筛选等



                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/11717/products+by+category
                                                                            
                                                                        

按类别划分的产品 - 端点功能

对象 描述
category_id [必需] The Amazon category for which to return results. The category ID can be obtained from the Amazon category results URL, for example: https://amazon.com/s?node=2858778013 - the Amazon Category ID is 2858778013. Multiple category values can be separated by comma (e.g. categoryId1,categoryId2).
page 可选 Page to return. Default: 1
country 可选 Sets the Amazon domain, marketplace country, language and currency. Default: US Allowed values: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG
sort_by 可选 Return the results in a specific sort order. Default: RELEVANCE Allowed values: RELEVANCE, LOWEST_PRICE, HIGHEST_PRICE, REVIEWS, NEWEST, BEST_SELLERS
min_price 可选 Only return product offers with price greater than a certain value. Specified in the currency of the selected country. For example, in case country=US, a value of 105.34 means $105.34.
max_price 可选 Only return product offers with price lower than a certain value. Specified in the currency of the selected country. For example, in case country=US, a value of 105.34 means $105.34.
product_condition 可选 Return products in a specific condition. Default: ALL Allowed values: ALL, NEW, USED, RENEWED, COLLECTIBLE
brand 可选 Only return products of a specific brand. Multiple brands can be specified as a comma (,) separated list. The brand values can be seen from Amazon's search left filters panel, as seen here. Examples: SAMSUNG Google,Apple
is_prime 可选 Only return prime products. Default: false
deals_and_discounts 可选 Return deals and discounts in a specific condition. Default: NONE Allowed values: NONE, ALL_DISCOUNTS, TODAYS_DEALS
four_stars_and_up 可选 Return product listings with ratings of 4 stars & up.
language 可选 The language of the results. In case not specified, results will be returned in the default domain language. Supported languages per country: US: en_US, es_US AU: en_AU BR: pt_BR CA: en_CA, fr_CA FR: fr_FR, en_GB DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN IT: it_IT, en_GB MX: es_MX NL: nl_NL, en_GB SG: en_SG ES: es_ES, pt_PT, en_GB TR: tr_TR AE: en_AE, ar_AE GB: en_GB JP: ja_JP, en_US, zh_CN SA: ar_AE, en_AE PL: pl_PL SE: sv_SE, en_GB BE: fr_BE, nl_BE, en_GB EG: ar_AE, en_AE
additional_filters 可选 Any filters available on the Amazon page but not part of this endpoint's parameters. The filter values can be extracted from the rh parameter in the Amazon search URL after applying the filter of interest on the Amazon search results page. Multiple filters are supported and can be separated by comma (,). For example, when searching for science books with the Paperback book format filter selected, the Amazon URL is: https://www.amazon.com/s?k=science+books&rh=p_n_feature_browse-bin%3A2656022011 and the rh parameter value is p_n_feature_browse-bin%3A2656022011 - To filter for Paperback books, set the value of additional_parameters=p_n_feature_browse-bin%3A2656022011.
fields 可选 A comma separated list of product fields to include in the response (field projection). By default all fields are returned. Example: product_price,product_url,is_best_seller,sales_volume
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "ce6c6034-6fe1-4612-8a60-245dbf51d4f3",
	"parameters": {
		"query": "sponsored",
		"country": "US",
		"sort_by": "RELEVANCE",
		"page": 1,
		"is_prime": false
	},
	"data": {
		"total_products": 671,
		"country": "US",
		"domain": "www.amazon.com",
		"products": [
			{
				"asin": "B0DDVGBTMX",
				"product_title": "IGK Sponsored - Scalp Treatment for Hair Growth – Hair Thickening Serum for Women – Promotes Fuller, Thicker Hair – Scalp Serum for Hair Density and Thinning - 2.1oz",
				"product_price": "$45.00",
				"unit_price": "$21.43",
				"unit_count": 2,
				"product_original_price": null,
				"currency": "USD",
				"product_star_rating": "4.3",
				"product_num_ratings": 109,
				"product_url": "https://www.amazon.com/dp/B0DDVGBTMX",
				"product_photo": "https://m.media-amazon.com/images/I/61fI4lQMG5L._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$45.00",
				"is_best_seller": false,
				"is_amazon_choice": true,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "600+ bought in past month",
				"delivery": "FREE delivery Wed, Jun 4 Or fastest delivery Sun, Jun 1",
				"has_variations": false,
				"product_badge": "Overall Pick",
				"product_byline": "2.1 Ounce (Pack of 1)"
			},
			{
				"asin": "B0F6Q3TTMC",
				"product_title": "IGK Hair Thickening Treatment Set | Sponsored Density Scalp Treatment + Body Language Thickening Spray | For Hair Loss and Thinning | 2.1 oz + 7 oz",
				"product_price": "$71.10",
				"unit_price": "$7.81",
				"unit_count": 9,
				"product_original_price": null,
				"currency": "USD",
				"product_star_rating": null,
				"product_num_ratings": 0,
				"product_url": "https://www.amazon.com/dp/B0F6Q3TTMC",
				"product_photo": "https://m.media-amazon.com/images/I/71Xw3UbYKbL._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$71.10",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": false,
				"climate_pledge_friendly": false,
				"sales_volume": null,
				"delivery": "FREE delivery Mon, Jun 9 Arrives before Father's Day",
				"has_variations": false
			},
			{
				"asin": "B0C59DVX38",
				"product_title": "Gailife Smooth Wireless Bras for Women No Underwire Comfort Seamless Supportive Bra Raceback Push Up Bralettes Full Coverage",
				"product_price": "$17.99",
				"product_original_price": "$24.99",
				"currency": "USD",
				"product_star_rating": "4.2",
				"product_num_ratings": 2548,
				"product_url": "https://www.amazon.com/dp/B0C59DVX38",
				"product_photo": "https://m.media-amazon.com/images/I/71wwtcKXaAL._AC_UL960_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$17.99",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "300+ bought in past month",
				"delivery": "FREE delivery Wed, Jun 4 on $35 of items shipped by AmazonOr fastest delivery Sun, Jun 1",
				"has_variations": true
			}
		]
	}
}
                                                                                                                                                                                                                    
                                                                                                    

按类别划分的产品 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/11717/products+by+category?category_id=281407' --header 'Authorization: Bearer YOUR_API_KEY' 


    

获取通过ASIN在亚马逊产品页面上提供的丰富的产品详细信息和信息,包括标题、价格数据、评分数据、照片、产品细节(品牌、重量、包装尺寸、型号等)、产品变体(颜色、尺寸、口味等)以及许多其他数据点。以下是一个示例产品页面:[https://www.amazon.com/dp/B0CMZFCQ6D](https://www.amazon.com/dp/B0CMZFCQ6D)


                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/5991/product+details
                                                                            
                                                                        

产品详情 - 端点功能

对象 描述
asin [必需] Product ASIN for which to get details. Supports batching of up to 10 ASINs in a single request, separated by comma. Examples: `B08BHXG144`, `B08PPDJWC8,B07ZPKBL9V,B08BHXG144`. Note that each ASIN in a batch request is counted as a single request against the plan quota.
country 可选 Sets the Amazon domain, marketplace country, language and currency. Default: `US`. Allowed values: `US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG`.
more_info_query 可选 A query to search and get more info about the product as part of Product Information, Customer Q&As, and Customer Reviews.
language 可选 The language of the results. In case not specified, results will be returned in the default domain language. Supported languages per country: US: en_US, es_US AU: en_AU BR: pt_BR CA: en_CA, fr_CA FR: fr_FR, en_GB DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN IT: it_IT, en_GB MX: es_MX NL: nl_NL, en_GB SG: en_SG ES: es_ES, pt_PT, en_GB TR: tr_TR AE: en_AE, ar_AE GB: en_GB JP: ja_JP, en_US, zh_CN SA: ar_AE, en_AE PL: pl_PL SE: sv_SE, en_GB BE: fr_BE, nl_BE, en_GB EG: ar_AE, en_AE
fields 可选 A comma separated list of product fields to include in the response (field projection). By default all fields are returned. Example: product_price,product_url,is_best_seller,sales_volume
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "bd51088f-9c44-4e7c-ae9e-64232cb1cde4",
	"parameters": {
		"asin": "B07ZPKBL9V",
		"country": "US"
	},
	"data": {
		"asin": "B07ZPKBL9V",
		"product_title": "Apple iPhone 11, 64GB, (PRODUCT)RED - Fully Unlocked (Renewed)",
		"product_price": "$204.00",
		"product_original_price": null,
		"product_price_max": "$180.00",
		"currency": "USD",
		"country": "US",
		"product_byline": "Visit the Amazon Renewed Store",
		"product_byline_link": "https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed",
		"product_byline_links": [
			"https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed"
		]},"_note":"Response truncated for documentation purposes"}
                                                                                                                                                                                                                    
                                                                                                    

产品详情 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/5991/product+details?asin=B0BN72FYFG' --header 'Authorization: Bearer YOUR_API_KEY' 


    

获取并通过已登录用户的cookie字符串翻页浏览亚马逊上的产品评论 每页最多包含10条评论


                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/5992/product+reviews
                                                                            
                                                                        

产品评论 - 端点功能

对象 描述
asin [必需] Product asin for which to get reviews.
country 可选 Sets the Amazon domain, marketplace country, language and currency. Default: `US`. Allowed values: `US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG`.
sort_by 可选 Return reviews in a specific sort order. Default: `TOP_REVIEWS`. Allowed values: `TOP_REVIEWS, MOST_RECENT`.
star_rating 可选 Only return reviews with a specific star rating. Default: `ALL`. Allowed values: `ALL, 5_STARS, 4_STARS, 3_STARS, 2_STARS, 1_STARS, POSITIVE, CRITICAL`.
verified_purchases_only 可选 Only return reviews by reviewers who made a verified purchase.
images_or_videos_only 可选 Only return reviews containing images and / or videos.
current_format_only 可选 Only return reviews of the current format (product variant - e.g. `Color`). By default reviews are returned for all product variants.
query 可选 Find reviews matching a search query.
page 可选 Results page to return. Default: 1.
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "092693b6-0035-4d51-94f7-dc7d4fb180dc",
	"parameters": {
		"asin": "B07ZPKN6YR",
		"country": "US",
		"sort_by": "TOP_REVIEWS",
		"verified_purchases_only": false,
		"images_or_videos_only": false,
		"current_format_only": false,
		"star_rating": "ALL",
		"page": 1
	},
	"data": {
		"asin": "B07ZPKN6YR",
		"country": "US",
		"domain": "www.amazon.com",
		"reviews": [
			{
				"review_id": "R3IP3AW6JCCIH6",
				"review_title": "EXCELLENT PHONE & BEYOND AMAZING SELLER/CUSTOMER SERVICE!!!",
				"review_comment": "I honestly can’t say enough amazing things about my experience buying a renewed iPhone 11 from this seller and dealing with their customer service! I would 1000/10 recommend anyone and everyone even considering purchasing a phone from them to absolutely do so because you won’t be disappointed!!! But read below for the full story/review, both good and bad opinions.My oldest daughter dropped her iPhone XR in the toilet and it completely died. This seller had the best priced renewed iPhone I found with next day delivery and good reviews, so I purchased the phone. It was my first time buying a phone that wasn’t brand new, so I was nervous about what condition the phone and battery would be in.The phone was sent via UPS, which I didn’t love because they left the package at the gate on the street instead of driving into our ranch and delivering it to our house in the back corner like Amazon and USPS do. Not to mention it was supposed to be here between by like 1:45 or 2:45 and they didn’t deliver it until 10pm! But that’s an issue with UPS, not the seller.When we opened the package I was pleased to see that there were very minimal dents or scuff marks on the phone and it appeared to be in really good condition. One thing I wasn’t pleased with was the fact that the phone arrived dead. I worried that meant the battery wasn’t great, but I was wrong. After charging for a bit I checked the battery health and it was 100%, so they clearly installed a brand new battery! I was really happy with my purchase, but upon setting up the phone I noticed there was this awful high pitched screech/glitching sound coming from the speaker, so I reached out to the seller to try and get a replacement sent instead of going thru the hassle and delay of returning it and having to order a new one once the refund posted.The seller responded almost immediately (they did so every single time we communicated over the course of a week, even when I reached out at almost 8pm their time!) and offered to send me the shipping label and then they’d overnight a replacement to me once they received the phone. I asked them if I could pay to overnight the phone to them so there wouldn’t be as long of a wait without a phone, and they said they would do me one better and as soon as I took the phone to the post office to send them a copy of my receipt and they’d overnight me the replacement then! This took place on a Friday and I didn’t want the shipping delay the weekend would cause, so I told them I’d reach out Monday for the shipping label and that I had out a brand new screen protector on the phone when I got it so I’d be sending it back with it on.Life got hectic and I didn’t reach out until Thursday afternoon, but they quickly sent me the shipping label. When trying to wipe the phone there was an hour delay because stolen phone protection was on, so I missed making it to the post office by like 6 mins and had to go Friday morning instead.I went to the post office and all was well until I mentioned that there was a phone in the package when I asked them for extra tape, and she said they couldn’t ship a used phone via priority mail (only new never used phones) so I needed to have them send me a hazardous shipping label instead. When I told the seller they offered to send me a new label, but I chose to try another post office first and just not mention the contents of the package because the battery WAS brand new, and I didn’t want to go thru the hassle of sending the label somewhere to be printed since I don’t have a printer, going there and paying to have it printed, and then going back to the post office. I took it to another post office nearby and had zero issues sending it.When I got back to the car I sent them a copy of the receipt, and true to their word within only like 5-10 minutes they had already send me the tracking information for the replacement shipment and let me know they put a screen protector on the new phone for me! Of course there were issues with UPS again including a delay that showed it wasn’t going to come until Monday, but thankfully it arrived on Saturday like it was supposed to, and fairly early (10-11am).When I opened the replacement package and inspected the phone I was SHOCKED! I thought the first phone was is great condition, but this one looked BRAND NEW! There wasn’t a single scratch or dent or scuff or any abnormality on the exterior of the phone! It’s also worth noting that the phone wasn't dead this time, it was midway charged. I checked the battery health again and it was also 100%! I tested out the speaker and there were no issues with the phone whatsoever. Honestly if you put it side by side with a brand new phone nobody could tell the difference, and it was a fraction of the cost of a new phone!I also reached out to the seller a few days later for a friend of mine to see if they also sold Androids and they were super helpful in getting me the info I was looking for!Between the phenomenal condition of the phone and the excellent customer service, I won't buy a renewed phone from anyone else in the future when one of my daughters inevitably break their phone! This was honestly the best experience I've ever had with a seller/replacement item on Amazon in the 15+ years I've used the site!",
				"review_star_rating": "5",
				"review_link": "https://www.amazon.com/gp/customer-reviews/R3IP3AW6JCCIH6",
				"review_author_id": "AGV4EJPKXIBH34HA77QD7KJF4SCQ",
				"review_author": "Chely",
				"review_author_url": "https://www.amazon.com/gp/profile/amzn1.account.AGV4EJPKXIBH34HA77QD7KJF4SCQ/ref=cm_cr_othr_d_gw_tr?ie=UTF8",
				"review_author_avatar": "https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/default._CR0,0,1024,1024_SX48_.png",
				"review_images": [],
				"review_video": null,
				"review_date": "Reviewed in the United States on September 18, 2024",
				"is_verified_purchase": true,
				"helpful_vote_statement": "93 people found this helpful",
				"reviewed_product_asin": "B07ZPKN6YR",
				"is_vine": false
		
			}
		]
	}
}
                                                                                                                                                                                                                    
                                                                                                    

产品评论 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/5992/product+reviews?asin=B0BN72FYFG' --header 'Authorization: Bearer YOUR_API_KEY' 


    

获取通过产品详细信息端点提供的所有亚马逊产品详情,并包含一个额外的 `offers` 数组,其中包含产品优惠(数组中的第一个优惠是由 **搜索** 端点返回的固定优惠)支持使用 `page` 和 `limit` 参数进行分页


                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/5990/product+offers
                                                                            
                                                                        

产品优惠 - 端点功能

对象 描述
asin [必需] Product ASIN for which to get offers. Supports batching of up to 10 ASINs in a single request, separated by comma. Example: `B08PPDJWC8,B07ZPKBL9V,B08BHXG144`. Note that each ASIN in a batch request is counted as a single request against the plan quota.
country 可选 Sets the Amazon domain, marketplace country, language and currency. Default: `US`. Allowed values: `US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG`.
product_condition 可选 Find products in specific conditions, specified as a comma delimited list of the following values: `NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE`. Default: `NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE`. Examples: `NEW,USED_LIKE_NEW`, `USED_VERY_GOOD,USED_GOOD,USED_LIKE_NEW`.
delivery 可选 Find products with specific delivery option, specified as a comma delimited list of the following values: `PRIME_ELIGIBLE,FREE_DELIVERY`. Examples: `FREE_DELIVERY`, `PRIME_ELIGIBLE,FREE_DELIVERY`.
limit 可选 Maximum number of offers to return. Default: 100.
page 可选 Results page to return. Default: 1.
language 可选 The language of the results. In case not specified, results will be returned in the default domain language. Supported languages per country: US: en_US, es_US AU: en_AU BR: pt_BR CA: en_CA, fr_CA FR: fr_FR, en_GB DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN IT: it_IT, en_GB MX: es_MX NL: nl_NL, en_GB SG: en_SG ES: es_ES, pt_PT, en_GB TR: tr_TR AE: en_AE, ar_AE GB: en_GB JP: ja_JP, en_US, zh_CN SA: ar_AE, en_AE PL: pl_PL SE: sv_SE, en_GB BE: fr_BE, nl_BE, en_GB EG: ar_AE, en_AE
fields 可选 A comma separated list of product and offer fields to include in the response (field projection). By default all fields are returned. Example: product_price,product_information,product_condition,ships_from
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "41a35f80-25a3-44af-8fe2-e7d201152e25",
	"parameters": {
		"asin": "B09SM24S8C",
		"country": "US",
		"limit": 100,
		"page": 1
	},
	"data": {
		"asin": "B09SM24S8C",
		"product_title": "Samsung Galaxy A03s Cell Phone, AT&T GSM Unlocked Android Smartphone, 32GB, Long Lasting Battery, Expandable Storage, 3 Camera Lenses, Infinite Display - Black (Renewed)",
		"product_price": "$69.95",
		"product_original_price": null,
		"product_price_max": "$53.00",
		"currency": "USD",
		"country": "US",
		"product_byline": "Visit the Amazon Renewed Store",
		"product_byline_link": "https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed",
		"product_star_rating": "3.7",
		"product_num_ratings": 753,
		"product_url": "https://www.amazon.com/dp/B09SM24S8C",
		"product_photo": "https://m.media-amazon.com/images/I/51m45B3Yy+L._AC_SL1000_.jpg",
		"product_num_offers": 21,
		"product_availability": "In Stock",
		"is_best_seller": false,
		"is_amazon_choice": false,
		"is_prime": false,
		"climate_pledge_friendly": false,
		"sales_volume": "2K+ bought in past month",
		"about_product": [
			"6.5\" 720 x 1600 (HD+) PLS TFT LCD Infinity-V Display, 5000mAh Battery, Fingerprint (side-mounted)",
			"64GB ROM, 4GB RAM, MediaTek MT6765 Helio P35 (12nm), Octa-core, PowerVR GE8320, Android 11, upgradable to Android 12, One UI 4.1 Core",
			"Rear Camera: 13MP, f/2.2, (macro) + 2MP, F2.4, (depth) + 2MP, F2.4, Front Camera: 5 MP, f/2.2, Bluetooth 5.0",
			"2G: 850/900/1800/1900MHz, 3G: 850/900/1700(AWS)/1900/2100, 4G LTE: B2(1900)/B4(AWS)/B5(850)/B12(700)/B14(700) - Single SIM",
			"American 4G LTE - Will work with Most GSM SIM cards in the U.S. like AT&T, T-Mobile, Etc. Will NOT work with CDMA Carriers Such as Verizon, Sprint, Boost"
		],
		"product_description": "This pre-owned or refurbished product has been professionally inspected and tested to work and look like new. How a product becomes part of Amazon Renewed, your destination for pre-owned, refurbished products: A customer buys a new product and returns it or trades it in for a newer or different model. That product is inspected and tested to work and look like new by Amazon-qualified suppliers. Then, the product is sold as an Amazon Renewed product on Amazon. If not satisfied with the purchase, renewed products are eligible for replacement or refund under the Amazon Renewed Guarantee.",
		"product_information": {
			"Product Dimensions": "6.46 x 2.99 x 0.36 inches",
			"Item Weight": "7 ounces",
			"ASIN": "B09SM24S8C",
			"Item model number": "SM-A037W",
			"Batteries": "1 Lithium Polymer batteries required. (included)",
			"Best Sellers Rank": "#46 in Amazon Renewed (See Top 100 in Amazon Renewed)   #23 in Renewed Smartphones",
			"OS": "Android",
			"RAM": "2 GB",
			"Wireless communication technologies": "Cellular",
			"Connectivity technologies": "Bluetooth, Wi-Fi, USB",
			"Other display features": "Wireless",
			"Human Interface Input": "Touchscreen",
			"Scanner Resolution": "720 x 1600",
			"Other camera features": "Rear, Front",
			"Form Factor": "Slate",
			"Color": "Black",
			"Battery Power Rating": "5000 Milliamp Hours",
			"Phone Talk Time": "36 Hours",
			"Whats in the box": "Hybrid SIM Tray",
			"Manufacturer": "Samsung Electronics",
			"Date First Available": "February 16, 2022",
			"Memory Storage Capacity": "32 GB",
			"Standing screen display size": "6.5 Inches",
			"Ram Memory Installed Size": "3 GB",
			"Battery Capacity": "5000 Milliamp Hours",
			"Weight": "6.98 Ounces",
			"Charging Time": "3.63 Hours"
			}
		]
	}
}
                                                                                                                                                                                                                    
                                                                                                    

产品优惠 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/5990/product+offers?asin=B0BN72FYFG' --header 'Authorization: Bearer YOUR_API_KEY' 


    

从Amazon卖家个人资料页面获取亚马逊卖家资料详情(例如https://www.amazon.com/sp?seller=A1D09S7Q0OD6TH)



                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/5994/seller+profile
                                                                            
                                                                        

卖家资料 - 端点功能

对象 描述
language 可选 The language of the results. In case not specified, results will be returned in the default domain language. Supported languages per country: US: en_US, es_US AU: en_AU BR: pt_BR CA: en_CA, fr_CA FR: fr_FR, en_GB DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN IT: it_IT, en_GB MX: es_MX NL: nl_NL, en_GB SG: en_SG ES: es_ES, pt_PT, en_GB TR: tr_TR AE: en_AE, ar_AE GB: en_GB JP: ja_JP, en_US, zh_CN SA: ar_AE, en_AE PL: pl_PL SE: sv_SE, en_GB BE: fr_BE, nl_BE, en_GB EG: ar_AE, en_AE
fields 可选 A comma separated list of seller profile fields to include in the response (field projection). By default all fields are returned. Example: seller_link,phone,business_name,rating
country 可选 Sets the Amazon domain, marketplace country, language and currency. Default: US Allowed values: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "ad2739a1-c49f-4df5-a80d-879c513c0640",
	"data": {
		"seller_id": "A02211013Q5HP3OMSZC7W",
		"country": "US",
		"domain": "www.amazon.com",
		"name": "MemoryWhiz",
		"seller_link": "https://www.amazon.com/sp?seller=A02211013Q5HP3OMSZC7W",
		"store_link": "https://www.amazon.com/s?ie=UTF8&marketplaceID=ATVPDKIKX0DER&me=A02211013Q5HP3OMSZC7W",
		"logo": "https://m.media-amazon.com/images/I/01inXJbpK2L.gif",
		"phone": "909-610-9170",
		"business_name": "Alast Corporation",
		"business_address": "20651 GOLDEN SPRINGS DRIVE Suite 111 Walnut CA 91789 US",
		"detailed_information": "Business Name: Alast Corporation Business Address: 20651 GOLDEN SPRINGS DRIVE Suite 111 Walnut CA 91789 US",
		"rating": 4.9,
		"ratings_total": 50206
	}
}
                                                                                                                                                                                                                    
                                                                                                    

卖家资料 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/5994/seller+profile' --header 'Authorization: Bearer YOUR_API_KEY' 


    

获取并分页浏览亚马逊卖家的评论/反馈,如卖家个人资料页面所示(例如 https://www.amazon.com/sp?seller=A1D09S7Q0OD6TH)。每页最多包含5条评论


                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/5995/seller+reviews
                                                                            
                                                                        

卖家评价 - 端点功能

对象 描述
seller_id [必需] The Amazon Seller ID for which to get seller reviews
country 可选 Sets the Amazon domain, marketplace country, language and currency. Default: `US`. Allowed values: `US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG`.
star_rating 可选 Only return reviews with a specific star rating or positive / negative sentiment. Default: `ALL`. Allowed values: `ALL, 5_STARS, 4_STARS, 3_STARS, 2_STARS, 1_STARS, POSITIVE, CRITICAL`.
page 可选 The page of seller feedback results to retrieve. Default: 1.
language 可选 The language of the results. In case not specified, results will be returned in the default domain language. Supported languages per country: US: en_US, es_US AU: en_AU BR: pt_BR CA: en_CA, fr_CA FR: fr_FR, en_GB DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN IT: it_IT, en_GB MX: es_MX NL: nl_NL, en_GB SG: en_SG ES: es_ES, pt_PT, en_GB TR: tr_TR AE: en_AE, ar_AE GB: en_GB JP: ja_JP, en_US, zh_CN SA: ar_AE, en_AE PL: pl_PL SE: sv_SE, en_GB BE: fr_BE, nl_BE, en_GB EG: ar_AE, en_AE
fields 可选 A comma separated list of seller review fields to include in the response (field projection). By default all fields are returned. Example: review_star_rating,review_date
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "c1207bfe-64b7-4aaa-934d-f4397d310555",
	"data": {
		"seller_id": "A02211013Q5HP3OMSZC7W",
		"country": "US",
		"domain": "www.amazon.com",
		"has_next_page": true,
		"seller_reviews": [
			{
				"review_author": "Yoshi",
				"review_comment": "This is the second Device, and it works great, no problems with it.",
				"review_star_rating": 5,
				"has_response": false,
				"review_date": "June 16, 2024"
			},
			{
				"review_author": "Edinson",
				"review_comment": "Excelente producto buen precio llegó ante de la fecha",
				"review_star_rating": 5,
				"has_response": false,
				"review_date": "June 15, 2024"
			},
			{
				"review_author": "TG",
				"review_comment": "2nd time purchasing this item, def. helps boost the performance of the fire tablets",
				"review_star_rating": 5,
				"has_response": false,
				"review_date": "June 15, 2024"
			},
			{
				"review_author": "Carlos A.",
				"review_comment": "Tiempo de entrega mejor que en otras plataformas.",
				"review_star_rating": 4,
				"has_response": false,
				"review_date": "June 14, 2024"
			},
			{
				"review_author": "Reinaldo Pérez Rodríguez",
				"review_comment": "Great. 100% Recomended.",
				"review_star_rating": 5,
				"has_response": false,
				"review_date": "June 14, 2024"
			}
		]
	}
}
                                                                                                                                                                                                                    
                                                                                                    

卖家评价 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/5995/seller+reviews?seller_id=A02211013Q5HP3OMSZC7W' --header 'Authorization: Bearer YOUR_API_KEY' 


    

获取并分页浏览亚马逊卖家销售的产品


                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/5996/seller+products
                                                                            
                                                                        

卖方产品 - 端点功能

对象 描述
seller_id [必需] The Amazon Seller ID for which to get seller product listings
country 可选 Sets the Amazon domain, marketplace country, language and currency. Default: `US`. Allowed values: `US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG`.
page 可选 The page of seller products results to retrieve Seller products result page to retrieve. Default: 1.
sort_by 可选 Return the results in a specific sort order. Default: `RELEVANCE`. Allowed values: `RELEVANCE, LOWEST_PRICE, HIGHEST_PRICE, REVIEWS, NEWEST, BEST_SELLERS`.
language 可选 The language of the results. In case not specified, results will be returned in the default domain language. Supported languages per country: US: en_US, es_US AU: en_AU BR: pt_BR CA: en_CA, fr_CA FR: fr_FR, en_GB DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN IT: it_IT, en_GB MX: es_MX NL: nl_NL, en_GB SG: en_SG ES: es_ES, pt_PT, en_GB TR: tr_TR AE: en_AE, ar_AE GB: en_GB JP: ja_JP, en_US, zh_CN SA: ar_AE, en_AE PL: pl_PL SE: sv_SE, en_GB BE: fr_BE, nl_BE, en_GB EG: ar_AE, en_AE
fields 可选 A comma separated list of seller product fields to include in the response (field projection). By default all fields are returned. Example: product_price,product_url,is_prime
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "91b8ca03-dd2d-4051-9330-862597a9c350",
	"parameters": {
		"seller_id": "A02211013Q5HP3OMSZC7W",
		"country": "US",
		"page": 1,
		"sort_by": "RELEVANCE"
	},
	"data": {
		"seller_id": "A02211013Q5HP3OMSZC7W",
		"total_products": 81,
		"country": "US",
		"domain": "www.amazon.com",
		"seller_products": [
			{
				"asin": "B09X7FXHVJ",
				"product_title": "SanDisk 128GB Extreme PRO SDXC UHS-I Memory Card - C10, U3, V30, 4K UHD, SD Card - SDSDXXD-128G-GN4IN",
				"product_price": "$22.81",
				"product_original_price": "$24.99",
				"currency": "USD",
				"product_star_rating": "4.8",
				"product_num_ratings": 48966,
				"product_url": "https://www.amazon.com/dp/B09X7FXHVJ",
				"product_photo": "https://m.media-amazon.com/images/I/71uZD+qZoEL._AC_UY654_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$22.81",
				"is_best_seller": true,
				"is_amazon_choice": false,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "10K+ bought in past month",
				"delivery": "FREE delivery Wed, Jul 31 on $35 of items shipped by AmazonOr fastest delivery Overnight 4 AM - 8 AM",
				"has_variations": false,
				"tt": [
					"B09X7FXHVJ",
					"www.amazon.com",
					"USD",
					false
				]
			},
			{
				"asin": "B0B7NS71G2",
				"product_title": "SanDisk 128GB Ultra SDXC UHS-I Memory Card - Up to 140MB/s, C10, U1, Full HD, SD Card - SDSDUNB-128G-GN6IN",
				"product_price": "$16.31",
				"product_original_price": "$18.99",
				"currency": "USD",
				"product_star_rating": "4.7",
				"product_num_ratings": 68964,
				"product_url": "https://www.amazon.com/dp/B0B7NS71G2",
				"product_photo": "https://m.media-amazon.com/images/I/81SmwjoafSL._AC_UY654_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$16.31",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "10K+ bought in past month",
				"delivery": "FREE delivery Wed, Jul 31 on $35 of items shipped by AmazonOr fastest delivery Tomorrow, Jul 27",
				"has_variations": false,
				"tt": [
					"B0B7NS71G2",
					"www.amazon.com",
					"USD",
					false
				]
			},
			{
				"asin": "B09X7BK27V",
				"product_title": "SanDisk 128GB Extreme microSDXC UHS-I Memory Card with Adapter - Up to 190MB/s, C10, U3, V30, 4K, 5K, A2, Micro SD Card - SDSQXAA-128G-GN6MA",
				"product_price": "$18.01",
				"product_original_price": "$20.99",
				"currency": "USD",
				"product_star_rating": "4.8",
				"product_num_ratings": 95204,
				"product_url": "https://www.amazon.com/dp/B09X7BK27V",
				"product_photo": "https://m.media-amazon.com/images/I/71etcRZF-JL._AC_UY654_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$18.01",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "10K+ bought in past month",
				"delivery": "FREE delivery Wed, Jul 31 on $35 of items shipped by AmazonOr fastest delivery Sun, Jul 28",
				"has_variations": false,
				"tt": [
					"B09X7BK27V",
					"www.amazon.com",
					"USD",
					false
				]
			},
			{
				"asin": "B013TMNPBQ",
				"product_title": "Made for Amazon SanDisk 128GB microSD Memory Card for Fire Tablets and Fire -TV",
				"product_price": "$14.61",
				"product_original_price": null,
				"currency": "USD",
				"product_star_rating": "4.6",
				"product_num_ratings": 89963,
				"product_url": "https://www.amazon.com/dp/B013TMNPBQ",
				"product_photo": "https://m.media-amazon.com/images/I/51QNuB2gxEL._AC_UY654_FMwebp_QL65_.jpg",
				"product_num_offers": 1,
				"product_minimum_offer_price": "$14.61",
				"is_best_seller": false,
				"is_amazon_choice": false,
				"is_prime": true,
				"climate_pledge_friendly": false,
				"sales_volume": "10K+ bought in past month",
				"delivery": "FREE delivery Wed, Jul 31 on $35 of items shipped by AmazonOr fastest delivery Tomorrow, Jul 27",
				"has_variations": false,
				"tt": [
					"B013TMNPBQ",
					"www.amazon.com",
					"USD",
					false
				]
			}
		]
	}
                                                                                                                                                                                                                    
                                                                                                    

卖方产品 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/5996/seller+products?seller_id=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

获取亚马逊畅销书,包括价格、评分、排名和亚马逊畅销书列表上的更多数据点。支持使用 `type` 参数的所有亚马逊畅销书列表类型:**畅销书**、**新发布**、**畅销品与摇动者**、**最受欢迎的愿望**、**礼物创意**


                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/5993/best+sellers
                                                                            
                                                                        

畅销产品 - 端点功能

对象 描述
category [必需] Best sellers category to return products for. Supports top level best sellers categories (e.g. software). In addition, subcategories / category path can be specified as well, separated by **/** (e.g. software/229535) - this can be seen in best sellers URLs, e.g. https://www.amazon.com/Best-Sellers-Software-Business-Office/zgbs/software/229535. Examples: `software`, `software/229535`.
type 可选 Type of Best Seller list to return. Default: `BEST_SELLERS`. Allowed values: `BEST_SELLERS, GIFT_IDEAS, MOST_WISHED_FOR, MOVERS_AND_SHAKERS, NEW_RELEASES`.
page 可选 Results page to return. Default: 1.
country 可选 Sets the Amazon domain, marketplace country, language and currency. Default: `US`. Allowed values: `US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG`.
language 可选 The language of the results. In case not specified, results will be returned in the default domain language. Supported languages per country: US: en_US, es_US AU: en_AU BR: pt_BR CA: en_CA, fr_CA FR: fr_FR, en_GB DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN IT: it_IT, en_GB MX: es_MX NL: nl_NL, en_GB SG: en_SG ES: es_ES, pt_PT, en_GB TR: tr_TR AE: en_AE, ar_AE GB: en_GB JP: ja_JP, en_US, zh_CN SA: ar_AE, en_AE PL: pl_PL SE: sv_SE, en_GB BE: fr_BE, nl_BE, en_GB EG: ar_AE, en_AE
fields 可选 A comma separated list of product fields to include in the response (field projection). By default all fields are returned. Example: product_title,product_url,product_photo
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "d0e8470e-d314-45fe-8bc5-bbaf64b95ec4",
	"data": {
		"best_sellers": [
			{
				"rank": 1,
				"asin": "B0CTFRKLC3",
				"product_title": "SEALIGHT 9005/HB3 LED Bulbs, 20000 LM 9005 Halogen Replacement Kit with Plug and Play, 6000K Xenon White, Fog Light, Pack of 2",
				"product_price": "$32.63",
				"product_star_rating": "4.4",
				"product_num_ratings": 445,
				"product_url": "https://www.amazon.com/dp/B0CTFRKLC3",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71qd601vzEL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "Sales rank: 18 (previously unranked)"
			},
			{
				"rank": 2,
				"asin": "B0CTFM21QM",
				"product_title": "Chemical Guys MIC110003 Professional Grade Premium Microfiber Towels, Blue (16 Inch x 16 Inch) (Pack of 3) - Safe for Car Wash, Home Cleaning & Pet Drying Cloths",
				"product_price": "$13.49",
				"product_star_rating": "4.7",
				"product_num_ratings": 475,
				"product_url": "https://www.amazon.com/dp/B0CTFM21QM",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71VdBYvg41L._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "Sales rank: 158 (previously unranked)"
			},
			{
				"rank": 4,
				"asin": "B0CT2G91ZC",
				"product_title": "FAHREN H1 LED Bulbs, 2024 Upgraded Ultra-Bright 20000 Lumens, Cool White 6000K, IP68 Waterproof, Halogen Replacement, Pack of 2",
				"product_price": "$39.99",
				"product_star_rating": "4.4",
				"product_num_ratings": 445,
				"product_url": "https://www.amazon.com/dp/B0CT2G91ZC",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71Cfg0Wny+L._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "296%Sales rank: 62 (was 246)"
			},
			{
				"rank": 5,
				"asin": "B0CT4NC98B",
				"product_title": "Dent Puller,Car Dent Remover Puller,2 Pack Car Dent Puller Kit Handle Lifter,Powerful Car Dent Remover,Suction Cup Dent Puller and Paintless Dent Repair Kit for Car Body Dent,Glass and Tiles",
				"product_price": "$9.98",
				"product_star_rating": "4.6",
				"product_num_ratings": 465,
				"product_url": "https://www.amazon.com/dp/B0CT4NC98B",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/719DnNGwBrL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "266%Sales rank: 380 (was 1,392)"
			},
			{
				"rank": 6,
				"asin": "B0BNM58WPM",
				"product_title": "Car Seat Gap Filler Organizer, 2 Pack Multifunctional Car Seat Organizer, Auto Console Side Storage Box with Cup Holders 2 Seat Hooks for Drink, Car Organizer Front Seat for Holding Phone, Sunglasses",
				"product_price": "$24.99",
				"product_star_rating": "3.8",
				"product_num_ratings": 385,
				"product_url": "https://www.amazon.com/dp/B0BNM58WPM",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71220-PZXWL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "162%Sales rank: 262 (was 689)"
			},
			{
				"rank": 7,
				"asin": "B0CT4QH8Y5",
				"product_title": "Car Dent Puller,Dent Removal Kit,2 Pack Car Dent Puller Kit Handle Lifter,Powerful Car Dent Remover,Suction Cup Dent Puller and Paintless Dent Repair Kit for Car Body Dent,Glass,Tiles and Mirror",
				"product_price": "$9.98",
				"product_star_rating": "4.6",
				"product_num_ratings": 465,
				"product_url": "https://www.amazon.com/dp/B0CT4QH8Y5",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71fYCm8+LyL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "147%Sales rank: 65 (was 161)"
			},
			{
				"rank": 8,
				"asin": "B0CMWS56C8",
				"product_title": "LorSou Dent Puller,3 Pack Car Dent Puller Suction Cup Dent Puller Car Dent Removal Kit Dent Remover Tool and Dent Repair Kit Handle Lifter for Cars Body,Glass,Screen,Tiles Lifting,Objects Moving",
				"product_price": "$15.99",
				"product_star_rating": "5",
				"product_num_ratings": 505,
				"product_url": "https://www.amazon.com/dp/B0CMWS56C8",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71y9y0cBdQL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "137%Sales rank: 239 (was 567)"
			},
			{
				"rank": 9,
				"asin": "B0CTC3J639",
				"product_title": "Hafuloky Tire Inflator Portable Air Compressor - 180PSI & 20000mAh Portable Air Pump, Accurate Pressure LCD Display, 3X Fast Inflation for Cars, Bikes & Motorcycle Tires, Balls. P008",
				"product_price": "$79.99",
				"product_star_rating": "4.4",
				"product_num_ratings": 445,
				"product_url": "https://www.amazon.com/dp/B0CTC3J639",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71sB9-Lx0rL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "135%Sales rank: 134 (was 315)"
			},
			{
				"rank": 10,
				"asin": "B089TVMF6J",
				"product_title": "CERAKOTE® Ceramic Headlight Restoration Kit – Guaranteed To Last As Long As You Own Your Vehicle – Brings Headlights back to Like New Condition - 3 Easy Steps - No Power Tools Required",
				"product_price": "$16.87",
				"product_star_rating": "4.5",
				"product_num_ratings": 455,
				"product_url": "https://www.amazon.com/dp/B089TVMF6J",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71Mw-1nqyiL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "50%Sales rank: 6 (was 9)"
			},
			{
				"rank": 11,
				"asin": "B0CHDNF9ZX",
				"product_title": "Leather CPR | 2-in-1 Leather Cleaner & Leather Conditioner (18oz) | Cleans, Restores, Conditions, & Protects Furniture, Car Seats, Purses, Shoes, Boots, Saddles/Tack, Jackets, & Auto",
				"product_price": "$37.95",
				"product_star_rating": "4.5",
				"product_num_ratings": 455,
				"product_url": "https://www.amazon.com/dp/B0CHDNF9ZX",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/710tFUg-CTL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "48%Sales rank: 68 (was 101)"
			},
			{
				"rank": 12,
				"asin": "B0CKLCZLGC",
				"product_title": "JUSTTOP New Driver Magnet for Car, Please Be Patient Student Driver Magnet, New Driver Magnet Safety Warning, Magnetic Reflective Rookie Driver Bumper Sticker (Black&Red)",
				"product_price": "$4.99",
				"product_star_rating": "4.6",
				"product_num_ratings": 465,
				"product_url": "https://www.amazon.com/dp/B0CKLCZLGC",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71XqaD3LUwL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "47%Sales rank: 103 (was 152)"
			},
			{
				"rank": 13,
				"asin": "B09HPYMLTS",
				"product_title": "Lamicall Bike Phone Holder, Motorcycle Phone Mount - Motorcycle Handlebar Cell Phone Clamp, Scooter Phone Clip for iPhone 15 Pro Max/Plus, 14 Pro Max, S9, S10 and More 4.7\" to 6.8\" Smartphones",
				"product_price": "$18.99",
				"product_star_rating": "4.5",
				"product_num_ratings": 455,
				"product_url": "https://www.amazon.com/dp/B09HPYMLTS",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71wS-tIjVTL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "45%Sales rank: 59 (was 86)"
			},
			{
				"rank": 14,
				"asin": "B00F918Z4S",
				"product_title": "Chemical Guys ACC_300_2 Wonder Wave Durafoam Contoured Large Tire Dressing Applicator Pad, Pack of 2",
				"product_price": "$6.99",
				"product_star_rating": "4.6",
				"product_num_ratings": 465,
				"product_url": "https://www.amazon.com/dp/B00F918Z4S",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/51apbn1v2lL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "44%Sales rank: 268 (was 388)"
			},
			{
				"rank": 15,
				"asin": "B0CT93RD7S",
				"product_title": "RENO H4 LED Bulbs, 9003 LED 12000LM 6500K 60W Cool White Dual Beam H4 9003 HB2 Halogen Replacement Fanless In Line Plug and Play, Pack of 2",
				"product_price": "$19.99",
				"product_star_rating": "4.3",
				"product_num_ratings": 435,
				"product_url": "https://www.amazon.com/dp/B0CT93RD7S",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/81pJcSvWPzL._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "44%Sales rank: 321 (was 463)"
			},
			{
				"rank": 16,
				"asin": "B0CKYC8KJ3",
				"product_title": "POWERLIX Leg Sleeve - Best Knee Brace for Leg Pain for Men & Women Knee Support for Running, Basketball, Weightlifting, Gym, Workout, Sports Please Check Sizing Chart (Nude, Small)",
				"product_price": "$19.99",
				"product_star_rating": "4.3",
				"product_num_ratings": 435,
				"product_url": "https://www.amazon.com/dp/B0CKYC8KJ3",
				"product_photo": "https://images-na.ssl-images-amazon.com/images/I/71OQ-Ul7D4L._AC_UL900_SR900,600_.jpg",
				"rank_change_label": "41%Sales rank: 123 (was 174)"
	}
}
                                                                                                                                                                                                                    
                                                                                                    

畅销产品 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/5993/best+sellers?category=software' --header 'Authorization: Bearer YOUR_API_KEY' 


    

获取每个国家/地区的亚马逊产品类别/亚马逊域名(仅用于产品搜索的“category_id”参数)


                                                                            
GET https://zylalabs.com/api/4807/amazon+data+api/6006/product+category+list
                                                                            
                                                                        

产品类别列表 - 端点功能

对象 描述
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"status": "OK",
	"request_id": "026f4807-8b67-4860-a6fc-b2f4fc690a87",
	"data": [
		{
			"id": "aps",
			"name": "All Departments"
		},
		{
			"id": "black-friday",
			"name": "Black Friday"
		},
		{
			"id": "alexa-skills",
			"name": "Alexa Skills"
		},
		{
			"id": "amazon-devices",
			"name": "Amazon Devices"
		},
		{
			"id": "amazonfresh",
			"name": "Amazon Fresh"
		},
		{
			"id": "amazon-global-store",
			"name": "Amazon Global Store"
		},
		{
			"id": "edu-alt-content",
			"name": "Amazon Study"
		},
		{
			"id": "warehouse-deals",
			"name": "Amazon Warehouse"
		},
		{
			"id": "mobile-apps",
			"name": "Apps & Games"
		},
		{
			"id": "audible",
			"name": "Audible Audiobooks"
		},
		{
			"id": "baby",
			"name": "Baby"
		},
		{
			"id": "beauty",
			"name": "Beauty"
		},
		{
			"id": "stripbooks",
			"name": "Books"
		},
		{
			"id": "automotive",
			"name": "Car & Motorbike"
		},
		{
			"id": "popular",
			"name": "CDs & Vinyl"
		},
		{
			"id": "classical",
			"name": "Classical Music"
		},
		{
			"id": "computers",
			"name": "Computers & Accessories"
		},
		{
			"id": "digital-music",
			"name": "Digital Music"
		},
		{
			"id": "diy",
			"name": "DIY & Tools"
		},
		{
			"id": "dvd",
			"name": "DVD & Blu-ray"
		},
		{
			"id": "electronics",
			"name": "Electronics & Photo"
		},
		{
			"id": "fashion",
			"name": "Fashion"
		},
		{
			"id": "fashion-womens",
			"name": "   Women"
		},
		{
			"id": "fashion-mens",
			"name": "   Men"
		},
		{
			"id": "fashion-girls",
			"name": "   Girls"
		},
		{
			"id": "fashion-boys",
			"name": "   Boys"
		},
		{
			"id": "fashion-baby",
			"name": "   Baby"
		},
		{
			"id": "outdoor",
			"name": "Garden & Outdoors"
		},
		{
			"id": "gift-cards",
			"name": "Gift Cards"
		},
		{
			"id": "grocery",
			"name": "Grocery"
		},
		{
			"id": "handmade",
			"name": "Handmade"
		},
		{
			"id": "drugstore",
			"name": "Health & Personal Care"
		},
		{
			"id": "local-services",
			"name": "Home & Business Services"
		},
		{
			"id": "kitchen",
			"name": "Home & Kitchen"
		},
		{
			"id": "industrial",
			"name": "Industrial & Scientific"
		},
		{
			"id": "digital-text",
			"name": "Kindle Store"
		},
		{
			"id": "appliances",
			"name": "Large Appliances"
		},
		{
			"id": "lighting",
			"name": "Lighting"
		},
		{
			"id": "fashion-luggage",
			"name": "Luggage and travel gear"
		},
		{
			"id": "luxury",
			"name": "Luxury Stores"
		},
		{
			"id": "morrisons",
			"name": "Morrisons"
		},
		{
			"id": "mi",
			"name": "Musical Instruments & DJ Equipment"
		},
		{
			"id": "videogames",
			"name": "PC & Video Games"
		},
		{
			"id": "pets",
			"name": "Pet Supplies"
		},
		{
			"id": "luxury-beauty",
			"name": "Premium Beauty"
		},
		{
			"id": "instant-video",
			"name": "Prime Video"
		},
		{
			"id": "software",
			"name": "Software"
		},
		{
			"id": "sports",
			"name": "Sports & Outdoors"
		},
		{
			"id": "office-products",
			"name": "Stationery & Office Supplies"
		},
		{
			"id": "specialty-aps-sns",
			"name": "Subscribe & Save"
		},
		{
			"id": "toys",
			"name": "Toys & Games"
		}
	]
}
                                                                                                                                                                                                                    
                                                                                                    

产品类别列表 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/4807/amazon+data+api/6006/product+category+list' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API 访问密钥和身份验证

注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 亚马逊数据 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
标头
标头 描述
授权 [必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。

简单透明的定价

无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。

🚀 企业版

起价
$ 10,000/年


  • 自定义数量
  • 自定义速率限制
  • 专业客户支持
  • 实时 API 监控

客户喜爱的功能

  • ✔︎ 仅支付成功请求
  • ✔︎ 7 天免费试用
  • ✔︎ 多语言支持
  • ✔︎ 一个 API 密钥,所有 API。
  • ✔︎ 直观的仪表板
  • ✔︎ 全面的错误处理
  • ✔︎ 开发者友好的文档
  • ✔︎ Postman 集成
  • ✔︎ 安全的 HTTPS 连接
  • ✔︎ 可靠的正常运行时间

亚马逊数据 API FAQs

我们可以支持您所需的任何费率,如果您需要高于默认费率的费率,请联系我们

是的,请联系我们,如果您需要更高的等级/数量计划,我们将很高兴为您提供量身定制的折扣计划

平均响应时间在1到3秒之间,取决于使用的端点和请求参数

该API实时从亚马逊拉取数据,使其100%新鲜且最新

每个端点返回与亚马逊产品相关的特定数据,包括产品详情(标题、价格、评分)、优惠、评论、畅销产品、卖家档案和产品类别。例如,产品搜索端点提供包含其ASIN、价格和评分的产品列表

关键字段因端点而异,但一般包括ASIN 产品标题 价格 星级评分 评分数量 产品URL 和可用性。例如 产品详情端点包含品牌 重量 和变体等字段

参数因端点而异。例如,产品搜索端点允许价格范围、排序选项和产品状态等筛选条件。产品报价端点支持使用 `page` 和 `limit` 参数进行分页

响应数据采用JSON格式,通常包含状态、请求ID和数据对象。数据对象包括与端点相关的特定字段,如产品细节或卖家信息,按数组组织以便于访问

每个端点提供独特的信息:产品搜索提供产品列表,产品详情提供全面的产品信息,产品评论包括用户反馈,卖家资料提供特定卖家的数据,如评分和联系信息

通过直接从亚马逊平台获取实时信息来维护数据的准确性 API持续更新以反映产品可用性 价格和评论的变化 确保用户获得最新的数据

典型的用例包括市场研究 竞争分析 产品比较 和电子商务应用 开发者和营销人员可以利用这些数据来增强用户体验 优化列表 或者分析趋势

用户可以通过将返回的数据集成到应用程序中,以进行产品发现、评论聚合或价格跟踪。例如,产品评论端点可以用于在产品页面上显示用户反馈,从而增强客户的决策能力

一般常见问题

Zyla API Hub 就像一个大型 API 商店,您可以在一个地方找到数千个 API。我们还为所有 API 提供专门支持和实时监控。注册后,您可以选择要使用的 API。请记住,每个 API 都需要自己的订阅。但如果您订阅多个 API,您将为所有这些 API 使用相同的密钥,使事情变得更简单。

价格以 USD(美元)、EUR(欧元)、CAD(加元)、AUD(澳元)和 GBP(英镑)列出。我们接受所有主要的借记卡和信用卡。我们的支付系统使用最新的安全技术,由 Stripe 提供支持,Stripe 是世界上最可靠的支付公司之一。如果您在使用卡片付款时遇到任何问题,请通过 [email protected]


此外,如果您已经以这些货币中的任何一种(USD、EUR、CAD、AUD、GBP)拥有有效订阅,该货币将保留用于后续订阅。只要您没有任何有效订阅,您可以随时更改货币。

定价页面上显示的本地货币基于您 IP 地址的国家/地区,仅供参考。实际价格以 USD(美元)为单位。当您付款时,即使您在我们的网站上看到以本地货币显示的等值金额,您的卡片对账单上也会以美元显示费用。这意味着您不能直接使用本地货币付款。

有时,银行可能会因其欺诈保护设置而拒绝收费。我们建议您首先联系您的银行,检查他们是否阻止了我们的收费。此外,您可以访问账单门户并更改关联的卡片以进行付款。如果这些方法不起作用并且您需要进一步帮助,请通过 [email protected]

价格由月度或年度订阅决定,具体取决于所选计划。

API 调用根据成功请求从您的计划中扣除。每个计划都包含您每月可以进行的特定数量的调用。只有成功的调用(由状态 200 响应指示)才会计入您的总数。这确保失败或不完整的请求不会影响您的月度配额。

Zyla API Hub 采用月度订阅系统。您的计费周期将从您购买付费计划的那一天开始,并在下个月的同一日期续订。因此,如果您想避免未来的费用,请提前取消订阅。

要升级您当前的订阅计划,只需转到 API 的定价页面并选择您要升级到的计划。升级将立即生效,让您立即享受新计划的功能。请注意,您之前计划中的任何剩余调用都不会转移到新计划,因此在升级时请注意这一点。您将被收取新计划的全部金额。

要检查您本月剩余多少 API 调用,请参考响应标头中的 "X-Zyla-API-Calls-Monthly-Remaining" 字段。例如,如果您的计划允许每月 1,000 个请求,而您已使用 100 个,则响应标头中的此字段将显示 900 个剩余调用。

要查看您的计划允许的最大 API 请求数,请检查 "X-Zyla-RateLimit-Limit" 响应标头。例如,如果您的计划包括每月 1,000 个请求,此标头将显示 1,000。

"X-Zyla-RateLimit-Reset" 标头显示您的速率限制重置之前的秒数。这告诉您何时您的请求计数将重新开始。例如,如果它显示 3,600,则意味着还有 3,600 秒直到限制重置。

是的,您可以随时通过访问您的账户并在账单页面上选择取消选项来取消您的计划。请注意,升级、降级和取消会立即生效。此外,取消后,您将不再有权访问该服务,即使您的配额中还有剩余调用。

您可以通过我们的聊天渠道联系我们以获得即时帮助。我们始终在线,时间为上午 8 点至下午 5 点(EST)。如果您在该时间之后联系我们,我们将尽快回复您。此外,您可以通过 [email protected]

为了让您有机会在没有任何承诺的情况下体验我们的 API,我们提供 7 天免费试用,允许您免费进行最多 50 次 API 调用。此试用只能使用一次,因此我们建议将其应用于您最感兴趣的 API。虽然我们的大多数 API 都提供免费试用,但有些可能不提供。试用在 7 天后或您进行了 50 次请求后结束,以先发生者为准。如果您在试用期间达到 50 次请求限制,您需要"开始您的付费计划"以继续发出请求。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。或者,如果您在第 7 天之前不取消订阅,您的免费试用将结束,您的计划将自动计费,授予您访问计划中指定的所有 API 调用的权限。请记住这一点以避免不必要的费用。

7 天后,您将被收取试用期间订阅的计划的全额费用。因此,在试用期结束前取消很重要。因忘记及时取消而提出的退款请求不被接受。

当您订阅 API 免费试用时,您可以进行最多 50 次 API 调用。如果您希望超出此限制进行额外的 API 调用,API 将提示您执行"开始您的付费计划"。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。

付款订单在每月 20 日至 30 日之间处理。如果您在 20 日之前提交请求,您的付款将在此时间范围内处理。

 服务级别
100%
 响应时间
1,804ms

相关 API