# JustDial Scraper — India Business Leads & Contacts

**Use case:** 

Scrape business leads from JustDial by category and city: name, phone, address, ratings, category. Export India local business data to CSV or JSON.

## Input

```json
{
  "category": "Digital Marketing Agencies",
  "city": "Mumbai",
  "maxItems": 25,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "searchCategory": {
    "label": "Search Category",
    "format": "text"
  },
  "searchCity": {
    "label": "Search City",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [JustDial Scraper & India Leads Extractor API](https://apify.com/tugelbay/justdial-leads-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tugelbay/justdial-leads-extractor) to learn more, explore other use cases, and run it yourself.