list_articles_page
Fetch and store metadata for one page of WeChat official account articles by fakeid. Repeat with incremented begin until no articles remain to complete a full crawl.
Instructions
Fetch one page of articles for a given fakeid and store metadata.
Use this for a first-time full crawl: call repeatedly with begin += count
until the returned articles list is empty. The metadata is upserted into
the local SQLite store; bodies are NOT fetched here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fakeid | Yes | ||
| begin | No | ||
| count | No |