Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw(该文无广告,返回空)raw=false(精简投影):#data 为拍平后的广告列表:$.data.count: 广告条数(合并 advertisement_info 与 ad_slot_data)$.data.ads[]: 广告项列表(无广告时为 [])raw=true(原始):#data 按抓到的响应聚合:$.data.pages: 响应页数$.data.results[]: 每页完整原始响应(广告原始字段在各页的 advertisement_info / ad_slot_data 内,即精简模式 ads 的来源)https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw (this article has no ads, returns empty)raw=false (simplified projection):#data is the flattened ad list:$.data.count: number of ads (merged from advertisement_info and ad_slot_data)$.data.ads[]: ad item list ([] when no ads)raw=true (raw):#data is aggregated by the responses captured:$.data.pages: number of response pages$.data.results[]: full raw response per page (raw ad fields are inside advertisement_info / ad_slot_data of each page — the source of ads in simplified mode)Authorization: Bearer ********************curl --location 'https://api.tikhub.io/api/v1/wechat_mp/v2/fetch_article_ad' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw",
"raw": true
}'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}