GET wechatpay.cn HTTP 2002.9 s18.2 KB$0.001657 captured Aug 7, 2026
wechatpay.cn, as data
One API turns any wechatpay.cn page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 2.9 s
- Page size
- 18.2 KB of markdown, 573 lines
- Fields
- Username, Post Content, Likes, Comments and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This wechatpay.cn page cost $0.001657 to fetch.
# 修改会员卡模板信息* `FIX_TIME_RANGE`: 必填available_begin_time和available_end_time,会员卡在此时间[available_begin_time, available_end_time)范围内有效* `FIX_TERM`: 必填available_day_after_receive和wait_days_after_receiveavailable_begin_time 选填 string(32)【有效期开始时间】type为FIX_TIME_RANGE时专用, 表示有效期开始时间,遵循rfc3339标准格式,格式为yyyy-MM-DDTHH:mm:ss.sss+TIMEZONE,yyyy-MM-DD表示年月日,T出现在字符串中,表示time元素的开头,HH:mm:ss.sss表示时分秒毫秒,TIMEZONE表示时区(+08:00表示东八区时间,领先UTC8小时,即北京时间)。例如:2020-05-20T13:29:35.120+08:00表示北京时间2020年05月20日13点29分35秒。available_end_time 选填 string(32)【有效期结束时间】type为FIX_TERM_RANGE时专用,表示有效期结束时间,遵循rfc3339标准格式,格式为yyyy-MM-DDTHH:mm:ss.sss+TIMEZONE,yyyy-MM-DD表示年月日,T出现在字符串中,表示time元素的开头,HH:mm:ss.sss表示时分秒毫秒,TIMEZONE表示时区(+08:00表示东八区时间,领先UTC8小时,即北京时间)。例如:2020-05-20T13:29:35.120+08:00表示北京时间2020年05月20日13点29分35秒。available_day_after_receive 选填 integerwait_days_after_receive 选填 integerbalance_information 选填 objectuser_information_form 选填 objectcan_modify_after_activate 选填 booleancommon_field_list 选填 array[string]custom_field_list 选填 array[object]additional_statement 选填 object【会员卡code分配类型】仅支持MERCHANT_DEPOSIT和REAL_TIME之间互转,SYSTEM_ALLOCATE模式不支持修改【会员码型】会员码支持二维码/条形码/二维码+条形码/不展示码4种设置。码根据membership_number字段生成,用户领卡后membership_number默认为code值,支持商户通过更新用户会员卡接口更新,用于适配商家会员码规范2 https://api.mch.weixin.qq.com/v3/marketing/membercard-open/cards/pbLatjvWOibDc5-TBnbUk1pD12o0 \3 -H "Authorization: WECHATPAY2-SHA256-RSA2048 mchid=\"1900000001\",..." \5 -H "Content-Type: application/json" \7 "appid" : "wxea9c30890f48d5ae",8 "logo_url" : "https://wxpaylogo.qpic.cn/wxpaylogo/xxxxx/0",10 "background_picture_url" : "https://wxpaylogo.qpic.cn/wxpaylogo/xxxxx/0",12 "service_phone" : "010-8877xxxx",16 "available_begin_time" : "2020-05-20T13:29:35.120+08:00",17 "available_end_time" : "2030-05-20T13:29:35.120+08:00",18 "available_day_after_receive" : 1,24 "balance_appid" : "wxea9c30890f48d5ae",25 "balance_path" : "pages/balance/balance",29 "can_modify_after_activate" : false,46 "appid" : "wxea9c30890f48d5ae", What Spider does on wechatpay.cn
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
2.9 s · $0.001657Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://pay.wechatpay.cn/doc/v3/partner/4012709882", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://pay.wechatpay.cn/doc/v3/partner/4012709882", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://pay.wechatpay.cn/doc/v3/partner/4012709882", {
return_format: "markdown",
});
console.log(page.content); What wechatpay.cn costs
Multiplied from the measured 18.2 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of wechatpay.cn.
The capture above took 2.9 s and cost $0.001657. The same call takes any URL on wechatpay.cn.