# Yellow Pages Business in New York, NY

**Use case:** 

Find and extract Yellow Pages Business in New York, NY. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "search": "plumber",
  "location": "New York, NY",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "businessName": {
    "label": "🏢 Business Name",
    "format": "text"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "zip": {
    "label": "📮 ZIP",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "website": {
    "label": "🌐 Website",
    "format": "link"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "text"
  },
  "yearsInBusiness": {
    "label": "📅 Years",
    "format": "text"
  },
  "url": {
    "label": "🔗 YP URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Yellow Pages Business Scraper](https://apify.com/parseforge/yellowpages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/yellowpages-scraper) to learn more, explore other use cases, and run it yourself.