# Uber Eats Brand Directory Scraper, Latin America

**Use case:** 

Track Uber Eats brand catalogues across Mexico, Brazil, Chile, Colombia and Peru. For regional market intelligence teams spotting new chains as they launch.

## Input

```json
{
  "target_country_codes": [
    "MX",
    "CL",
    "BR",
    "CO",
    "PE"
  ],
  "max_search_results": 10
}
```

## Output

```json
{
  "brand_url": {
    "label": "Brand URL",
    "format": "string"
  },
  "main_task_started": {
    "label": "Main Task Started",
    "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 [Ubereats Listing Brands By Country](https://apify.com/datacach/ubereats-listing-brands-by-country) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/ubereats-listing-brands-by-country) to learn more, explore other use cases, and run it yourself.