亚马逊Amazon商品详情API接口(主图|SKU|标题|价格|库存)

亚马逊商品详情API接口是亚马逊平台提供的一种服务,它允许用户通过程序调用API来获取亚马逊商品的相关数据。该接口提供了多种API,其中最常用的是商品API。利用这个接口,用户可以获取到商品的详细信息,包括但不限于主图、SKU、标题、价格以及库存等。

1.请求方式:HTTP POST GET (复制薇:Anzexi58 获取 API SDK文件)

2.请求示例 (点击获取测试key和secret)

要使用该接口,首先需要在亚马逊开发者中心上注册一个开发者账号,并创建一个应用以获取API权限。接下来,需要获取API密钥,这是验证用户身份和授权访问API的关键。在获得密钥后,用户可以根据亚马逊的API文档构建请求URL,并发送HTTP请求到亚马逊的API服务器。服务器会返回一个包含商品详细信息的响应,用户需要解析这些数据以便进一步使用。

在使用该接口时,用户需要遵守亚马逊的使用规则和频率限制,确保符合相关法律法规的要求,并尊重用户隐私和数据安全。

总的来说,亚马逊商品详情API接口为获取商品数据提供了便利的途径,有助于用户进行商品搜索、商品分类以及数据分析等操作。然而,具体的接口使用方法和细节可能会因亚马逊平台的更新而有所变化,因此建议用户在使用前详细阅读亚马逊的官方文档和指南。

响应示例参考

{
	"item": {
		"detail_url": "https://www.amazon.com/dp/B0009TS45A/ref=sr_1_2",
		"crumbs": {
			"3375251": "Sports & Outdoors",
			"3395321": "Archery",
			"3395391": "Fletches",
			"3395451": "Arrows & Parts",
			"706813011": "Hunting & Fishing"
		},
		"title": "AA & E Elite Plastifletch Vanes Hot Pink 3.875 in. 100 pk.",
		"desc_short": "",
		"brand": "",
		"brandId": "",
		"end_time": null,
		"rootCatId": "3375251",
		"cid": "3395391",
		"star": "4.8",
		"item_imgs": [
			{
				"url": "https://m.media-amazon.com/images/I/112fOzvlr9L._AC_.jpg"
			}
		],
		"nick": "",
		"num": "99",
		"num_iid": "B0009TS45A",
		"pic_url": "https://m.media-amazon.com/images/I/112fOzvlr9L._AC_.jpg",
		"currency_code": "USD",
		"price": 12.99,
		"orginal_price": 12.99,
		"location": "",
		"item_weight": "",
		"item_size": null,
		"post_fee": "",
		"express_fee": "",
		"prop_imgs": [],
		"props_img": [],
		"props_name": "",
		"property_alias": "",
		"props_list": [],
		"seller_info": {
			"nick": "",
			"city": "",
			"bail": "",
			"level": "",
			"rate": "",
			"score": "",
			"delivery_score": "",
			"item_score": "",
			"shop_type": "",
			"user_num_id": "1",
			"sid": "1",
			"title": "",
			"zhuy": "",
			"company_name": "",
			"menu": []
		},
		"error": "",
		"warning": "",
		"shopinfo": {
			"shop_name": ""
		},
		"shop_item": [],
		"relate_items": [],
		"skus": {
			"sku": []
		},
		"desc": " No preparation due to the wide base being coated with activator;.5\" profile;100 pk    Country Of Origin: China    Product Type: Sporting Goods    Item Package Weight: 0.022 Pounds  <img src=\"https://www.o0b.cn/i.php?t.png&rid=gw-3.662207e602f72&p=3060574799&k=i_key&t=1713506282\" style=\"display:none\" />",
		"pinglun": [
			{
				"author": "Neo Zambas",
				"choose": "",
				"content": "Great arrow vanes that hold up well. I've been making my own arrows for about 2 years now, (and by making I mean attaching vanes and gluing in inserts) and these are the best vanes I've found. They go on perfectly every time and last forever, and have helped me learn more about the sport. Definitely recommend for target archery and bowhunting.",
				"star": "5.0",
				"time": "August 28, 2016",
				"title": "Great arrow vanes that hold up well"
			},
			{
				"author": "a.b.",
				"choose": "",
				"content": "Only color not found on forest floor in the fall",
				"star": "5.0",
				"time": "December 17, 2019",
				"title": "Fit great, easy to find"
			},
			{
				"author": "Amazon Customer",
				"choose": "",
				"content": "Very happy with the product.  Great transaction.",
				"star": "4.0",
				"time": "March 26, 2016",
				"title": "Four Stars"
			},
			{
				"author": "Better Life 2006",
				"choose": "",
				"content": "These vanes produced excellent results on some carbon fiber arrows my father in law made for my boys and I.  The were nicely flexible but tough.  We had no problem setting them up with our jig.  I would recommend these to anyone wanting to build a quality target arrow.",
				"star": "5.0",
				"time": "June 12, 2014",
				"title": "Excellent vanes!"
			},
			{
				"author": "Todd",
				"choose": "",
				"content": "very happy with quality and the color really helps with finding arrows in the field",
				"star": "5.0",
				"time": "January 9, 2017",
				"title": "Five Stars"
			},
			{
				"author": "kb",
				"choose": "",
				"content": "Nice and bright, easy to spot in the leaf litter",
				"star": "5.0",
				"time": "October 30, 2014",
				"title": "Five Stars"
			}
		],
		"format_check": "ok",
		"sales": 0,
		"desc_img": []
	},
	"error": "",
	"secache": "65ade7cc986f4848c2debfa82d8caa38",
	"secache_time": 1713506282,
	"secache_date": "2024-04-19 13:58:02",
	"translate_status": "",
	"translate_time": 0,
	"language": {
		"default_lang": "cn",
		"current_lang": "cn"
	},

  • 9
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值