当前位置:网站首页>Comprehensive upgrade, all you can imagine is here -- JD API interface
Comprehensive upgrade, all you can imagine is here -- JD API interface
2022-07-29 01:30:00 【Cat sharing dry goods】
API Address :
https://api-gw.onebound.cn/jd/Registered address :https://console.open.onebound.cn/console/?i=Noah
Invoke the sample :
https://api-gw.onebound.cn/jd/item_get/?key=test_api_key& &num_iid=10335871600&&lang=zh-CN&secret=Parameter description
- General parameter description
- url explain https://api-gw.onebound.cn/ platform /API type / platform : TaoBao , Jingdong etc. , API type :[item_search,item_get,item_search_shop etc. ]
- version:API edition
- key: call key, test key:test_api_key
- secret: call secret, test secret:( Don't fill in )
- cache:[yes,no] Default yes, The cached data... Will be called , It's quite fast
- result_type:[json,xml,serialize,var_export] Return data format , The default is json
- lang:[cn,en,ru] Translation language , Default cn Simplified Chinese
- secret: secret key
API:item_search Parameter description :
- q: Search for keywords
- cat: classification ID
- start_price: Start price
- end_price: End price
- sort: Sort [bid,bid,bid2,_bid2,_sale,_credit]
(bid: The total price ,bid2: commodity price ,sale: sales ,credit credit , Add The prefix is sorted from large to small ) - page: the number of pages
- page_size: Number of babies per page , Default 40
- seller_info: Whether to obtain business information [yes,no], Default yes
API:item_get Parameter description : num_iid: baby ID
- General parameter description
this API Currently, the following basic interfaces are supported :
- item_get get JD Goods details
- item_search Search products by keyword
- item_search_img Search jd.com products by image ( Pai Li Tao )
- item_search_shop Get all the goods in the store
- item_history_price Get the historical price information of commodities
- item_recommend Get a list of recommended products
- buyer_order_list Get the list of purchase orders
- buyer_order_datail Get the order details of the purchased goods
- upload_img Upload pictures to JD
- item_review get JD Goods comments
- cat_get get jd Classification of goods
边栏推荐
- How to check the redis Version (check the redis process)
- Flask reports an error: pymysq1.err OperationalError:(1054, “Unknown column ‘None‘ in ‘field list‘“)
- Bracket matching test
- SQL question brushing: find the employee number EMP with more than 15 salary records_ No and its corresponding recording times t
- Linux Redis 源码安装
- 面试官:程序员,请你告诉我是谁把公司面试题泄露给你的?
- (perfect solution) why is the effect of using train mode on the train/val/test dataset good, but it is all very poor in Eval mode
- Django uses pymysql module to connect mysql database
- Flink Postgres CDC
- Log4j dynamic loading configuration file
猜你喜欢
随机推荐
(update 20211130) about the download and installation of Jupiter notebook and its own configuration and theme
【ManageEngine】局域网监控软件是什么,有什么作用
Canal实时解析mysql binlog数据实战
Nacos installation guide on win system
Google play APK uploads other international app stores
Hilbert transform and instantaneous frequency
RHCE命令练习(一)
新1688 API 接入说明
Interviewer: programmer, please tell me who leaked the company interview questions to you?
Error installing mysqlclient module on MAC system
2022年最火的十大测试工具,你掌握了几个
Learning summary of time complexity and space complexity
PLATO上线LAAS协议Elephant Swap,用户可借此获得溢价收益
Summary of process and thread knowledge points 2
vm options、program arguments、environment property
MySQL time is formatted by hour_ MySQL time format, MySQL statement queried by time period [easy to understand]
DVWA之SQL注入
Test / development programmers rely on technology to survive the midlife crisis? Improve your own value
Understand all the basic grammar of ES6 in one article
Google Play APK 上传其他国际应用商店









