Occrp: Search Articles
Occrp via Parse · news_media
Full-text search over OCCRP articles with optional facet filters. Returns paginated results from the Algolia search index with article metadata including title, description, type, date, regions, sections, organizations, and keywords. Supports filtering by article type, thematic section, and geographic region simultaneously. An empty query returns all articles matching the filters. API to extract articles, investigations, and projects from OCCRP.org (Organized Crime and Corruption Reporting Project). Powered by Algolia search for article discovery and HTML parsing for full article details. Fulfilled by Parse from occrp.org.
- b2b-directory
- government-public
- news-media
- occrp
- occrp-org
- 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/c1247c1e-9818-4a07-a48d-e339774986d7/search_articles
- Interface artifact
- sha256:c3ccac55d71b5b20a7c8f0ea02c096650fb4e61ccdf449a0995f953acde326f4
- Manifest digest
- sha256:51966abbc80265da8a107803c01913ebd7b7d7f4445d3955d11a04daa19454fe
Request fields
- page (integer): Page number (0-indexed)
- limit (integer): Number of results per page (max 1000)
- query (string): Search keywords to match against article titles and content
- region (string): Geographic region filter: Allowed values: Asia, Europe, North America, Latin America, Middle East, Africa, Pacific
- section (string): Thematic section filter: Allowed values: Corruption, Organized Crime, Money Laundering, Power and Influence, Freedom and Repression, Enablers, Sanctions, Environment
- article_type (string): Type of article filter: Allowed values: News, Investigation, Feature, Scoop
Example queries
- {"page":"0","limit":"5","query":"corruption","region":"Europe","section":"Corruption","article_type":"News"}