# Find roofing contractor leads in Tampa with phone numbers

**Use case:** 

Pull roofing contractors in Tampa from Google Maps: business name, phone number, address, rating, reviews, and website for each lead as JSON.

## Input

```json
{
  "searchTerms": [
    "roofing contractors in Tampa, FL"
  ],
  "maxResultsPerSearch": 50
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "title": {
    "label": "Name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Review Count",
    "format": "integer"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Places Scraper - Fast & Cheap Bulk Places](https://apify.com/johnvc/google-maps-places-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-maps-places-api) to learn more, explore other use cases, and run it yourself.