万邦smallredbook API 接入说明

  1. API地址:
    http://api.onebound.cn/smallredbook/

  2. 调用示例:
    https://api-gw.onebound.cn/smallredbook/item_search/?key=test_api_key& &q=女装&page=&sort=&&lang=zh-CN&secret=

  3. 参数说明

    • 通用参数说明

      • version:API版本
      • key:调用key,测试key:test_api_key
      • api_name:API类型[item_search,item_get]
      • cache:[yes,no]默认yes,将调用缓存的数据,速度比较快
      • result_type:[json,xml,serialize,var_export]返回数据格式,默认为json
      • lang:[cn,en,ru] 翻译语言,默认cn简体中文
    • API:item_search 参数说明: q:搜索关键词 cat:分类ID start_price:开始价格 end_price:结束价格 sort:排序 page:

    • API:item_get 参数说明: num_iid:商品id【num_iid=1520294】

  4. 此API目前支持以下基本接口:

    • item_search 根据关键词取商品列表
    • item_search_shop 获得店铺的所有商品
    • item_get 获得小红书商品详情

其他接口及详细说明请参考测试界面参数: http://api.onebound.cn/smallredbook/?act=show_api
Onebound smallredbook API SDK调用示例:http://api.onebound.cn/smallredbook/demo/sdk/
Onebound smallredbook API SDK下载地址:http://api.onebound.cn/smallredbook/demo/sdk/onebound-api-sdk.zip