Discover/doctoralia.com.br API
live

doctoralia.com.br APIdoctoralia.com.br

Search Brazilian healthcare specialists, retrieve full profiles, phone numbers, patient reviews, and autocomplete suggestions via the Doctoralia Brazil API.

Endpoints
5
Updated
4mo ago
Try it
City slug (e.g., 'sao-paulo', 'belo-horizonte', 'rio-de-janeiro').
Page number for pagination.
Specialty slug (e.g., 'dermatologista', 'psiquiatra', 'dentista').
api.parse.bot/scraper/565b99b6-ce1f-4f65-92d6-4d70c1e4c470/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/565b99b6-ce1f-4f65-92d6-4d70c1e4c470/search_specialists?city=sao-paulo&page=1&specialty=dermatologista' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for healthcare specialists by specialty and city. Returns paginated results with doctor details including ratings, review counts, and addresses.

Input
ParamTypeDescription
cityrequiredstringCity slug (e.g., 'sao-paulo', 'belo-horizonte', 'rio-de-janeiro').
pageintegerPage number for pagination.
specialtyrequiredstringSpecialty slug (e.g., 'dermatologista', 'psiquiatra', 'dentista').
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "doctors": "array of doctor objects with doctor_id, address_id, name, url, rating, reviews_count, specialty, city, image, and address_full",
    "total_on_page": "integer, number of doctors returned on this page"
  },
  "sample": {
    "data": {
      "page": 1,
      "doctors": [
        {
          "url": "https://www.doctoralia.com.br/luiz-antonio-coelho-marques/dermatologista-cirurgiao-plastico/sao-paulo",
          "city": "São Paulo",
          "name": "Dr. Luiz Antonio Coelho Marques",
          "image": "//pixel-p1.s3.sa-east-1.amazonaws.com/doctor/avatar/d96a7919/d96a7919-09e9-4c42-a49f-12eb9d2e2997_medium_square.jpg",
          "rating": "5",
          "doctor_id": "288013",
          "specialty": null,
          "address_id": "504072",
          "address_full": "Rua Doutor Veiga Filho 350 conj 304, Santa Cecília, Higienópolis",
          "reviews_count": "2070"
        }
      ],
      "total_on_page": 30
    },
    "status": "success"
  }
}

About the doctoralia.com.br API

The Doctoralia Brazil API exposes 5 endpoints covering specialist search, full doctor profiles, phone numbers, patient reviews, and autocomplete suggestions across Brazil. The search_specialists endpoint returns paginated doctor listings filtered by specialty slug and city slug, including ratings, review counts, and full addresses. The get_specialist_profile endpoint adds booking data with services, prices, and insurance networks alongside an Instagram handle when available.

Specialist Search and Profiles

The search_specialists endpoint accepts a required specialty slug (e.g., dermatologista, psiquiatra) and a required city slug (e.g., sao-paulo, rio-de-janeiro), returning an array of doctor objects with fields including doctor_id, address_id, name, url, rating, reviews_count, specialty, city, and address_full. Pagination is controlled with the optional page parameter, and total_on_page tells you how many results were returned for that page.

Full Profiles and Contact Data

get_specialist_profile takes a specialist's full URL or path and returns the complete profile: name, doctor_id, instagram (URL or null), json_ld structured data objects, and a booking_data object. The booking_data field includes nested addresses, specializations, services, service_options with individual prices, and accepted insurance networks. The get_specialist_phone endpoint resolves phone numbers from an address_id obtained in search results, returning an array of Brazilian-formatted phone strings.

Reviews and Autocomplete

get_specialist_reviews accepts a doctor_id and optional page parameter. The response includes an html string containing the review content, a limit field indicating reviews per page, and numRows as the total review count for that doctor. The search_autocomplete endpoint (POST) queries against three Algolia indexes — br_autocomplete_doctor, br_autocomplete_item, or br_autocomplete_facility — and returns hits with names and URLs, along with nbHits for total match count and a zero-indexed page field.

Common use cases
  • Build a specialty directory for Brazilian cities by mapping search_specialists results by specialty and city slugs.
  • Display verified patient ratings and review counts on a doctor-comparison tool using rating and reviews_count from search results.
  • Retrieve insurance network coverage for a specific specialist via the insurances field in booking_data from get_specialist_profile.
  • Collect service pricing for a given doctor using service_options prices returned by get_specialist_profile.
  • Implement a doctor search autocomplete feature for a health app using the search_autocomplete endpoint with the br_autocomplete_doctor index.
  • Build a lead-generation tool for medical clinics by extracting phone numbers via get_specialist_phone using address_id values from search results.
  • Aggregate patient sentiment by fetching and parsing paginated review HTML via get_specialist_reviews using numRows for total coverage.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Doctoralia Brazil offer an official developer API?+
Doctoralia does not publish a public developer API. The Parse API provides structured access to specialist search, profiles, phone numbers, reviews, and autocomplete data from doctoralia.com.br.
What does `booking_data` in `get_specialist_profile` actually contain?+
booking_data is a nested object that includes the specialist's addresses, specializations, available services, service options with prices, accepted insurance networks, and doctor metadata. It represents the information typically needed to evaluate and book a consultation.
Are appointment booking or scheduling actions supported?+
Not currently. The API covers read operations: search, profile retrieval, phone numbers, reviews, and autocomplete. It does not submit booking requests or interact with Doctoralia's scheduling flow. You can fork the API on Parse and revise it to add a booking endpoint if that capability is needed.
How does pagination work for reviews, and what format are they returned in?+
get_specialist_reviews returns an html string for each page of reviews rather than structured data objects. Use numRows to calculate total pages given the limit value, and pass the page parameter to walk through them. Parsing the HTML into discrete review fields would require additional processing on your end.
Does the API cover Doctoralia platforms in other countries such as Mexico or Spain?+
Not currently. The API is scoped to doctoralia.com.br and returns data for Brazilian specialists and cities only. You can fork it on Parse and revise it to point at other Doctoralia country domains if you need coverage beyond Brazil.
Page content last updated . Spec covers 5 endpoints from doctoralia.com.br.
Related APIs in HealthcareSee all →
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.
lybrate.com API
Search for doctors across Indian cities and specialties, view detailed profiles with patient reviews and services, and discover clinic information and health content all in one place. Find the right healthcare provider by browsing ratings, qualifications, and medical expertise tailored to your needs.
medicalcouncil.org.nz API
Search for registered doctors in New Zealand by name, location, specialty, and professional status, then access their detailed profiles including qualifications and scope of practice. Use this to verify practitioner credentials and find healthcare professionals that match your needs.
salarydr.com API
Compare physician and dentist salaries across specialties and states using real submission data and aggregated benchmarks. Search salary ranges by location, specialty, and recent market data to inform compensation decisions.
arztsuche.116117.de API
Find therapists and doctors across Germany by postal code, radius, or medical specialty, getting detailed results with names, addresses, distances, and contact information. Quickly locate healthcare providers that match your needs using Germany's official 116117 doctor search portal.
dentaltix.com API
Search and browse dental supplies and equipment across thousands of products, categories, and brands while accessing detailed information like variants and customer reviews. Find the best deals and discover exactly what you need with powerful product search and filtering capabilities.
justdial.com API
Search and discover local Indian businesses across categories like restaurants, doctors, and caterers with instant access to contact information, ratings, reviews, and service details. Find the perfect service provider in your area with comprehensive business listings and verified customer feedback.
apollo247.com API
Search and compare medicines, view detailed product information, discover lab tests, and locate nearby Apollo 24|7 pharmacy stores. Browse medical specialties and popular diagnostic services to plan your healthcare needs in one convenient platform.