当前位置:网站首页>Amazon Product details API interface - (item_get get Amazon Product details interface), Amazon details API interface
Amazon Product details API interface - (item_get get Amazon Product details interface), Amazon details API interface
2022-06-29 21:20:00 【wx_ one billion five hundred and ninety-seven million sixty-thr】
One 、 Amazon Product Details API Interface -(item_get- get AMAZON Product details interface ), Amazon details API The interface can get the commodity price , inventory , Sales of goods , goods ID, Commodity images , goods sku attribute ,sku details ,sku picture , Commodity images , Merchant nickname , Attribute image , Data such as the place of shipment of the merchant , Scope of access to : The whole station includes .cn Station and .com standing , The data can be applied to the selection on the shelf , Data analysis , The agent shopping mall will build a station ,erp System commodity data selection , Price monitoring , Brand rights protection , The merchant moves goods , Shop Distribution , Business tools, etc , Hope to help friends in need , Interface code connection is as follows :
1. Common parameters
| name | type | must | describe |
|---|---|---|---|
| key | String | yes | call key( Must be GET Way of splicing in URL in , Click to get the test key and secret) |
| secret | String | yes | Call key |
| api_name | String | yes | API The name of the interface ( Included in the request address )[item_search,item_get,item_search_shop etc. ] |
| cache | String | no | [yes,no] Default yes, The cached data... Will be called , It's quite fast |
| result_type | String | no | [json,jsonu,xml,serialize,var_export] Return data format , The default is json,jsonu The output content can be read directly in Chinese |
| lang | String | no | [cn,en,ru] Translation language , Default cn Simplified Chinese |
| version | String | no | API edition |
2. Request parameters
Request parameters :num_iid=B016LO4UTA
Parameter description :num_iid:AMAZON goods ID( Not .cn Please add after -com)
3. Request example (CURL、PHP 、PHPsdk 、Java 、C# 、Python...)
# coding:utf-8
"""
Compatible for python2.x and python3.x
requirement: pip install requests
"""
from __future__ import print_function
import requests
# Request example url The default request parameters have been changed URL code
url = "https://vx19970108018/amazon/item_get/?key=< Your own apiKey>&secret=< Your own 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)4. Response example
{
"item": {
"detail_url": "https://www.amazon.cn/dp/B07DTH3N2X?th=1&psc=1",
"crumbs": {
"162093071": " Hiking shoes 、 Climbing shoes ",
"2029189051": " shoe ",
"2112003051": " Women's Shoes ",
"2112026051": " Outdoor sports shoes "
},
"title": "ECCO Love step Land cruising lady hiking shoes ",
"desc_short": "",
"brand": "",
"brandId": "",
"end_time": "",
"rootCatId": "2029189051",
"cid": "162093071",
"star": "4-5",
"item_imgs": [
{
"url": "https://images-cn.ssl-images-amazon.cn/images/I/418xJzTywkL._AC_.jpg"
},
{
"url": "https://images-cn.ssl-images-amazon.cn/images/I/41VYcMUD9rL._AC_.jpg"
},
{
"url": "https://images-cn.ssl-images-amazon.cn/images/I/41sk+AWwPQL._AC_.jpg"
},
{
"url": "https://images-cn.ssl-images-amazon.cn/images/I/31YQPU6QiUL._AC_.jpg"
},
{
"url": "https://images-cn.ssl-images-amazon.cn/images/I/31nydE7RKqL._AC_.jpg"
},
{
"url": "https://images-cn.ssl-images-amazon.cn/images/I/31uo7gHTPyL._AC_.jpg"
},
{
"url": "https://images-cn.ssl-images-amazon.cn/images/I/41lfvAIkzpL._AC_.jpg"
}
],
"nick": "ECCO Love step ",
"num": "99",
"num_iid": "B07DTH3N2X",
"pic_url": "//images-cn.ssl-images-amazon.cn/images/I/71bpc6YtWAL._AC_UX395_.jpg",
"currency_code": "CNY",
"price": "¥509.66",
"orginal_price": "¥509.66",
"location": "",
"item_weight": null,
"item_size": "",
"post_fee": "",
"express_fee": "",
"prop_imgs": {
"prop_img": [
{
"properties": "1:1",
"url": "https://images-cn.ssl-images-amazon.cn/images/I/419Q0VzJTRL._SS47_.jpg"
},
{
"properties": "1:2",
"url": "https://images-cn.ssl-images-amazon.cn/images/I/419Q0VzJTRL._SS47_.jpg"
},
{
"properties": "1:3",
"url": "https://images-cn.ssl-images-amazon.cn/images/I/41N9hlzVZYL._SS47_.jpg"
},
{
"properties": "1:0",
"url": "https://images-cn.ssl-images-amazon.cn/images/I/418xJzTywkL._SS47_.jpg"
}
]
},
"props_img": {
"1:1": "https://images-cn.ssl-images-amazon.cn/images/I/419Q0VzJTRL._SS47_.jpg",
"1:2": "https://images-cn.ssl-images-amazon.cn/images/I/419Q0VzJTRL._SS47_.jpg",
"1:3": "https://images-cn.ssl-images-amazon.cn/images/I/41N9hlzVZYL._SS47_.jpg",
"1:0": "https://images-cn.ssl-images-amazon.cn/images/I/418xJzTywkL._SS47_.jpg"
},
"props_name": "0:0: Size :3 UK;0:1: Size :3.5 UK;0:3: Size :5 UK;0:2: Size :4.5 UK;1:1: Color : Silver grey metallic silver 59105;1:2: Color : Silver grey silver metallic .;1:3: Color : black 51052 black ;1:0: Color : black 51052",
"property_alias": "0:0:3 UK;0:1:3.5 UK;0:3:5 UK;0:2:4.5 UK;1:1: Silver grey metallic silver 59105;1:2: Silver grey silver metallic .;1:3: black 51052 black ;1:0: black 51052",
"props_list": {
"0:0": " Size :3 UK",
"1:1": " Color : Silver grey metallic silver 59105",
"1:2": " Color : Silver grey silver metallic .",
"1:3": " Color : black 51052 black ",
"0:1": " Size :3.5 UK",
"0:3": " Size :5 UK",
"1:0": " Color : black 51052",
"0:2": " Size :4.5 UK"
},
"seller_info": {
"nick": "ECCO Love step ",
"city": "",
"bail": "",
"level": "",
"rate": "",
"score": "",
"delivery_score": "",
"item_score": "",
"shop_type": "",
"user_num_id": "1",
"sid": "1",
"title": "ECCO Love step ",
"zhuy": "https://www.amazon.cn/",
"company_name": "",
"menu": []
},
"error": "",
"warning": "",
"shopinfo": {
"shop_name": ""
},
"shop_item": [],
"relate_items": [],
"skus": {
"sku": [
{
"price": "¥509.66",
"orginal_price": "¥509.66",
"properties": "0:0;1:1",
"properties_name": "0:0: Size :3 UK;1:1: Color : Silver grey metallic silver 59105",
"quantity": 99,
"sku_id": "B07DTHC8DY",
"sku_url": "https://www.amazon.cn/dp/B07DTHC8DY?th=1&psc=1"
},
{
"price": "¥509.66",
"orginal_price": "¥509.66",
"properties": "0:0;1:2",
"properties_name": "0:0: Size :3 UK;1:2: Color : Silver grey silver metallic .",
"quantity": 99,
"sku_id": "B07DTWDNM1",
"sku_url": "https://www.amazon.cn/dp/B07DTWDNM1?th=1&psc=1"
},
{
"price": "¥509.66",
"orginal_price": "¥509.66",
"properties": "0:0;1:3",
"properties_name": "0:0: Size :3 UK;1:3: Color : black 51052 black ",
"quantity": 99,
"sku_id": "B07DTH3N2X",
"sku_url": "https://www.amazon.cn/dp/B07DTH3N2X?th=1&psc=1"
},
{
"price": "¥509.66",
"orginal_price": "¥509.66",
"properties": "0:1;1:3",
"properties_name": "0:1: Size :3.5 UK;1:3: Color : black 51052 black ",
"quantity": 99,
"sku_id": "B07DTH3MVB",
"sku_url": "https://www.amazon.cn/dp/B07DTH3MVB?th=1&psc=1"
},
{
"price": "¥509.66",
"orginal_price": "¥509.66",
"properties": "0:1;1:0",
"properties_name": "0:1: Size :3.5 UK;1:0: Color : black 51052",
"quantity": 99,
"sku_id": "B07FG612H6",
"sku_url": "https://www.amazon.cn/dp/B07FG612H6?th=1&psc=1"
},
{
"price": "¥509.66",
"orginal_price": "¥509.66",
"properties": "0:0;1:0",
"properties_name": "0:0: Size :3 UK;1:0: Color : black 51052",
"quantity": 99,
"sku_id": "B07FG75VP2",
"sku_url": "https://www.amazon.cn/dp/B07FG75VP2?th=1&psc=1"
},
{
"price": "¥509.66",
"orginal_price": "¥509.66",
"properties": "0:1;1:2",
"properties_name": "0:1: Size :3.5 UK;1:2: Color : Silver grey silver metallic .",
"quantity": 99,
"sku_id": "B07DTH9LXV",
"sku_url": "https://www.amazon.cn/dp/B07DTH9LXV?th=1&psc=1"
},
{
"price": "¥509.66",
"orginal_price": "¥509.66",
"properties": "0:1;1:1",
"properties_name": "0:1: Size :3.5 UK;1:1: Color : Silver grey metallic silver 59105",
"quantity": 99,
"sku_id": "B07DTWC33V",
"sku_url": "https://www.amazon.cn/dp/B07DTWC33V?th=1&psc=1"
}
]
},
"desc": "<div> <!-- show up to 2 reviews by default -->\n <p> <span> light , Flexible and versatile , This shoe is very suitable for outdoor adventure with quick placement , And make sure every day is very comfortable .</span> </p> </div> <img src=\"https://www.o0b.cn/i.php?t.png&rid=gw-3.62bbc44ade931&p=1778787223&k=i_key&t=1656472653\" style=\"display:none\" />",
"pinglun": [],
"format_check": "ok",
"sales": 0,
"desc_img": []
},
"error": "",
"secache": "7fcc348f5a950a4fbf69d04cc12ccf7e",
"secache_time": 1656472653,
"secache_date": "2022-06-29 11:17:33",
"translate_status": "",
"translate_time": 0,
"language": {
"default_lang": "cn",
"current_lang": "cn"
},
"reason": "",
"error_code": "0000",
"cache": 0,
"api_info": "today:51 max:10100 all[137=51+53+33];expires:2030-12-31",
"execution_time": "3.053",
"server_time": "Beijing/2022-06-29 11:17:33",
"client_ip": "106.6.35.151",
"call_args": {
"num_iid": "B07DTH3N2X"
},
"api_type": "amazon",
"translate_language": "zh-CN",
"translate_engine": "google_cn",
"server_memory": "4.28MB",
"request_id": "gw-3.62bbc44ade931",
"last_id": "1047408936"
}边栏推荐
- A keepalived high availability accident made me learn it again!
- Verilog realizes serial communication and sends it to the nixie tube
- 唯品会商品详情API接口(item_get-获得唯品会商品详情接口),唯品会详情API接口
- Simple application and configuration of Rsync
- Common methods of string class
- MES系统与ERP如何集成?本文告诉你答案
- 利用积分商城游戏进行营销需要避免哪些问题出现?
- [cloud native practice] kubesphere practice - Multi tenant system practice
- Viewing technological changes through Huawei Corps (V): smart Park
- HAproxy + Keepalive实现LDAP代理服务
猜你喜欢

导航【微机原理】

【ROS进阶篇】第三讲 ROS文件系统与分布式通信

如何评价科大讯飞AI翻译笔P20系列,值得买吗?

路由汇总带来的三层环路-解决实验
![[today in history] June 29: SGI and MIPS merged; Microsoft acquires PowerPoint developer; News corporation sells MySpace](/img/86/abeb82927803712a98d2018421c3a7.png)
[today in history] June 29: SGI and MIPS merged; Microsoft acquires PowerPoint developer; News corporation sells MySpace

Exercise 8 Chapter 8 Verilog finite state machine design -4 Verilog quartus Modelsim

LSF-bsub命令

leetcode:724. Find the central subscript of the array

How to judge the quality of conductive slip ring from its appearance

leetcode:238. Product of arrays other than itself
随机推荐
Exercise 8 Chapter 8 Verilog finite state machine design -4 Verilog quartus Modelsim
MES系统究竟有何独特之处?
Yolov6 training your own data record +yolov5 comparison test
leetcode:724. 寻找数组的中心下标
Application of VoIP push in overseas audio and video services
不同系统下的文件层级符号小结
路由汇总带来的三层环路-解决实验
ads131a04 ADC verilog实现及仿真
String字符串的存储原理
How can colleges and universities build future oriented smart campus based on cloud native? Full stack cloud native vs traditional technology architecture
阿里云发布《中国机器人产业图谱(2022)》,122页pdf
时钟树综合(CTS)
Threejs basic introduction
实现inotify配合rsync实时备份
空间导电盘式滑环材料的选择
Shutter bottomnavigationbar toggle page hold
项目中退出操作
Win10 sets automatic dial-up networking task to realize automatic reconnection after startup and disconnection
TMUX settings
Implementing LDAP proxy service with haproxy + keepalive