# Uber Eats Brand List Sample Scraper, Europe

**Use case:** 

Pull a small sample of Uber Eats brands from the UK, France and Spain. For analysts sizing the dataset and scoping cost before committing to a full run.

## Input

```json
{
  "target_country_codes": [
    "GB",
    "FR",
    "ES"
  ],
  "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.