# Find London Coffee Shops Data for Market Research

**Use case:** 

Extract data on coffee shops across London to analyze market saturation and competitive landscape. Gain insights into new areas for expansion or identify gaps i

## Input

```json
{
  "mode": "search",
  "searchQuery": "coffee shops",
  "location": "London",
  "maxItems": 150,
  "radius": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "website": {
    "label": "Website"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Bing Maps Business Listings Scraper](https://apify.com/crawlerbros/bing-maps-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/bing-maps-business-scraper) to learn more, explore other use cases, and run it yourself.