ConsoleCatalog
Sign in
Avvo logo

Avvo

avvo.comGovernment Legalno auth

Attorney directory - lawyer search by practice area, listings, and full profiles.

Attorney Listing

ASYNCREADNo auth

Returns attorney search results for a practice area, state, and city with ratings and locations.

ParametersFormJSON

Practice area URL slug matching the SERP path segment

US state code in the URL path (lowercase, e.g. wa, ca)

City slug in the URL path (e.g. seattle, los-angeles)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_avvo_attorney_listing",
    "params": {
      "practice_area_slug": "family-lawyer",
      "state_code": "wa",
      "city_slug": "seattle"
    }
  }'