# Scrape London Restaurants for Lead Generation

**Use case:** 

Identify and extract comprehensive data for top-rated restaurants in London, including contact information and reviews. This data is crucial for lead generation

## Input

```json
{
  "mode": "search",
  "searchQuery": "restaurants",
  "location": "London, UK",
  "maxResults": 100,
  "language": "en",
  "placeUrl": "https://www.google.com/maps/place/Joe's+Pizza/@40.7308314,-73.9973325,17z",
  "maxReviews": 50
}
```

## Output

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

## About this Actor

This example demonstrates how to use [Google Maps MCP](https://apify.com/crawlerbros/google-maps-mcp) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-maps-mcp) to learn more, explore other use cases, and run it yourself.