1688店铺详情API接口,seller

编程入门 行业动态 更新时间:2024-10-19 13:33:08

1688<a href=https://www.elefans.com/category/jswz/34/1754458.html style=店铺详情API接口,seller"/>

1688店铺详情API接口,seller

一、1688店铺详情API接口,seller_info-获得店铺详情API接口,店铺详情API接口,1688api接口代码如下:

1.公共参数:

名称类型必须描述
keyString调用key(必须以GET方式拼接在URL中)
secretString调用密钥 (点击获取key和secret )
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版本

2.请求参数:

请求参数:seller_id=2206619673102

参数说明:seller_id:卖家id

3.响应参数:

名称类型必须示例值描述

items

items[]0按关键字搜索商品

id

String0950078515店铺id

nick

String0余姚市联盛模塑厂卖家昵称

good_num

String0

level

String01

created

String02009年03月23日

shop_type

String0个体经营店铺类型

user_num_id

String0yylsmould

company_id

String092330281MA2EP3DC93

company_dj

String0余姚市市场监督管理局

company_time

String02009-03-23 至 长期

company_info

Mix0company_info[]公司信息

comapnyInfo

Mix0comapnyInfo[]公司信息

annualRevenue

String0人民币 701 万元/年 - 1000 万元/年年交易额

factorySize

String02800平方米厂房面积

manufactureType

String0OEM加工、ODM加工产品

productionCapacity

String0600000件产量

productionUnit

String0单位

qaQc

String0内部

rndStaffNum

String05 - 10 人员工数

technologyType

String0注塑/注射特殊工艺

itemList

itemList[]0公司信息

itemName

String0厂房面积

itemValue

String02800平方米

cid

String0

sid

String0yylsmould店铺ID

pic_url

String0

video

String0

title

String0余姚市联盛模塑厂店铺标题

address

String0中国浙江宁波余姚市凤山街道五星村上峰岭15号(自主申报)卖家详细地址

phone

String013429262679

zhuy

String0./page/contactinfo.htm店铺主页

fh_score

String00.11

hm_score

String00.02

xy_score

String0-0.06

ht_score

String00.41

menu

String0一般经营项目:模具的制造;塑料制品的加工;第一类医疗器械的制造。

4.请求示例(CURL、PHP 、PHPsdk 、Java 、C# 、Python…):

# coding:utf-8
"""
Compatible for python2.x and python3.x
requirement: pip install requests
"""
from __future__ import print_function
import requests
# 请求示例 url 默认请求参数已经做URL编码
url = "https://wx19970108018/1688/seller_info/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&seller_id=2206619673102"
headers = {"Accept-Encoding": "gzip","Connection": "close"
}
if __name__ == "__main__":r = requests.get(url, headers=headers)json_obj = r.json()print(json_obj)

 5.响应示例:

{"user": {"id": "950078515","nick": "余姚市联盛模塑厂","good_num": null,"level": "1","created": "2009年03月23日","shop_type": "个体经营","user_num_id": "yylsmould","company_id": "92330281MA2EP3DC93","company_dj": "余姚市市场监督管理局","company_time": "2009-03-23 至 长期","company_info": {"comapnyInfo": {"annualRevenue": "人民币 701 万元/年 - 1000 万元/年","factorySize": "2800平方米","manufactureType": "OEM加工、ODM加工","productionCapacity": "600000件","productionUnit": "件","qaQc": "内部","rndStaffNum": "5 - 10 人","technologyType": "注塑/注射"},"itemList": [{"itemName": "厂房面积","itemValue": "2800平方米"},{"itemName": "研发人数","itemValue": "5 - 10 人"},{"itemName": "加工方式","itemValue": "OEM加工、ODM加工"},{"itemName": "加工工艺","itemValue": "注塑/注射"},{"itemName": "月产量","itemValue": "600000件"},{"itemName": "年营业额","itemValue": "人民币 701 万元/年 - 1000 万元/年"},{"itemName": "质量控制","itemValue": "内部"}]},"cid": "-1","sid": "yylsmould","pic_url": null,"video": null,"title": "余姚市联盛模塑厂","address": "中国浙江宁波余姚市凤山街道五星村上峰岭15号(自主申报)","phone": "13429262679","zhuy": "./page/contactinfo.htm","fh_score": "-0.15","hm_score": "0.02","xy_score": "-0.13","ht_score": "0.36","menu": "一般经营项目:模具的制造;塑料制品的加工;第一类医疗器械的制造。"},"secache": "fae723b33d52c0870fda3ba6b0c5b577","secache_time": 1614932379,"secache_date": "2021-03-05 16:19:39","translate_status": "","translate_time": 0,"language": {"default_lang": "cn","current_lang": "cn"},"error": "","reason": "","error_code": "0000","cache": 1,"api_info": "today:7 max:10000","execution_time": 0.062,"server_time": "Beijing/2021-03-09 16:55:39","client_ip": "106.6.35.144","call_args": {"shop_url": ""},"api_type": "1688","translate_language": "zh-CN","translate_engine": "google_cn","server_memory": "3.52MB","request_id": "gw-4.6047380bae9e5"
}

 

更多推荐

1688店铺详情API接口,seller

本文发布于:2024-03-10 13:41:22,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1728127.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:店铺   接口   详情   API   seller

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!