# Scrape businesses by custom OSM tags

**Use case:** 

Power mode: target exact OpenStreetMap tags (e.g. shop=bakery) and enrich each with emails & phones.

## Input

```json
{
  "websites": [
    "freemansrestaurant.com",
    "thinkcoffee.com"
  ],
  "findEmails": true,
  "verifyEmails": false,
  "searchArea": "Portland, OR",
  "categories": [
    "lawyer"
  ],
  "osmTags": [
    "amenity=cafe",
    "shop=bakery"
  ],
  "requireEmail": false,
  "maxResults": 20,
  "maxPagesPerSite": 10,
  "enrichConcurrency": 5,
  "monitorMode": false,
  "alertOnNewBusiness": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "string"
  },
  "category": {
    "label": "Type",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Free Email & Contact Scraper - Extract Emails From Any Website](https://apify.com/scrapersdelight/local-business-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/local-business-lead-scraper) to learn more, explore other use cases, and run it yourself.