Skip to main content
POST
/
api
/
justia
/
lawyers
/justia/lawyers
curl --request POST \
  --url https://api.anysite.io/api/justia/lawyers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "lawyer": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "JustiaLawyer",
    "alias": "<string>",
    "profile_url": "<string>",
    "image": "<string>",
    "job_title": "<string>",
    "firm": "<string>",
    "description": "<string>",
    "years_experience": 123,
    "practice_areas": [],
    "jurisdictions": [],
    "languages": [],
    "justia_rating": 123,
    "justia_rating_best": 123,
    "review_count": 123,
    "rating_components": [],
    "phone": "<string>",
    "phones": [],
    "fax": "<string>",
    "office_hours": [],
    "website": "<string>",
    "address": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zip_code": "<string>",
    "latitude": 123,
    "longitude": 123,
    "education": [],
    "associations": [],
    "social_links": [],
    "is_free_consultation": true,
    "offers_video_conferencing": true,
    "is_claimed": true
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
lawyer
string
required

Justia attorney id (e.g. 71886), profile slug or profile URL

Minimum string length: 1
Example:

"71886"

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:JustiaLawyer
alias
string | null
profile_url
string | null
image
string | null
job_title
string | null
firm
string | null
description
string | null
years_experience
integer | null
practice_areas
string[]
jurisdictions
string[]
languages
string[]
justia_rating
number | null
justia_rating_best
number | null
review_count
integer | null
rating_components
object[]
phone
string | null
phones
string[]
fax
string | null
office_hours
object[]
website
string | null
address
string | null
city
string | null
state
string | null
zip_code
string | null
latitude
number | null
longitude
number | null
education
string[]
associations
string[]
is_free_consultation
boolean | null
offers_video_conferencing
boolean | null
is_claimed
boolean | null