Detik: Search Articles
Detik via Parse · news_media
Full-text search over detik.com articles across all channels. Results are paginated and can be sorted by relevance or recency. Optionally fetches full article content for the first 5 results (incurs additional round-trips). Results can be constrained to a date range. Returns article summaries with title, URL, snippet, publish time, channel, and thumbnail. Scraper for detik.com - Indonesia's leading news portal. Supports searching articles, browsing by channel/tag, and extracting full article content. Fulfilled by Parse from detik.com.
- detik
- detik-com
- news-media
- other
- parse
- platform-key
- social-media
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/b18c550f-e6bd-4d30-bbf4-25f638307091/search_articles
- Interface artifact
- sha256:da3f7c3b681ed2de0837ffab88dfb774dc259b21b1bc5082c38a5ad2435c085d
- Manifest digest
- sha256:cd7632cce5aa36f17e4011ac15c5aeb49d0ae1dbb0572d79d7dc5f1575b504a8
Request fields
- page (integer): Page number for pagination.
- query (string, required): Search keyword.
- sortby (string): Sort order for results.: Allowed values: relevance, time
- date_to (string): End date for filtering results (inclusive), format YYYY-MM-DD.
- date_from (string): Start date for filtering results (inclusive), format YYYY-MM-DD.
- include_content (boolean): Whether to include full article content for the top 5 results. Each fetched article is an additional request.: Allowed values: false, true
Example queries
- {"page":"1","query":"teknologi","sortby":"relevance","date_to":"2026-07-15","date_from":"2026-07-01","include_content":"false"}