# Find Clinics and Doctors in India on JustDial

**Use case:** 

Pull Indian clinic and doctor listings from JustDial: name, address, phone, rating, reviews, timing, and website. Build healthcare directories, referral maps, a

## Input

```json
{
  "queries": [
    "Doctors"
  ],
  "city": "Bangalore",
  "maxResultsPerQuery": 10,
  "maxIpAttempts": 15,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "business_name": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "review_count": {
    "label": "Reviews",
    "format": "text"
  },
  "timing": {
    "label": "Timing",
    "format": "text"
  },
  "listing_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [JustDial Business Scraper - India Listings, Reviews, Phone](https://apify.com/thirdwatch/justdial-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/justdial-business-scraper) to learn more, explore other use cases, and run it yourself.