# Sulekha Leads by City

**Use case:** 

Export Sulekha leads by category and Indian city with company names, public phones, ratings, addresses, and source URLs.

## Input

```json
{
  "category": "Plumbers",
  "city": "Bangalore",
  "startUrls": [
    {
      "url": "https://www.sulekha.com/plumbers/bangalore"
    }
  ],
  "maxItems": 20,
  "maxPages": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "phoneAvailable": {
    "label": "Phone Available",
    "format": "boolean"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "profileUrl": {
    "label": "Sulekha Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Sulekha Leads API — Business Listings by City](https://apify.com/tugelbay/sulekha-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tugelbay/sulekha-business-scraper) to learn more, explore other use cases, and run it yourself.