# Monitor Talabat restaurant assortment by country

**Use case:** 

Run a repeatable UAE, Qatar, and Bahrain Talabat restaurant snapshot for assortment monitoring and downstream change comparison.

## Input

```json
{
  "countries": [
    "uae",
    "qatar",
    "bahrain"
  ],
  "startUrls": [
    {
      "url": "https://www.talabat.com/uae/restaurants"
    }
  ],
  "maxItems": 150,
  "maxPagesPerCountry": 2
}
```

## Output

```json
{
  "restaurantId": {
    "label": "Restaurant ID",
    "format": "integer"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "cuisines": {
    "label": "Cuisines",
    "format": "array"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "restaurantUrl": {
    "label": "Restaurant URL",
    "format": "string"
  },
  "logoUrl": {
    "label": "Logo URL",
    "format": "string"
  },
  "sourcePage": {
    "label": "Page",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Talabat Restaurants Scraper](https://apify.com/automation-lab/talabat-restaurant-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/talabat-restaurant-listings-scraper) to learn more, explore other use cases, and run it yourself.