Jiqizhixin: Get Article List
Jiqizhixin via Parse · news_media
Fetch a paginated list of articles from the article library, ordered by publication time. Each article includes title, slug, category, tags, author name, publication date, cover image URL, and a content preview. Paginate by incrementing `page`; total available count is returned for client-side page-count math. API for extracting articles and SOTA AI project data from Jiqizhixin (机器之心). Supports article listing, article detail content, SOTA project browsing, and project search. Fulfilled by Parse from jiqizhixin.com.
- developer-tools
- education
- jiqizhixin
- jiqizhixin-com
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- news_media
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c303912a-7465-4e9e-bd4c-64c646e0caea/get_article_list
- Interface artifact
- sha256:c06651242f183108dfc7c948ebfcd021433b41dd0df4977289e1f5cd68ab85b5
- Manifest digest
- sha256:0262dbe264536d798441676cc0b5d540a65ab6d2a8a58b8cc605657513b1810e
Request fields
- per (integer): Results per page.
- page (integer): Page number (1-based).
- sort (string): Sort order. Accepted value: 'time'.: Allowed values: time
Example queries
- {"per":"5","page":"1","sort":"time"}