# Scrape Talabat Restaurants by Direct URL

**Use case:** 

Paste Talabat restaurant URLs and scrape their full menus with prices, sizes and add-ons. Works across countries. No proxy needed.

## Input

```json
{
  "queries": [
    "pizza"
  ],
  "restaurantSlugs": [],
  "startUrls": [
    {
      "url": "https://www.talabat.com/uae/restaurant/609078/papa-johns"
    },
    {
      "url": "https://www.talabat.com/jordan/blue-fig"
    }
  ],
  "country": "uae",
  "maxResults": 20,
  "scrapeMenu": true,
  "scrapeMenuChoices": true,
  "maxConcurrency": 6,
  "excludeEmptyFields": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "cuisines": {
    "label": "Cuisines"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "totalRatings": {
    "label": "Ratings",
    "format": "number"
  },
  "deliveryTimeText": {
    "label": "Delivery",
    "format": "text"
  },
  "deliveryFee": {
    "label": "Fee",
    "format": "number"
  },
  "discountText": {
    "label": "Discount",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Talabat Scraper | 1$/1k Cheap](https://apify.com/trev0n/talabat-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/talabat-scraper) to learn more, explore other use cases, and run it yourself.