Luxy: List Articles
Luxy via Parse · news_media
List blog articles with pagination. Supports filtering by category ID and full-text search. Returns article summaries (excerpts) without full content; use get_article with a returned id for full content. Results are ordered by publication date descending. Access articles from the luxy.ink technical blog (小橘子大叔). Retrieve full article content by ID or browse articles with pagination, category filtering, and search. Fulfilled by Parse from luxy.ink.
- developer-tools
- education
- luxy
- luxy-ink
- news-media
- parse
- platform-key
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- news_media
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/be119d5a-5040-49c9-9871-d8e3bc48da5d/list_articles
- Interface artifact
- sha256:318444485792f23319811ea9598e0090883b5a256fd349a519225d53f2fc8d60
- Manifest digest
- sha256:b0d2de35df5cfb06da90f3423cb0a70ee70dbc324528de1205494bb0d98db407
Request fields
- page (integer): Page number for pagination.
- search (string): Full-text search query. Omit to return all articles.
- category (string): Filter by category ID. Known categories include: 6 (docker), 7 (Linux), 8 (nginx), 14 (生活), 15 (Kubernetes), 23 (Prometheus). Omit to return all categories.
- per_page (integer): Number of articles per page (1-100).
Example queries
- {"page":"1"}