当前位置:网站首页>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"
}边栏推荐
- 阿里巴巴商品详情API接口(item_get-获得商品详情接口),阿里巴巴API接口
- What is unique about MES system?
- 如何评价科大讯飞AI翻译笔P20系列,值得买吗?
- Goahead translation - Active Server Pages
- Set up your own website (12)
- STM32 minimum system construction (schematic diagram)
- 高校如何基于云原生构建面向未来的智慧校园?全栈云原生VS传统技术架构
- 如何从外表判断导电滑环的质量
- Navigation experiment [microcomputer principle] [experiment]
- How do I audit Active Directory User account changes?
猜你喜欢

Calibration, correction and world coordinate calculation of binocular stereo vision camera (openCV)


计算成像前沿进展

每周招聘|DBA数据工程师,年薪35+ ,梦起九州,星河灿烂!

leetcode:307. 区域和检索 - 数组可修改
[cloud native practice] kubesphere practice - Multi tenant system practice

PostgreSQL weekly news - June 22

Selection of materials for space conductive disc slip ring

一颗新的北极星已经升起!

High energy live broadcast, a gathering of celebrities! We invite you to explore bizdevops.
随机推荐
Exercise 8 Chapter 8 Verilog finite state machine design -4 Verilog quartus Modelsim
leetcode:238. Product of arrays other than itself
How to judge the quality of conductive slip ring from its appearance
Digital password lock Verilog design + simulation + on board verification
High energy live broadcast, a gathering of celebrities! We invite you to explore bizdevops.
Application of VoIP push in overseas audio and video services
Rsync method of establishing multi directory module
Shutter bottomnavigationbar toggle page hold
Storage principle of string
leetcode:307. 区域和检索 - 数组可修改
Topic39——78. 子集
About Effect Size
A new Polaris has risen!
PostgreSQL每周新闻—6月22日
leetcode:724. 寻找数组的中心下标
导航 实验【微机原理】【实验】
A keepalived high availability accident made me learn it again!
LeetCode 1. 两数之和
HAproxy + Keepalive实现LDAP代理服务