hot hot new new new new new
1688 API access instructions

Openchinaapi 1688 API access

  1. API address:
    https://api.openchinaapi.com/v1/1688/products/

  2. Call example:
    https://api.openchinaapi.com/v1/1688/products/?q=&start_price=0&end_price=0&cat=51030012&page=1&seller_info=no&api_name=taobao_item_search

  3. Parameter Description

    • General parameter description
      • api_name: API type [item_search, item_get, item_search_shop, etc.]
      • cache:[yes,no] default yes, the cached data will be called, which is faster
      • result_type:[json,xml,serialize,var_export] return data format, default is json
      • lang:[cn,en,ru] translation language, default cn simplified Chinese
    • API:item_search parameter description:

      • q: search keyword
      • cat: category ID
      • start_price: start price
      • end_price: end price
      • sort: sort [bid, bid, bid2,_bid2,_sale,_credit]
        (bid: total price, bid2: commodity price, sale: sales volume, credit credit,
        prefixed to sort from largest to smallest)
      • page: number of pages
      • page_size: the number of babies per page, the default is 40
      • seller_info: Whether to obtain business information [yes,no], default yes
    • API: item_get parameter description: num_iid: baby ID

  4. This API currently supports the following basic interfaces:

    • item_get 获得淘宝商品详情
    • item_search 按关键字搜索淘宝商品