# Foursquare Brand Footprint Monitor

**Use case:** 

Monitor a brand footprint across Foursquare city directories and export venue addresses, ratings, hours, tips, photos, and coordinates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://redirect.foursquare.com/locations/starbucks/new-york-city"
    }
  ],
  "locations": [
    {
      "brand": "Starbucks",
      "city": "New York City"
    },
    {
      "brand": "Starbucks",
      "city": "Chicago"
    },
    {
      "brand": "Starbucks",
      "city": "Los Angeles"
    }
  ],
  "maxItems": 90
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingSignals": {
    "label": "Rating signals"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "country": {
    "label": "Country"
  },
  "phone": {
    "label": "Phone"
  },
  "hoursStatus": {
    "label": "Hours status"
  },
  "hours": {
    "label": "Hours"
  },
  "tipText": {
    "label": "Selected tip"
  },
  "tipAuthor": {
    "label": "Tip author"
  },
  "venueUrl": {
    "label": "Venue URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Foursquare Locations Scraper](https://apify.com/automation-lab/foursquare-locations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/foursquare-locations-scraper) to learn more, explore other use cases, and run it yourself.