Find US attorneys by name in CourtListener's RECAP corpus (PACER-derived attorney directory).
Find US attorneys by name in CourtListener's RECAP corpus (PACER-derived attorney directory). Query by name (case-insensitive prefix match: "Jennifer Lee" matches "Jennifer Lee Pasquarella" but not "Sara Jennifer Lee"), optional firm/contact-text contains filter, and limit (1-50, default 10). Returns id, normalized name, parsed firm + mailing address, phone, email, fax, count of known (docket, party) appearances, and canonical CourtListener URL per match. Use for opposing-counsel research, conflict checks, and "who has filed this type of motion in this district" queries. Underlying data is public domain (PACER filings); the directory itself is maintained by Free Law Project.
| Method | Endpoint | Price | Description |
|---|---|---|---|
GET | /v1/marketplace/api/attorney-lookup | $0.00414 | Invoke Attorney Lookup (Search) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/attorney-lookup
# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/attorney-lookup
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs