# Doctoralia Brazil Specialist Market Research Scraper

**Use case:** 

Scrape Doctoralia Brazil specialists across cities to compare public profiles, ratings, services, and locations.

## Input

```json
{
  "searchTerms": [
    "cardiologista",
    "ortopedista"
  ],
  "locations": [
    "São Paulo",
    "Brasília",
    "Curitiba"
  ],
  "maxResults": 150,
  "maxPages": 5,
  "includeProfiles": false,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "specialties": {
    "label": "Specialties",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "streetAddress": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "serviceName": {
    "label": "Service",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source search",
    "format": "link"
  },
  "doctoraliaSlug": {
    "label": "Doctoralia slug",
    "format": "text"
  },
  "entityType": {
    "label": "Entity type",
    "format": "text"
  },
  "profileFetched": {
    "label": "Profile fetched",
    "format": "boolean"
  },
  "profileTitle": {
    "label": "Profile title",
    "format": "text"
  },
  "profileDescription": {
    "label": "Profile description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Doctoralia Brazil Scraper](https://apify.com/automation-lab/doctoralia-brazil-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/doctoralia-brazil-scraper) to learn more, explore other use cases, and run it yourself.