# Build an India Local Services Directory

**Use case:** 

Build a multi-city Indian local-services directory from JustDial: name, address, phone, rating, reviews, timing, and website. Compile listings for any category 

## Input

```json
{
  "queries": [
    "Plumbers"
  ],
  "city": "Delhi",
  "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.