# Multi-City Opening Soon Restaurant Leads Scraper

**Use case:** 

Scan several cities for restaurants and cafés opening soon, deduplicate Google place IDs, and feed verified prospects into sales automation.

## Input

```json
{
  "businessTypes": [
    "restaurants",
    "cafes"
  ],
  "locations": [
    "Austin, Texas",
    "Dallas, Texas",
    "Houston, Texas"
  ],
  "maxItems": 100,
  "openingWindowDays": 180,
  "language": "en",
  "countryCode": "us"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "openingStatus": {
    "label": "Opening status",
    "format": "string"
  },
  "openingDate": {
    "label": "Opening date",
    "format": "string"
  },
  "fullAddress": {
    "label": "Full address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "placeId": {
    "label": "Place ID",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "googleMapsUrl": {
    "label": "Google Maps",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "geography": {
    "label": "Geography",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Soon-to-Open Businesses Leads Scraper](https://apify.com/automation-lab/soon-to-open-businesses-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/soon-to-open-businesses-leads-scraper) to learn more, explore other use cases, and run it yourself.