# Business Leads for Restaurants in Austin, Texas

**Use case:** 

Collect phone numbers, emails, and websites for restaurants in Austin.

## Input

```json
{
  "maxBusinesses": 50,
  "category": "restaurant",
  "city": "Austin, Texas",
  "south": "",
  "west": "",
  "north": "",
  "east": "",
  "withContactOnly": true,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "name": {
    "label": "Business"
  },
  "category": {
    "label": "Category"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "mobile": {
    "label": "Mobile"
  },
  "whatsapp": {
    "label": "WhatsApp"
  },
  "instagram": {
    "label": "Instagram"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "postcode": {
    "label": "Postcode"
  },
  "openingHours": {
    "label": "Opening hours"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "enrichedEmail": {
    "label": "Enriched contact email"
  },
  "enrichedContactName": {
    "label": "Enriched contact name"
  },
  "enrichedEmailStatus": {
    "label": "Email status"
  }
}
```

## About this Actor

This example demonstrates how to use [Business Leads Scraper - Phone, Email & Website by City](https://apify.com/scrapers_lat/overpass-osm-business-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/overpass-osm-business-leads-scraper) to learn more, explore other use cases, and run it yourself.