# Yellowpages USA Scraper - Get Local Business leads

**Use case:** 

Yellowpages USA Scraper - Build a ready-to-call list of Business Leads YellowPages.ca - phone, full address, postal code, website. Scrape YellowPages.com

## Input

```json
{
  "searchTerm": "dentists",
  "location": "New York, NY",
  "maxResults": 50,
  "extractEmails": false
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "phone": {
    "label": "Phone"
  },
  "full_address": {
    "label": "Full address"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "Zip"
  },
  "website": {
    "label": "Website"
  },
  "categories": {
    "label": "Categories"
  },
  "star_rating": {
    "label": "Star rating"
  },
  "review_count": {
    "label": "Review count"
  },
  "years_in_business": {
    "label": "Years in business"
  },
  "snippet": {
    "label": "Snippet"
  },
  "yp_url": {
    "label": "Yp url"
  },
  "image": {
    "label": "Image"
  },
  "is_ad": {
    "label": "Is ad"
  },
  "emails": {
    "label": "Emails"
  },
  "facebook": {
    "label": "Facebook"
  },
  "instagram": {
    "label": "Instagram"
  },
  "linkedin": {
    "label": "Linkedin"
  },
  "twitter": {
    "label": "Twitter"
  },
  "youtube": {
    "label": "Youtube"
  },
  "tiktok": {
    "label": "Tiktok"
  },
  "pinterest": {
    "label": "Pinterest"
  },
  "github": {
    "label": "Github"
  },
  "telegram": {
    "label": "Telegram"
  },
  "whatsapp": {
    "label": "Whatsapp"
  },
  "contact_page": {
    "label": "Contact page"
  }
}
```

## About this Actor

This example demonstrates how to use [YellowPages US Scraper - $2.5/1K - Leads with Address & Website](https://apify.com/mamies/yellowpages-us-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mamies/yellowpages-us-scraper) to learn more, explore other use cases, and run it yourself.