API地址:
https://api-gw.onebound.cn/temu/
调用示例:
https://api-gw.onebound.cn/temu/item_search/?key=&&q=shoe&start_price=&end_price=&page=&list_id=&cat=&discount_only=&sort=&page_size=&seller_info=&nick=&ppath=&cache=no&&lang=zh-CN&secret=
参数说明
- 通用参数说明
- 参数不要乱传,否则不管成功失败都会扣费
- url说明 https://api-gw.onebound.cn/平台/API类型/ 平台:淘宝,京东等, API类型:[item_search,item_get,item_search_shop等]
- version:API版本
- key:调用key,测试key:test_api_key
- secret:调用secret,测试secret:(不用填写)
- cache:[yes,no]默认yes,将调用缓存的数据,速度比较快
- result_type:[json,xml,serialize,var_export]返回数据格式,默认为json
- lang:[cn,en,ru] 翻译语言,默认cn简体中文
- secret:密钥
API:item_search 参数说明:
- q:搜索关键字
- cat:分类ID
- start_price:开始价格
- end_price:结束价格
- list_id:列表id
- sort:排序[bid,bid,bid2,_bid2,_sale,_credit]
(bid:总价,bid2:商品价格,sale:销量,credit信用,加前缀为从大到小排序)
- page:页数
此API目前支持以下基本接口:
其他接口及详细说明请参考测试界面参数: http://open.onebound.cn/test/?api_type=temu&
Onebound TEMU API SDK调用示例:点击跳转
Onebound TEMU API SDK下载地址:点击下载