avvo.com API: search_attorneys
avvo.com via Parse · b2b_directory
Search for attorneys by practice area and location. Returns a paginated list of matching attorneys with their Avvo rating, review count, and contact information. Pagination via page number; 20 results per page. When no filters are provided, returns all lawyers. Search attorneys, view profiles and reviews, browse practice areas, and search legal Q&A on Avvo. Fulfilled by Parse from avvo.com.
- avvo-com
- b2b-directory
- government-public
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/227f40e8-e5b3-40b0-bf98-7a6467afac31/search_attorneys
- Interface artifact
- sha256:6071f8637896bac46504e48a66489ba51f75b5f99ce3618d58f54112443ac7dc
- Manifest digest
- sha256:4f386bf793c30b977d262b430778762e278c7e3ca697880316dd8cac939bb0cb
Request fields
- city (string): City name (e.g. 'los angeles'). Requires state to also be provided.
- page (integer): Page number for pagination.
- sort (string): Sort field.
- state (string): US state abbreviation in lowercase (e.g. 'ca', 'tx').
- practice_area (string): Practice area slug (e.g. 'criminal defense', 'family', 'bankruptcy'). Omitting returns all lawyers.
Example queries
- {"city":"los angeles","page":"1","sort":"relevance","state":"ca","practice_area":"criminal defense"}