Juejin: Search Articles
Juejin via Parse · developer_tools
Search for articles on Juejin by keyword. Returns paginated search results ordered by relevance. Supports Chinese and English keywords. Each result includes the same metadata as list_articles. APIs to extract technical articles, search results, and detailed content from juejin.cn technical community. Fulfilled by Parse from juejin.cn.
- developer-tools
- juejin
- juejin-cn
- news-media
- parse
- platform-key
- social-media
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/7954f671-42f8-4569-99a6-b9cb7bfbc220/search_articles
- Interface artifact
- sha256:90f0395542e14478076af883aab12ae239c95b0f60868b6d0fc57edd339b1eb8
- Manifest digest
- sha256:f926e1de83c93d5e32bbaec30003496fa2c3753f5a2adae9fe93c9767baa3f91
Request fields
- limit (integer): Number of articles to return per page.: Allowed values: 5, 10, 20
- query (string, required): Search keyword or phrase.
- cursor (string): Pagination cursor returned from a previous call. Use "0" to start from the beginning.
Example queries
- {"limit":"5","query":"Python","cursor":"0"}