POST /api/healthgrades/providers
Price: 20 credits
Get a Healthgrades provider profile by id (e.g. y25mp), profile slug or profile URL: full name, gender, NPI, age, medical and practicing specialties, board certifications, education, spoken languages, office locations with hours, accepted insurance, patient star rating with per-star breakdown and subcategory scores, clinical experience (conditions and procedures treated), affiliated hospitals with awards, highlights and biography.
Fetch one Healthgrades provider (doctor, dentist, nurse practitioner, etc.) by id (e.g. y25mp), slug or profile URL. Returns name, first_name/last_name, gender, npi, age, image, primary_specialty, medical_specialty, specialties, accepts_new_patients, is_telehealth, languages, education, board_certifications, description (biography), rating (1-5 avg), rating_count, review_count, ratings_per_star, review_subscores, highlights, offices (with hours), insurance, experience (conditions/procedures treated) and affiliated_hospitals (with awards).
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)provider string required — Healthgrades provider id (e.g. y25mp), profile slug or profile URL (examples: "y25mp"; minLength: 1)@type string (default: "HealthgradesProvider")id string requiredname string requiredfirst_name string nullablelast_name string nullablegender string nullablenpi string nullableage integer nullableimage string nullableprofile_url string nullableprimary_specialty string nullablemedical_specialty string nullablespecialties array (default: [])@type string (default: "HealthgradesProviderSpecialty")name string nullablecode string nullableis_primary boolean nullabledirectory_url string nullableprofessional_type string nullableaccepts_new_patients boolean nullableis_telehealth boolean nullablelanguages array (default: [])education array (default: [])@type string (default: "HealthgradesEducation")education_type string nullableinstitution string nullableyear integer nullablestatus string nullableboard_certifications array (default: [])@type string (default: "HealthgradesBoardCertification")name string nullableboard string nullabledescription string nullablerating number nullablerating_count integer nullablereview_count integer nullableratings_per_star array (default: [])@type string (default: "HealthgradesRatingStar")stars integer requiredcount integer requiredpercentage integer requiredreview_subscores array (default: [])@type string (default: "HealthgradesReviewSubscore")category string nullablescore number nullablerating_text string nullablehighlights array (default: [])@type string (default: "HealthgradesHighlight")category string nullabletext string nullableoffices array (default: [])@type string (default: "HealthgradesOffice")id string nullablename string nullablepractice_name string nullableaddress string nullablecity string nullablestate string nullablezip_code string nullablephone string nullablefax string nullablelatitude number nullablelongitude number nullableis_primary boolean nullabledirections_url string nullablehours array (default: [])@type string (default: "HealthgradesOfficeHours")day string nullablestart_time string nullableend_time string nullableis_closed boolean nullableis_open_24h boolean nullableinsurance array (default: [])@type string (default: "HealthgradesInsurance")payor string nullablecode string nullableplans array (default: [])@type string (default: "HealthgradesInsurancePlan")name string nullableplan_type string nullableexperience array (default: [])@type string (default: "HealthgradesExperience")name string nullablecode string nullableis_condition boolean nullablepercentile integer nullablevolume integer nullablenational_ranking integer nullableurl string nullableaffiliated_hospitals array (default: [])@type string (default: "HealthgradesAffiliatedHospital")id string nullablename string nullablestreet string nullablecity string nullablestate string nullablezip_code string nullabletotal_award_count integer nullableprofile_url string nullableawards array (default: [])@type string (default: "HealthgradesAward")code string nullablename string nullableyears array (default: [])category string nullablesummary string nullableis_top_award boolean nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Provider not found (well-formed id with no Healthgrades profile) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.