# Scrape JustDial restaurant leads in Mumbai

**Use case:** 

Collect restaurant business leads from JustDial in Mumbai, including phone numbers, ratings, addresses, and review counts.

## Input

```json
{
  "searches": [
    {
      "city": "Mumbai",
      "category": "Restaurants"
    }
  ],
  "maxResultsPerSearch": 50,
  "includePhoneNumbers": true,
  "maxConcurrency": 2,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "pincode": {
    "label": "Pincode",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "verified": {
    "label": "Verified",
    "format": "text"
  },
  "listingUrl": {
    "label": "JustDial URL",
    "format": "link"
  },
  "searchCity": {
    "label": "Search City",
    "format": "text"
  },
  "searchCategory": {
    "label": "Search Category",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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