# Extract Talabat UAE restaurant listings

**Use case:** 

Collect Talabat UAE restaurant IDs, names, cuisines, logos, source URLs, and listing-page provenance for market analysis.

## Input

```json
{
  "countries": [
    "uae"
  ],
  "startUrls": [
    {
      "url": "https://www.talabat.com/uae/restaurants"
    }
  ],
  "maxItems": 30,
  "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.