SpideyDataAPI Reference

WeChat API

Fetch one public WeChat article without browser state.

Quick start

Send one known public mp.weixin.qq.com article URL and receive its title, article body, and body URLs through direct cookie-free HTTPS.

API base https://kieapi.com
curl -X POST "https://kieapi.com/v1/wechat/articles/fetch" \
  -H "Authorization: Bearer $SPIDER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://mp.weixin.qq.com/s/example",
    "timeout_seconds": 20,
    "retries": 1
  }'

Authentication

Use a bearer token.

Create and manage product API keys in Product Console settings. The docs page itself is public.

Response shape

Article

Non-empty title and #js_content body text are required for success.

Body URLs

Anchor links, text URLs, and their ordered de-duplicated union are returned separately.

Direct HTTP proof

Audit fields report attempts, redirects, response bytes, and that no browser or Cookie was used.

Reference

Endpoint reference

OpenAPI-backed details for public WeChat article fetch, URL validation, response fields, and sanitized errors.

OpenAPI endpoint details

Interactive schemas, request bodies, response objects, and public error contracts load here.