Government Legal
Avvo logo

Avvo API

avvo.com

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

Actions
6
Category
Government Legal
Login
Not required
Output
JSON

Call the Avvo API

Submit a task, then poll the job until it settles. This example runs act_avvo_attorney_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

6 actions on avvo.com

Read

  • Attorney Listing

    act_avvo_attorney_listingread2 credits / call

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

    practice_area_slug
    string · required
    state_code
    string · required
    city_slug
    string · required
  • Attorney Profile Details

    act_avvo_attorney_profile_detailread2 credits / call

    Returns a full attorney profile with ratings, reviews, practice areas, and contact details.

    attorney_profile_path
    string · required
    practice_area_id
    string
  • Directory Homepage

    act_avvo_directory_homepageread1 credit / call

    Returns the lawyer directory homepage with browse entry points and navigation.

  • Practice Area Landing

    act_avvo_practice_area_landingread2 credits / call

    Returns the national landing page for a practice area with state links and metadata.

    practice_area_slug
    string · required
  • Practice Area Taxonomy

    act_avvo_practice_area_taxonomyread1 credit / call

    Returns the full list of legal practice areas with slugs and links.

Write

Write actions change state on avvo.com and run as the account you connect.

  • Sponsored Attorney Listings

    act_avvo_sponsored_attorney_listingswrite2 credits / call

    Returns sponsored attorney cards with names, phone numbers, ratings, and profile links.

    location_id
    string · required
    practice_area_id
    string · required

Avvo API questions

Is there an API for Avvo?
Avvo does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for avvo.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Avvo data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when avvo.com changes its markup, Anakin updates the action.
Do I need a Avvo account?
No. Every Avvo action listed here runs anonymously — no account and no credentials required.
What does the Avvo API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites