# Atlanta Roofing Leads | No Website Scraper

**Use case:** 

Find highly-rated roofing contractors in Atlanta, GA without websites. This Google Maps scraper generates automated lead lists and AI outreach pitches instantly

## Input

```json
{
  "searchQueries": [
    "roofing contractors in Atlanta GA"
  ],
  "maxResults": 100,
  "generatePitches": true,
  "language": "en",
  "countryCode": "us"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "emailStatus": {
    "label": "Email Status",
    "format": "text"
  },
  "emailType": {
    "label": "Email type"
  },
  "deliverabilityGrade": {
    "label": "Deliverability Grade",
    "format": "text"
  },
  "allEmails": {
    "label": "All emails"
  },
  "contactName": {
    "label": "Contact name"
  },
  "businessStatus": {
    "label": "Business status"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "Zip code"
  },
  "country": {
    "label": "Country"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "placeId": {
    "label": "Place id"
  },
  "googleMapsUrl": {
    "label": "Google maps url"
  },
  "enrichmentSource": {
    "label": "Enrichment source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Local Lead Finder](https://apify.com/intelscrape/local-lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/intelscrape/local-lead-finder) to learn more, explore other use cases, and run it yourself.