# Opening Soon Coffee Shop Leads Scraper for Texas

**Use case:** 

Find Google Maps coffee shop profiles with explicit future opening dates in selected Texas cities and export CRM-ready business leads.

## Input

```json
{
  "businessTypes": [
    "coffee shops"
  ],
  "locations": [
    "The Colony, Texas",
    "Austin, Texas"
  ],
  "maxItems": 25,
  "openingWindowDays": 365,
  "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.