Skip to main content
POST
/
api
/
justia
/
lawyers
/
search
/justia/lawyers/search
curl --request POST \
  --url https://api.anysite.io/api/justia/lawyers/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "city": "<string>"
}
'
[
  {
    "@type": "JustiaLawyerSearchResult",
    "id": "<string>",
    "alias": "<string>",
    "name": "<string>",
    "profile_url": "<string>",
    "image": "<string>",
    "headline": "<string>",
    "description": "<string>",
    "practice_areas": [],
    "education": [],
    "years_experience": 123,
    "address": "<string>",
    "phone": "<string>",
    "justia_rating": 123,
    "peer_review_count": 123,
    "tier": "<string>",
    "is_claimed": true,
    "offers_video_conferencing": true,
    "has_qa": true
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
practice_area
enum<string>
required

Practice area to browse (e.g. personal-injury)

Available options:
agricultural-law,
animal-dog-law,
antitrust-law,
appeals-appellate,
arbitration-mediation,
asbestos-mesothelioma,
bankruptcy,
business-law,
cannabis-marijuana-law,
civil-rights,
collections,
communications-internet-law,
construction-law,
consumer-law,
criminal-law,
divorce,
domestic-violence,
dui-dwi,
education-law,
elder-law,
employment-law,
energy-oil-gas-law,
entertainment-sports-law,
environmental-law,
estate-planning,
family-law,
foreclosure-defense,
government-administrative-law,
health-care-law,
immigration-law,
insurance-claims,
insurance-defense,
intellectual-property,
international-law,
juvenile-law,
landlord-tenant,
legal-malpractice,
maritime-law,
medical-malpractice,
military-law,
municipal-law,
native-american-law,
nursing-home-abuse,
patents,
personal-injury,
probate,
products-liability,
real-estate-law,
securities-law,
social-security-disability,
stockbroker-investment-fraud,
tax-law,
trademarks,
traffic-tickets,
white-collar-crime,
workers-compensation
state
enum<string>
required

US state to search within

Available options:
alabama,
alaska,
arizona,
arkansas,
california,
colorado,
connecticut,
delaware,
district-of-columbia,
florida,
georgia,
hawaii,
idaho,
illinois,
indiana,
iowa,
kansas,
kentucky,
louisiana,
maine,
maryland,
massachusetts,
michigan,
minnesota,
mississippi,
missouri,
montana,
nebraska,
nevada,
new-hampshire,
new-jersey,
new-mexico,
new-york,
north-carolina,
north-dakota,
ohio,
oklahoma,
oregon,
pennsylvania,
rhode-island,
south-carolina,
south-dakota,
tennessee,
texas,
utah,
vermont,
virginia,
washington,
west-virginia,
wisconsin,
wyoming
count
integer
required

Max number of results to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
city
string | null

City slug within the state (e.g. los-angeles); omit to search the whole state

Response

Successful Response

@type
string
default:JustiaLawyerSearchResult
id
string | null
alias
string | null
name
string | null
profile_url
string | null
image
string | null
headline
string | null
description
string | null
practice_areas
string[]
education
string[]
years_experience
integer | null
address
string | null
phone
string | null
justia_rating
number | null
peer_review_count
integer | null
tier
string | null
is_claimed
boolean | null
offers_video_conferencing
boolean | null
has_qa
boolean | null