1688 API接口分享:关键字搜索商品列表 获取商品ID列表

191 阅读2分钟

item_search-按关键字搜索商品

1688.item_search

公共参数

请求地址: o0b.cn/jennif

名称类型必须描述
keyString调用key(必须以GET方式拼接在URL中)
secretString调用密钥
api_nameStringAPI接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
cacheString[yes,no]默认yes,将调用缓存的数据,速度比较快
result_typeString[json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
langString[cn,en,ru]翻译语言,默认cn简体中文
versionStringAPI版本

请求参数

请求参数:q=女装&start_price=0&end_price=0&page=1&cat=0&discount_only=&sort=&page_size=40&seller_info=no&nick=&seller_info=&nick=&ppath=&imgid=&filter=

参数说明:q:搜索关键字
cat:分类ID
start_price:开始价格
end_price:结束价格
sort:排序[bid,_bid,_sale,_credit]
(bid:总价,sale:销量,credit信用,加_前缀为从大到小排序)
page:页数  page_size:每页宝贝数量,默认40
filter:额外的过滤参数,如:filter=filtId:1,2,3,4;activityType:1,2,3,4;city:天津;quantityBegin:1000
filtId 过滤:48小时发货,7+天包换,赠运费险,免费赊账;
activityType 优惠类型:包邮,产地货源,伙拼,手机专享价
city 地区:地区名
quantityBegin 起订量:数字

响应参数

Version: Date:

名称类型必须示例值描述
itemsitems[]0按关键字搜索商品
pageInt01页码
real_total_resultsInt01900宝贝数量
total_resultsInt01900宝贝数量
page_sizeInt020接口返回数量
pagecountInt0120总页数
data_fromString0
itemitem[]0宝贝详情数据
titleString0圆形服装店吊牌定做女装衣服吊卡订制800g加厚烘培礼品花卉卡片商品标题
pic_urlString0cbu01.alicdn.com/img/ibank/2…宝贝图片
promotion_priceFloat0138.00优惠价
priceFloat0138.00价格
salesInt04470销量
num_iidBigint0628675986215宝贝ID
seller_nickString0湖州盛涵服装辅料有限公司卖家昵称
tag_percentString031.4%
areaString0湖州市卖家所在区域
detail_urlString0detail.1688.com/offer/62867…商品链接

请求示例

image.png