为了使用亚马逊的API接口获取商品详情,你需要遵循以下步骤:
-
注册并登录开发者中心,创建一个应用并获取API Key和Key Secret。
-
使用Client ID和Client Secret获取访问令牌(Access Token)。
-
使用访问令牌(Access Token)调用API接口获取商品详情。
以下是一个简单的Python示例,展示了如何使用requests
库调用亚马逊API接口获取商品详情:
# coding:utf-8
"""
Compatible for python2.x and python3.x
requirement: pip install requests
"""
from __future__ import print_function
import requests
# 请求示例 url 默认请求参数已经做URL编码
url = "https://item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=B016LO4UTA"
headers = {"Accept-Encoding": "gzip","Connection": "close"
}
if __name__ == "__main__":r = requests.get(url, headers=headers)json_obj = r.json()print(json_obj)
API接口请求接入响应示例
{"item": {"detail_url": "https://www.amazon.cn/dp/B01716QK72?th=1&psc=1","crumbs": {"1477476071": "亚马逊海外购服装服饰店","2016156051": "服装服饰类"},"title": "Mammut 猛犸象 男式 SO Ftech TREKKERS 软壳登山裤 1020-09760","desc_short": "","brand": "","brandId": "","end_time": "","rootCatId": "2016156051","cid": "1477476071","star": "4-5 cm-cr-review-stars-spacing-big","item_imgs": [{"url": "https://images-cn.ssl-images-amazon.cn/images/I/31dXXTrBv4L._AC_.jpg"},{"url": "https://images-cn.ssl-images-amazon.cn/images/I/31ROoBM6BXL._AC_.jpg"},{"url": "https://images-cn.ssl-images-amazon.cn/images/I/31w6TpMu1UL._AC_.jpg"}],"nick": "\n ","num": "99","num_iid": "B01716QK72","pic_url": "//images-cn.ssl-images-amazon.cn/images/I/51+wkr85ldL._AC_SX466_.jpg","currency_code": "CNY","price": "¥572.13","orginal_price": "¥572.13","location": "","item_weight": "50.29 x 37.2 x 8 cm","item_size": "&lrm","post_fee": "","express_fee": "","prop_imgs": {"prop_img": []},"props_img": [],"props_name": "","property_alias": "","props_list": [],"seller_info": {"nick": "\n ","city": "","bail": "","level": "","rate": "","score": "","delivery_score": "","item_score": "","shop_type": "","user_num_id": "1","sid": "1","title": "\n ","zhuy": "https://www.amazon.cn/","company_name": "","menu": []},"error": "","warning": "","shopinfo": {"shop_name": ""},"shop_item": [],"relate_items": [],"skus": {"sku": []},"desc": "<div> <h3> <span>产品描述</span> </h3> <p> <span>MAMMUT 猛犸象 男士 软壳裤 1020-09760</span> </p> <h3> <span>品牌简介</span> </h3> <p> <span>MAMMUT 猛犸象,源于瑞士,攀登150余年,只为下一个制高点!</span> </p> </div> <img src=\"https://www.o0b.cn/i.php?t.png&rid=gw-4.65727a3f20f02&p=1778787844&k=i_key&t=1702001216\" style=\"display:none\" />","pinglun": [{"star": "3","title": "面料不耐磨","author": "酵母","time": "2019年6月4日","choose": "尺寸: EU XS-(日本サイズS相当)<i class=\"a-icon a-icon-text-separator\" role=\"img\" aria-label=\"|\"></i>颜色: 黑色","content": "穿了半个月,裤腿就起毛了,这面料不敢恭维"},{"star": "5","title": "性价比超高","author": "亚马逊客户","time": "2023年1月5日","choose": "尺寸: EU XS-(日本サイズS相当)<i class=\"a-icon a-icon-text-separator\" role=\"img\" aria-label=\"|\"></i>颜色: 黑色","content": "红标正价格不贵"},{"star": "5","title": "合适","author": "RHONIN","time": "2021年12月4日","choose": "尺寸: EU XS-(日本サイズS相当)<i class=\"a-icon a-icon-text-separator\" role=\"img\" aria-label=\"|\"></i>颜色: 黑色","content": "奇怪我S和XS基本都可穿,后者稍微修身一点!版型不错,喜欢😘"},{"star": "5","title": "裤子版型非常修身,通勤没问题","author": "Simeca","time": "2017年6月4日","choose": "尺寸: EU XS-(日本サイズS相当)<i class=\"a-icon a-icon-text-separator\" role=\"img\" aria-label=\"|\"></i>颜色: 黑色","content": "我是日亚直邮的,买的欧码S,相当于日码M,一直担心会大,因为户外衣服都这个样子,没想到试穿后反而有点小,我171,60Kg,腰围83,不过我还是满意的留下了,因为户外衣服能穿出休闲衣服的修身感才是我目前需要的,不然这么贵的衣服平时不穿太浪费了,给大家个参考吧"}],"format_check": "ok","sales": 0,"desc_img": []},"error": "","secache": "9ef8cf364bc413f425817ba2a4986b91","secache_time": 1702001216,"secache_date": "2023-12-08 10:06:56","translate_status": "","translate_time": 0,"language": {"default_lang": "cn","current_lang": "cn"},"reason": "","error_code": "0000","cache": 0,"api_info": "today:24 max:10000 all[246=24+34+188];expires:2030-10-30","execution_time": "1.565","server_time": "Beijing/2023-12-08 10:06:56","client_ip": "106.6.38.4","call_args": {"num_iid": "B01716QK72"},"api_type": "amazon","translate_language": "zh-CN","translate_engine": "baidu","server_memory": "2.24MB","request_id": "gw-4.65727a3f20f02","last_id": "2345353469"}