当前位置:网站首页>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"
}边栏推荐
- Basic qualities of management personnel
- 路由汇总带来的三层环路-解决实验
- What is unique about MES system?
- 跳转打开新窗口
- shell 实现Memcache缓存命中率监控脚本
- leetcode:307. Area and retrieval - array modifiable
- Storage principle of string
- [fishing artifact] code tool for lowering the seconds of UI Library -- form part (I) design
- [cloud native practice] kubesphere practice - Multi tenant system practice
- 【ROS进阶篇】第三讲 ROS文件系统与分布式通信
猜你喜欢
随机推荐
What is unique about MES system?
THREEJS基础入门
Which brokerage commission is the lowest and safest
[advanced ROS chapter] lesson 2 custom header and source file encapsulation
数字密码锁verilog设计+仿真+上板验证
推荐书籍--白夜行
导航【微机原理】
Report delivery engineer
Rsync 的简单应用与配置
量子机器学习的基础和应用:一个简明文献综述
空间导电盘式滑环材料的选择
亚马逊商品详情API接口-(item_get-获得AMAZON商品详情接口),亚马逊详情API接口
解释PBR纹理贴图(texture-maps)
Summary of document level symbols under different systems
STL教程6-deque、stack、queue、list容器
Set up your own website (12)
How can colleges and universities build future oriented smart campus based on cloud native? Full stack cloud native vs traditional technology architecture
leetcode:238. Product of arrays other than itself
The foundation and application of quantum machine learning: a concise literature review
《强化学习周刊》第51期:PAC、ILQL、RRL&无模型强化学习集成于微电网络格控制:综述与启示








![[advanced ROS] Lecture 3 ROS file system and distributed communication](/img/9f/2c316f5b0aa36b63769672048da772.png)