# Photographers in Burlington - Contact Info Scraper

**Use case:** 

Get structured data for photographers in Burlington from N49

## Input

```json
{
  "searchQueries": [
    "Photographers"
  ],
  "cities": [
    "Burlington"
  ],
  "maxBusinesses": 40,
  "withDetails": false,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [N49 Canada Business Leads Scraper (Phone, Email, Address)](https://apify.com/scrapers_lat/n49-canada-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/n49-canada-business-scraper) to learn more, explore other use cases, and run it yourself.