Keyword query coupon list interface, Pinduoduo super search interface

Request parameters, calling method GET/POST:

name type must describe
key String yes Call key (must be spliced ​​in the URL in GET mode, click to get the call key and secret )
secret String yes Call key (interface code wechat19970108018)
api_name String yes API interface name (included in the request address) [item_search, item_get, item_search_shop, etc.]
cache String no [yes, no] The default is yes, the cached data will be called, and the speed is relatively fast
result_type String no [json,jsonu,xml,serialize,var_export] returns the data format, the default is json, and the content output by jsonu can be read directly in Chinese
lang String no [cn,en,ru] translation language, default cn Simplified Chinese
version String no API version

return parameter

 

 

return example

{
code: 200,
msg: "请求成功【success】",
total_results: 172351,
data: [
{
category_name: "汽车",
clt_cpn_end_time: null,
clt_cpn_min_amt: null,
coupon_remain_quantity: 900,
clt_cpn_remain_quantity: null,
promotion_rate: 100,
service_tags: [
24,
13
],
mall_id: 823809424,
mall_name: "亨的利车饰",
mall_coupon_end_time: 0,
clt_cpn_batch_sn: null,
lgst_txt: "低",
goods_name: "四大桶汽车玻璃水防冻型四季通用雨刮水车用雨刮精清洗液汽车用品",
clt_cpn_discount: null,
goods_id: 58467466235,
goods_gallery_urls: null,
goods_desc: "切记:【0度玻璃水为标准型,不防冻】冬季零下地区建议购买-15度至-40度,玻璃水1瓶1.35L,四季通用,冬季防冻玻璃水,分为四种规格:夏季专用【0度】,冬天选用【-15度】【-25度】【-40度】,有效去除鸟屎,虫胶,油膜,灰尘等污渍,冬季使用防冻玻璃水有防冻,化冰,融雪,化霜,(仅限防冻玻璃水),配方:去离子水,润滑剂,乙二醇聚合物,防腐剂,软化剂,防蚀阻垢剂,防油防锈剂多种混合物组成。本款为新研发,比市面上1.8升玻璃水增加多种功效,默认快递为邮政快递!",
opt_name: "汽车",
opt_ids: [
2048,
10305,
20996,
2053,
10696,
19977,
6475,
21003,
12,
12621,
10702,
12691,
19926,
11671,
12696,
19866,
223,
16223,
19871,
6242,
10339,
19875,
12581,
294,
10729,
12586,
16172,
11632,
20720,
16112,
16117,
2105,
16121,
21050,
12731,
10301
],
goods_image_url: https://t00img.yangkeduo.com/goods/images/2019-11-07/b1467b5f-c1c6-4901-9575-cb1f177baa62.jpg,
has_mall_coupon: false,
min_group_price: 650,
coupon_start_time: 1574265600,
coupon_discount: 300,
coupon_end_time: 1574524799,
zs_duo_id: 0,
mall_coupon_remain_quantity: 0,
plan_type: 2,
clt_cpn_quantity: null,
crt_rf_ordr_rto1m: 0.031199742682535,
cps_sign: null,
cat_ids: [
7639,
7641,
7853,
8064
],
coupon_min_order_amount: 300,
category_id: 2048,
mall_coupon_discount_pct: 0,
activity_type: null,
cat_id: null,
coupon_total_quantity: 1000,
mall_coupon_min_order_amount: 0,
merchant_type: 1,
clt_cpn_start_time: null,
sales_tip: "2566",
only_scene_auth: true,
mall_coupon_id: 0,
desc_txt: "高",
goods_thumbnail_url: https://t00img.yangkeduo.com/goods/images/2019-11-07/b0e44cb5475d0b8f2d9eb90b96991d15.jpeg,
opt_id: 2048,
min_normal_price: 750,
has_coupon: true,
mall_coupon_start_time: 0,
serv_txt: "低",
mall_rate: 10,
mall_coupon_total_quantity: 0,
create_at: null,
mall_coupon_max_discount_amount: 0,
mall_cps: 1
}
]
}

 

 

Guess you like

Origin blog.csdn.net/Andyfu2019/article/details/127090826