# Google Maps Santiago Delivery Coverage Audit

**Use case:** 

Map which Santiago, Chile restaurants list Uber Eats, Rappi and other delivery links. Built for delivery-platform BD teams auditing merchant coverage.

## Input

```json
{
  "search_terms": [
    "restaurante",
    "sushi"
  ],
  "central_latitude": "-33.4489",
  "central_longitude": "-70.6693",
  "country_code": "cl",
  "zoom": 15,
  "search_radius_in_km": 8,
  "number_of_points": 60,
  "dispersion_factor": "0.6",
  "max_results": 10,
  "extract_social_links": false,
  "extract_related_services": true
}
```

## Output

```json
{
  "place_id": {
    "label": "place_id",
    "format": "string"
  },
  "mid": {
    "label": "mid",
    "format": "string"
  },
  "fid": {
    "label": "fid",
    "format": "string"
  },
  "cid": {
    "label": "cid",
    "format": "string"
  },
  "name": {
    "label": "name",
    "format": "string"
  },
  "full_address": {
    "label": "full_address",
    "format": "string"
  },
  "country_code": {
    "label": "country_code",
    "format": "string"
  },
  "phone_number": {
    "label": "phone_number",
    "format": "string"
  },
  "website": {
    "label": "website",
    "format": "string"
  },
  "google_frontpage_url": {
    "label": "google_frontpage_url",
    "format": "string"
  },
  "operational_hours": {
    "label": "operational_hours",
    "format": "array"
  },
  "busy_hours_per_day": {
    "label": "busy_hours_per_day",
    "format": "array"
  },
  "third_party_services": {
    "label": "third_party_services",
    "format": "array"
  },
  "social_links": {
    "label": "social_links",
    "format": "array"
  },
  "social_links_url": {
    "label": "social_links_url",
    "format": "string"
  },
  "categories": {
    "label": "categories",
    "format": "array"
  },
  "geo": {
    "label": "geo",
    "format": "object"
  },
  "rating": {
    "label": "rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "reviews_count",
    "format": "number"
  },
  "logo": {
    "label": "logo",
    "format": "string"
  },
  "photos": {
    "label": "photos",
    "format": "array"
  },
  "tags": {
    "label": "tags",
    "format": "array"
  },
  "plus_code": {
    "label": "plus_code",
    "format": "string"
  },
  "price_per_person": {
    "label": "price_per_person",
    "format": "array"
  },
  "relative_latitude": {
    "label": "relative_latitude",
    "format": "number"
  },
  "relative_longitude": {
    "label": "relative_longitude",
    "format": "number"
  },
  "search_term": {
    "label": "search_term",
    "format": "string"
  },
  "maps_url": {
    "label": "maps_url",
    "format": "string"
  },
  "main_task_id": {
    "label": "main_task_id",
    "format": "string"
  },
  "extraction_date": {
    "label": "extraction_date",
    "format": "string"
  },
  "extraction_datetime": {
    "label": "extraction_datetime",
    "format": "string"
  },
  "input": {
    "label": "input",
    "format": "object"
  }
}
```

## About this Actor

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