Justice: Search Press Releases
Justice via Parse · government_public
Search DOJ press releases by keyword with optional date filtering and pagination. Returns structured results including title, date, summary, settlement amount (if mentioned), entity name, and location. Results are paginated at 12 per page. Paginates via integer page counter. Each result includes a URL path usable with get_press_release_detail for full text. Search and retrieve official U.S. Department of Justice press releases. Browse and filter announcements by keyword and date, and fetch full details for any individual press release. Fulfilled by Parse from justice.gov.
- finance
- government-public
- justice
- justice-gov
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b30e408c-381f-406e-9eeb-462df2d5ae1e/search_press_releases
- Interface artifact
- sha256:f16c0841cb0a61aabbefa3faad373d1fe7842c42f49ac6ec7a8f1afae437ee86
- Manifest digest
- sha256:f30bf1642b2f9ae421cfa13a95e61fb9a543756bf76aa4706ada7a63291d96c8
Request fields
- page (integer): Page number (0-indexed, 12 results per page)
- query (string): Search keywords (e.g., 'antitrust', 'civil rights', 'settlement', 'indictment')
- sort_by (string): Sort order for results.: Allowed values: search_api_relevance, field_date
- end_date (string): Filter results until this date (format: mm/dd/yyyy). Omitting returns results up to present.
- max_pages (integer): Maximum number of pages to fetch
- start_date (string): Filter results from this date (format: mm/dd/yyyy). Omitting returns results from all dates.
Example queries
- {"page":"0","query":"antitrust","sort_by":"search_api_relevance","end_date":"06/10/2026","max_pages":"1","start_date":"06/10/2025"}