VOOZH about

URL: https://apify.com/vivid_astronaut/court-case-search

โ‡ฑ Court Case Search API ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Court Case Search service powered by Azure. Fast, reliable, and scalable API.

Features

  • Fast Processing: Lightning-fast court case search api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
dataobjectNoInput data to process. Send your API request payload here.
endpointstringNoSpecific endpoint to call (e.g., /api/v1/process)

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"data":{},
"endpoint":"/api/v1/process"
};
const run =await client.actor("vivid_astronaut/court-case-search").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"data":{},
"endpoint":"/api/v1/process"
}
run = client.actor("vivid_astronaut/court-case-search").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~court-case-search/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"data": {},
"endpoint": "/api/v1/process"
}'

Pricing

Model: Pay per result Price: $0.005 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

Court Records Scraper

automation-lab/court-records-scraper

Search and extract federal court records from CourtListener. Find court opinions, dockets, and case parties by keyword, court, and date. No API key needed. 400+ courts covered.

๐Ÿ‘ User avatar

Stas Persiianenko

40

Pdf Court Case Extractor

getdataforme/pdf-court-case-extractor

The Pdf Court Case Extractor efficiently extracts detailed court case data from PDFs, ideal for legal professionals and researchers. It offers customizable searches, enhanced text extraction via OpenAI, scalable processing, and cloud storage integration, all through a user-friendly interface.

Case Law Scraper

crawlerbros/case-law-scraper

Search and retrieve US court opinions and case law from CourtListener - the largest open legal database with 4M+ court opinions. Search by keyword, filter by court, date range, and jurisdiction.

Google Scholar Case Law API

johnvc/google-scholar-case-law

API for Google Scholar US case law. Search opinions and pull full case details with court, year, and citation filters. Returns structured JSON. MCP-ready.

CourtListener Opinions Scraper | US Court Rulings

parseforge/court-listener-opinions-scraper

Extract US court opinions from CourtListener with case name, court, judges, citations, date filed, and full opinion text. Filter by court, date range, or keyword. Built for legal research, AI training datasets, litigation tracking, and academic case law analysis.

โš–๏ธ Court Records Search โ€” Public Case Data

nexgendata/court-records-search

Search public court records across jurisdictions โ€” case details, filings, parties & outcomes. PACER & CourtListener alternative for legal research, KYC, due diligence and compliance teams. Pay per search, no subscription.

Harris County Court Records Scraper

parseforge/harris-county-court-records-scraper

Extract probate and civil court records from Harris County (TX) County Clerk's online search. Get case info, all parties with roles and addresses, attorney names, firms, phone and fax numbers, and full filing event history. Search by date range, case number, party name, court, or case status filter.

16

5.0

UK Courts and Tribunals Scraper | Judgment Data

parseforge/uk-courts-tribunals-scraper

Extract UK court and tribunal judgments with case name, court, judges, neutral citation, date, and full text. Filter by court or year. Built for legal research, litigation tracking, case law analysis, and AI training datasets across UK jurisdictions.