关于1688电商数据调用问题的解答集合

1.阿里巴巴和1688是一样的吗?

答:阿里巴巴指的是阿里巴巴国际站的数据。1688是国内数据,两个API数据是有一定的差别的!

2​​​​​​.1688都有哪些常用的数据接口?

item_get获得1688商品详情

item_search按关键字搜索商品

item_search_img按图搜索1688商品(拍立淘)

item_search_suggest获得搜索词推荐申请KEY

item_fee获得商品快递费用
seller_info获得店铺详情
item_search_shop获得店铺的所有商品
item_password获得淘口令真实url
upload_img上传图片到1688
item_search_seller搜索店铺列表
img2text图片识别商品接口
item_get_app获取1688app上原数据
cat_get获得1688商品分类
item_cat_get获得1688商品类目
item_review获得1688商品评论
item_search_factory按关键字搜索工厂数据
item_search_new按关键字搜索新品数据
item_search_peerbuy获取1688同行还在看

(3)1688店铺详情接口的获取示例

1688.item_search_seller

公共参数

请求地址: 申请KEY地址

名称 类型 必须 描述
key String 调用key(必须以GET方式拼接在URL中)
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版本

请求参数

请求参数:q=女装&page=1

参数说明:q:搜索关键词
page:页数

响应参数

Version: Date:

名称 类型 必须 示例值 描述

items

items[] 0 搜索店铺列表

你可能感兴趣的:(阿里巴巴API接口,sqlite,oracle)