# Extract Bangalore IT Service Leads

**Use case:** 

Scrape B2B technology and IT service providers in Bangalore. Use these leads to pitch digital transformation and SEO services to high-growth companies.

## Input

```json
{
  "mode": "search",
  "city": "Bangalore",
  "query": "IT services",
  "businessUrls": [],
  "fetchFullDetails": true,
  "requireWebsite": true,
  "requirePhone": false,
  "requireVerified": false,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "city": {
    "label": "City"
  },
  "searchCategory": {
    "label": "Search category"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [Hotfrog India Scraper](https://apify.com/crawlerbros/hotfrog-india-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/hotfrog-india-scraper) to learn more, explore other use cases, and run it yourself.