Skip to main content
POST
/
api
/
avvo
/
lawyers
/avvo/lawyers
curl --request POST \
  --url https://api.anysite.io/api/avvo/lawyers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "lawyer": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "AvvoLawyer",
    "alias": "<string>",
    "profile_url": "<string>",
    "image": "<string>",
    "description": "<string>",
    "taglines": [],
    "avvo_rating": 123,
    "avvo_rating_label": "<string>",
    "rating": 123,
    "review_count": 123,
    "ratings_per_star": [],
    "phone": "<string>",
    "website": "<string>",
    "address": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zip_code": "<string>",
    "latitude": 123,
    "longitude": 123,
    "practice_areas": [],
    "areas_served": [],
    "languages": [],
    "licenses": [],
    "education": [],
    "honors": [],
    "work_experience": [],
    "speaking_engagements": [],
    "publications": [],
    "sample_cases": [],
    "associations": [],
    "awards": [],
    "payment_methods": [],
    "consultation": "<string>",
    "answer_count": 123,
    "endorsement_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
lawyer
string
required

Avvo attorney id (e.g. 1625117), profile slug or profile URL

Minimum string length: 1
Example:

"1625117"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
name
string
required
@type
string
default:AvvoLawyer
alias
string | null
profile_url
string | null
image
string | null
description
string | null
taglines
string[]
avvo_rating
number | null
avvo_rating_label
string | null
rating
number | null
review_count
integer | null
ratings_per_star
object[]
phone
string | null
website
string | null
address
string | null
city
string | null
state
string | null
zip_code
string | null
latitude
number | null
longitude
number | null
practice_areas
object[]
areas_served
string[]
languages
string[]
licenses
object[]
education
object[]
honors
object[]
work_experience
object[]
speaking_engagements
object[]
publications
object[]
sample_cases
object[]
associations
string[]
awards
string[]
payment_methods
string[]
consultation
string | null
answer_count
integer | null
endorsement_count
integer | null