Google: Search Cases
Google via Parse · government_public
Search Google Scholar case law by subject matter keywords. Returns case listings with title, citation, court, year, snippet, and cited-by count. Results are paginated with 10 cases per page. The court filter restricts to federal courts or all courts. Year filters narrow results to a specific date range. Search and retrieve legal case law from Google Scholar. Find cases by subject matter with filtering by date range and court, and get full case opinions. Fulfilled by Parse from scholar.google.com.
- education
- government-public
- other
- parse
- platform-key
- scholar-google-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0121d112-4c66-4336-9640-bded6b74faad/search_cases
- Interface artifact
- sha256:0dc43ed7d3c7c542d51a09993be39540961c038122259331fe120decb902bf57
- Manifest digest
- sha256:9f8b9129699cb2cab9c4fa41121ec27fa85c87e67db6e7ee18a70a6c4ff6832c
Request fields
- page (integer): Page number (1-based)
- court (string): Court filter: 'all' for all courts, 'federal' for federal courts only: Allowed values: federal, all
- query (string, required): Search query for case law (e.g., 'fourth amendment search and seizure', 'patent infringement')
- year_to (string): Filter cases up to this year (e.g., '2024'). Omitting returns cases up to present.
- year_from (string): Filter cases from this year onward (e.g., '2020'). Omitting returns cases from all years.
Example queries
- {"page":"1","court":"all","query":"fourth amendment search and seizure","year_to":"2024","year_from":"2000"}