# Soon To Be Open Restaurants in New York

**Use case:** 

Curious which restaurants in New York have planned openings in near future? Use this Task to get leads to offer them services they might need

## Input

```json
{
  "business_type": "Restaurants & Food",
  "opening_date": "All",
  "country": "DE",
  "state": "All",
  "recently_open": false,
  "max_results": 100
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "State",
    "format": "text"
  },
  "country_code": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "url"
  },
  "phone_number": {
    "label": "Phone",
    "format": "text"
  },
  "opening_date": {
    "label": "Opening Date",
    "format": "text"
  },
  "google_maps_url": {
    "label": "Google Maps Url",
    "format": "url"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "facebook": {
    "label": "Facebook",
    "format": "url"
  },
  "business_category": {
    "label": "Business Category",
    "format": "text"
  },
  "published": {
    "label": "Published Date",
    "format": "text"
  }
}
```

## About this Actor

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