一、亚马逊关键词搜索API接口(item_search-按关键字搜索亚马逊商品接口),亚马逊API接口可以获取到整个页面上看的到的数据,包括:商品ID,商品标题,商品图片,优惠价,价格,价格范围,销量,卖家昵称,物流费用,店铺所在地等参数,接口代码对接可适用于选品上架,数据分析,代购商城建站,erp系统商品数据选品,价格监控,品牌维权,商家搬货,店铺铺货,商家工具等业务,希望能够帮助到有需要的朋友,接口代码对接如下:
1.公共参数
| 名称 | 类型 | 必须 | 描述 |
|---|---|---|---|
| key | String | 是 | 调用key(必须以GET方式拼接在URL中,点击获取测试key和secret) |
| secret | String | 是 | 调用密钥 |
| api_name | String | 是 | API接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等] |
| cache | String | 否 | [yes,no]默认yes,将调用缓存的数据,速度比较快 |
| result_type | String | 否 | [json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读 |
| lang | String | 否 | [cn,en,ru]翻译语言,默认cn简体中文 |
| version | String | 否 | API版本 |
2.请求参数
请求参数:q=鞋子&start_price=&end_price=&page=&cat=&discount_only=&sort=&page_size=&seller_info=&nick=&ppath=
参数说明:q:搜索关键字
cat:分类ID
start_price:开始价格
end_price:结束价格
sort:排序
page:
3.响应参数
| 名称 | 类型 | 必须 | 示例值 | 描述 |
|---|---|---|---|---|
| items | item[] | 0 | 按关键字搜索商品 | |
| num_iid | String | 0 | B014QN8RG0 | 商品ID |
| title | String | 0 | Topsky 远行客 户外登山鞋 男鞋耐磨越野跑鞋低帮爬山轻便徒步鞋防滑户外鞋子 休闲透气运动鞋 21907A | 商品标题 |
| pic_url | String | 0 | https://images-cn.ssl-images-amazon.com/images/I/51xKSHKPrqL.jpg | 商品图片 |
| promotion_price | Float | 0 | 269.00 | 优惠价 |
| price | Float | 0 | 269.00 | 价格 |
| price_range | String | 0 | 价格范围 | |
| sales | String | 0 | 销量 | |
| sample_id | Bigint | 0 | 商品风格标识ID | |
| seller_nick | String | 0 | 约薇女装官方旗舰店 | 卖家昵称 |
| post_fee | Float | 0 | 物流费用 | |
| area | String | 0 | 店铺所在地 |
4.请求示例(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
- # 请求示例 url 默认请求参数已经做URL编码
- url = "https://vx19970108018/amazon/item_search/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&q=鞋子&start_price=&end_price=&page=&cat=&discount_only=&sort=&page_size=&seller_info=&nick=&ppath="
- headers = {
- "Accept-Encoding": "gzip",
- "Connection": "close"
- }
- if __name__ == "__main__":
- r = requests.get(url, headers=headers)
- json_obj = r.json()
- print(json_obj)
5.响应示例
- {
- "items": {
- "url": "https://www.onebound.cn/s/ref=nb_sb_noss_2?__mk_zh_CN=%E4%BA%9A%E9%A9%AC%E9%80%8A%E7%BD%91%E7%AB%99&url=search-alias%3Daps&field-keywords=%E9%9E%8B%E5%AD%90&page=1",
- "keyword": "鞋子",
- "page": 1,
- "real_total_results": "133889",
- "total_results": 4400,
- "item": [
- {
- "title": "Clarks 男士 Tilden 平纹牛津鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61+ilt1JVfL.jpg",
- "price": "379.78",
- "promotion_price": "379.78",
- "price_range": null,
- "sales": 159,
- "num_iid": "B00TTJHAQK",
- "detail_url": "https://www.amazon.cn/dp/B00TTJHAQK",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 陆地巡航女士徒步登山鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71bpc6YtWAL.jpg",
- "price": "467.70",
- "promotion_price": "467.70",
- "price_range": null,
- "sales": 43,
- "num_iid": "B07DTH3N2X",
- "detail_url": "https://www.amazon.cn/dp/B07DTH3N2X",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks 男士 Tilden Free 乐福鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71w4kavQaOL.jpg",
- "price": "324.68",
- "promotion_price": "324.68",
- "price_range": null,
- "sales": 52,
- "num_iid": "B00TTJJTBY",
- "detail_url": "https://www.amazon.cn/dp/B00TTJJTBY",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Boot-Fix 鞋胶:即时专业级鞋修复胶水",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71BZaWjr1hL.jpg",
- "price": "189.57",
- "promotion_price": "189.57",
- "price_range": null,
- "sales": 12,
- "num_iid": "B00Q3IDN5M",
- "detail_url": "https://www.amazon.cn/dp/B00Q3IDN5M",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 陆地巡航男士运动鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71IZVr+LIyL.jpg",
- "price": "583.63",
- "promotion_price": "583.63",
- "price_range": null,
- "sales": 155,
- "num_iid": "B07DTMGDBJ",
- "detail_url": "https://www.amazon.cn/dp/B07DTMGDBJ",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks Nature Three 男士 德比鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/51aAr3T8KJL.jpg",
- "price": "506.27",
- "promotion_price": "506.27",
- "price_range": null,
- "sales": 305,
- "num_iid": "B002SNAYB2",
- "detail_url": "https://www.amazon.cn/dp/B002SNAYB2",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Timberland 男士 Ledge Mid 防水踝靴",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/81lMgmOkSXL.jpg",
- "price": "545.65",
- "promotion_price": "545.65",
- "price_range": null,
- "sales": 247,
- "num_iid": "B0057J5ZBI",
- "detail_url": "https://www.amazon.cn/dp/B0057J5ZBI",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks Orinoco Spice 女士踝靴",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/51K4Y67hpML.jpg",
- "price": "531.98",
- "promotion_price": "531.98",
- "price_range": null,
- "sales": 89,
- "num_iid": "B00TTKUL9M",
- "detail_url": "https://www.amazon.cn/dp/B00TTKUL9M",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks Originals 男士 Trigenic Flex 低帮运动鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/81oElE1OqML.jpg",
- "price": "617.79",
- "promotion_price": "617.79",
- "price_range": null,
- "sales": 265,
- "num_iid": "B015DWSQ3W",
- "detail_url": "https://www.amazon.cn/dp/B015DWSQ3W",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 男士乐福鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/81KtPWoScAL.jpg",
- "price": "440.64",
- "promotion_price": "440.64",
- "price_range": null,
- "sales": 22,
- "num_iid": "B075JS182H",
- "detail_url": "https://www.amazon.cn/dp/B075JS182H",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 Citytray Lite 男士乐福鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71YaXKSMSOL.jpg",
- "price": "637.56",
- "promotion_price": "637.56",
- "price_range": null,
- "sales": 1,
- "num_iid": "B08BTWDNQ6",
- "detail_url": "https://www.amazon.cn/dp/B08BTWDNQ6",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks Un Costa 男士运动休闲鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71Mj0UZSaGL.jpg",
- "price": "428.60",
- "promotion_price": "428.60",
- "price_range": null,
- "sales": 61,
- "num_iid": "B07TKNDKXD",
- "detail_url": "https://www.amazon.cn/dp/B07TKNDKXD",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks 女士切尔西靴",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/81F46OYGswL.jpg",
- "price": "455.13",
- "promotion_price": "455.13",
- "price_range": null,
- "sales": 485,
- "num_iid": "B01D1XDXII",
- "detail_url": "https://www.amazon.cn/dp/B01D1XDXII",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks 女士纯色乐福平底鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/619J4jPJyWL.jpg",
- "price": "503.23",
- "promotion_price": "503.23",
- "price_range": null,
- "sales": 18,
- "num_iid": "B078HRM213",
- "detail_url": "https://www.amazon.cn/dp/B078HRM213",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks 男士德比鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/51+EeASfK+L.jpg",
- "price": "373.02",
- "promotion_price": "373.02",
- "price_range": null,
- "sales": 50,
- "num_iid": "B07DPNPN71",
- "detail_url": "https://www.amazon.cn/dp/B07DPNPN71",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks Couture Bloom女士芭蕾平底鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/51AGN60N5NL.jpg",
- "price": "367.14",
- "promotion_price": "367.14",
- "price_range": null,
- "sales": 139,
- "num_iid": "B014VG9VYE",
- "detail_url": "https://www.amazon.cn/dp/B014VG9VYE",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 Terrracruise II 男士运动鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71TUi0L8LJL.jpg",
- "price": "545.43",
- "promotion_price": "545.43",
- "price_range": null,
- "sales": 5,
- "num_iid": "B07XVPJSM5",
- "detail_url": "https://www.amazon.cn/dp/B07XVPJSM5",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 女士休闲运动鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61lDi+8F2sS.jpg",
- "price": "481.86",
- "promotion_price": "481.86",
- "price_range": null,
- "sales": 19,
- "num_iid": "B074CV1V7C",
- "detail_url": "https://www.amazon.cn/dp/B074CV1V7C",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Salomon Men's X Ultra 3 GTX Hiking Shoes",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/81fHSLgvntL.jpg",
- "price": "736.79",
- "promotion_price": "736.79",
- "price_range": null,
- "sales": 1,
- "num_iid": "B073D5W4R1",
- "detail_url": "https://www.amazon.cn/dp/B073D5W4R1",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "SALOMON XA PRO 3D GTX 男士 越野跑鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61r9ufB95KL.jpg",
- "price": "637.61",
- "promotion_price": "637.61",
- "price_range": null,
- "sales": 17,
- "num_iid": "B01HD6R6U0",
- "detail_url": "https://www.amazon.cn/dp/B01HD6R6U0",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks Ronnie Walk 男士牛津平底鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61ZUYbTMdeL.jpg",
- "price": "401.14",
- "promotion_price": "401.14",
- "price_range": null,
- "sales": 38,
- "num_iid": "B00TTJKVV6",
- "detail_url": "https://www.amazon.cn/dp/B00TTJKVV6",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks 女士 Un Maui Lace 德比鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/619R9dxjcOL.jpg",
- "price": "474.83",
- "promotion_price": "474.83",
- "price_range": null,
- "sales": 54,
- "num_iid": "B07FQYVN5G",
- "detail_url": "https://www.amazon.cn/dp/B07FQYVN5G",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks 男士 Batcombe Hall 德比鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61dmMHQuExL.jpg",
- "price": "488.98",
- "promotion_price": "488.98",
- "price_range": null,
- "sales": 82,
- "num_iid": "B073H31JN8",
- "detail_url": "https://www.amazon.cn/dp/B073H31JN8",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Panter - 鞋子 Safety Linea ergoshoe 型号 Opera S2 黑色 41 444021700",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/41sP5WgRy0L.jpg",
- "price": "352.01",
- "promotion_price": "352.01",
- "price_range": null,
- "sales": 0,
- "num_iid": "B00Q2TKOPO",
- "detail_url": "https://www.amazon.cn/dp/B00Q2TKOPO",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks Freckle 平底鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61LO1YsDpHL.jpg",
- "price": "388.42",
- "promotion_price": "388.42",
- "price_range": null,
- "sales": 3,
- "num_iid": "B0094Y6JYE",
- "detail_url": "https://www.amazon.cn/dp/B0094Y6JYE",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks Sheer Rose 女士高跟鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/51rlDdjRI9L.jpg",
- "price": "366.55",
- "promotion_price": "366.55",
- "price_range": null,
- "sales": 20,
- "num_iid": "B07B8W2D24",
- "detail_url": "https://www.amazon.cn/dp/B07B8W2D24",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 女士休闲低帮运动鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/611pHRCdgPL.jpg",
- "price": "505.59",
- "promotion_price": "505.59",
- "price_range": null,
- "sales": 25,
- "num_iid": "B07DV2LQTB",
- "detail_url": "https://www.amazon.cn/dp/B07DV2LQTB",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 男士 Exostride 徒步鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71SL6EldYhL.jpg",
- "price": "640.57",
- "promotion_price": "640.57",
- "price_range": null,
- "sales": 37,
- "num_iid": "B07VFFD5Q9",
- "detail_url": "https://www.amazon.cn/dp/B07VFFD5Q9",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 欧文系列 男士德比鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71hrCMSvZ-L.jpg",
- "price": "863.16",
- "promotion_price": "863.16",
- "price_range": null,
- "sales": 56,
- "num_iid": "B06Y1TTKGK",
- "detail_url": "https://www.amazon.cn/dp/B06Y1TTKGK",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks 男士 Cotrell Edge 牛津鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71l0I+nDETL.jpg",
- "price": "406.19",
- "promotion_price": "406.19",
- "price_range": null,
- "sales": 48,
- "num_iid": "B07B94MZSN",
- "detail_url": "https://www.amazon.cn/dp/B07B94MZSN",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Brooks Ghost 14 男士徒步鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/81R8Jss79WL.jpg",
- "price": "685.14",
- "promotion_price": "685.14",
- "price_range": null,
- "sales": 4,
- "num_iid": "B095R99ML2",
- "detail_url": "https://www.amazon.cn/dp/B095R99ML2",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks Cotrell系列 男士一脚蹬乐福鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/712YYHLwkKL.jpg",
- "price": "402.75",
- "promotion_price": "402.75",
- "price_range": null,
- "sales": 231,
- "num_iid": "B07NVTDQL9",
- "detail_url": "https://www.amazon.cn/dp/B07NVTDQL9",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "DryGuy 旅行干燥 DX 靴子干燥器和鞋子烘干机",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/81v7BKH+7+L.jpg",
- "price": "349.95",
- "promotion_price": "349.95",
- "price_range": null,
- "sales": 1,
- "num_iid": "B010A5JBPO",
- "detail_url": "https://www.amazon.cn/dp/B010A5JBPO",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Weiman 皮革清洁剂和护发素 - 16 盎司 - 2 件装 - 用于沙发椅、钱包、鞋子、马鞍皮带、夹克、汽车座椅等",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61LC0LkCnEL.jpg",
- "price": "227.44",
- "promotion_price": "227.44",
- "price_range": null,
- "sales": 1,
- "num_iid": "B06Y67J2KQ",
- "detail_url": "https://www.amazon.cn/dp/B06Y67J2KQ",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Dainese Metropolis 鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61zXfhL2ExL.jpg",
- "price": "1,008\n1,181\n.6720",
- "promotion_price": "1,008\n1,181\n.6720",
- "price_range": null,
- "sales": 0,
- "num_iid": "B07N6NX7G3",
- "detail_url": "https://www.amazon.cn/dp/B07N6NX7G3",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Crocs 中性 Baya 洞洞鞋 儿童",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71mSIEIGJuL.jpg",
- "price": "183.74",
- "promotion_price": "183.74",
- "price_range": null,
- "sales": 14,
- "num_iid": "B07CMZNWCF",
- "detail_url": "https://www.amazon.cn/dp/B07CMZNWCF",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "GEOX 男士 SIRON 2 莫卡辛鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/618WHYcb0GL.jpg",
- "price": "500.44",
- "promotion_price": "500.44",
- "price_range": null,
- "sales": 8,
- "num_iid": "B00BMMJJWA",
- "detail_url": "https://www.amazon.cn/dp/B00BMMJJWA",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Clarks 男士贝肯帽德比鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/51iyXsh51QL.jpg",
- "price": "385.27",
- "promotion_price": "385.27",
- "price_range": null,
- "sales": 40,
- "num_iid": "B07DNFW4F7",
- "detail_url": "https://www.amazon.cn/dp/B07DNFW4F7",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO Women's Soft",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71TQLHM-OjL.jpg",
- "price": "478.43",
- "promotion_price": "478.43",
- "price_range": null,
- "sales": 6,
- "num_iid": "B06Y1JWQ3P",
- "detail_url": "https://www.amazon.cn/dp/B06Y1JWQ3P",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "GEOX U NEBULA A 男士休闲运动鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61HZmOqw0XL.jpg",
- "price": "635.85",
- "promotion_price": "635.85",
- "price_range": null,
- "sales": 37,
- "num_iid": "B00OB8MWJE",
- "detail_url": "https://www.amazon.cn/dp/B00OB8MWJE",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Keen PYRENEES 女士 徒步鞋(旧款)",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71kuOEeCAlL.jpg",
- "price": "676.11",
- "promotion_price": "676.11",
- "price_range": null,
- "sales": 195,
- "num_iid": "B0058E6G3S",
- "detail_url": "https://www.amazon.cn/dp/B0058E6G3S",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "VANS 范斯 男士 Filmore Decon 运动鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71FyWUL8gcL.jpg",
- "price": "279.87",
- "promotion_price": "279.87",
- "price_range": null,
- "sales": 18,
- "num_iid": "B07FXKBT8W",
- "detail_url": "https://www.amazon.cn/dp/B07FXKBT8W",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Keen JASPER II 男童 运动鞋 (现款) (20.0~23.5cm)",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/61bb7mKAi1L.jpg",
- "price": "389.75",
- "promotion_price": "389.75",
- "price_range": null,
- "sales": 0,
- "num_iid": "B097K32RJC",
- "detail_url": "https://www.amazon.cn/dp/B097K32RJC",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Crocs 卡骆驰 Crocband 凉鞋 11016",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/713jL7GN11L.jpg",
- "price": "255.68",
- "promotion_price": "255.68",
- "price_range": null,
- "sales": 113,
- "num_iid": "B002JCSSSI",
- "detail_url": "https://www.amazon.cn/dp/B002JCSSSI",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "Keen JASPER(现款)男士 运动鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71uxsSBZVGL.jpg",
- "price": "547.58",
- "promotion_price": "547.58",
- "price_range": null,
- "sales": 1,
- "num_iid": "B084C9K616",
- "detail_url": "https://www.amazon.cn/dp/B084C9K616",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "SALOMON X Ultra 3 MID Gore-TEX 男士 登山鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/81n9IdXYQdL.jpg",
- "price": "662.04",
- "promotion_price": "662.04",
- "price_range": null,
- "sales": 4,
- "num_iid": "B071LJSC53",
- "detail_url": "https://www.amazon.cn/dp/B071LJSC53",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "ECCO 爱步 女士 Exohikew 运动鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/81mQp-j-uaL.jpg",
- "price": "945.15",
- "promotion_price": "945.15",
- "price_range": null,
- "sales": 28,
- "num_iid": "B07VFFBRBF",
- "detail_url": "https://www.amazon.cn/dp/B07VFFBRBF",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- },
- {
- "title": "SALOMON 男士Speedcross 4 GTX 防水越野跑鞋",
- "pic_url": "https://images-cn.ssl-images-amazon.cn/images/I/71LjHhInzLL.jpg",
- "price": "704.98",
- "promotion_price": "704.98",
- "price_range": null,
- "sales": 19,
- "num_iid": "B017SR06BU",
- "detail_url": "https://www.amazon.cn/dp/B017SR06BU",
- "sample_id": "",
- "seller_nick": "",
- "post_fee": "",
- "area": ""
- }
- ],
- "related_keywords": "",
- "nav_catcamp": null,
- "nav_filter": null
- },
- "error_code": "0000",
- "reason": "ok",
- "secache": "e299413c54b7d53e00a8046fc5bd7bdb",
- "secache_time": 1656473285,
- "secache_date": "2022-06-29 11:28:05",
- "translate_status": "",
- "translate_time": 0,
- "language": {
- "default_lang": "cn",
- "current_lang": "cn"
- },
- "error": "",
- "cache": 0,
- "api_info": "today:62 max:10100 all[149=62+60+33];expires:2030-12-31",
- "execution_time": "1.378",
- "server_time": "Beijing/2022-06-29 11:28:05",
- "client_ip": "106.6.35.151",
- "call_args": {
- "q": "鞋子"
- },
- "api_type": "amazon",
- "translate_language": "zh-CN",
- "translate_engine": "google_cn",
- "server_memory": "4.53MB",
- "request_id": "gw-1.62bbc6c3ba634",
- "last_id": "1047423961"
- }