# Talabat Kuwait Indian restaurants dataset

**Use case:** 

Filter Talabat Kuwait restaurant listings for Indian cuisine and export structured restaurant records for cuisine coverage analysis.

## Input

```json
{
  "countries": [
    "uae"
  ],
  "startUrls": [
    {
      "url": "https://www.talabat.com/kuwait/restaurants"
    }
  ],
  "cuisine": "Indian",
  "maxItems": 20,
  "maxPagesPerCountry": 5
}
```

## 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.