Discover/talabat.com API
live

talabat.com APItalabat.com

Access Talabat restaurant listings, search by cuisine, fetch ratings and reviews, explore delivery areas, and retrieve menu highlights via a structured REST API.

Endpoints
6
Updated
4mo ago
Try it

No input parameters required.

api.parse.bot/scraper/7c4926a4-90ce-41b9-bf23-2f06ebf85759/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/7c4926a4-90ce-41b9-bf23-2f06ebf85759/get_restaurants' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Get a list of all restaurants available on Talabat. Returns restaurant name, slug, logo, and cuisines for each.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer count of restaurants returned",
    "restaurants": "array of restaurant objects each containing id, name, logo, slug, and cuisines"
  },
  "sample": {
    "data": {
      "total": 30,
      "restaurants": [
        {
          "id": 328,
          "logo": "https://images.deliveryhero.io/image/talabat/restaurants/Johnny-Rockets-Logo_636004641354274810.jpg",
          "name": "Johnny Rockets",
          "slug": "johnny-rockets",
          "cuisines": "Kerala,Indian,Pakistani,South indian,Curry,Biryani"
        }
      ]
    },
    "status": "success"
  }
}

About the talabat.com API

The Talabat API exposes 6 endpoints covering restaurant discovery, detailed venue data, customer reviews, delivery areas, and cuisine types across the UAE. Use get_restaurants to pull the full restaurant catalog — each entry includes name, logo, slug, and cuisines — or use get_restaurant_details to retrieve ratings, payment methods, geolocation, and the most-selling menu items for any specific venue.

Restaurant Discovery and Search

get_restaurants returns the full Talabat UAE restaurant list with each entry containing id, name, logo, slug, and cuisines. When you need to narrow down results, search_restaurants accepts a query string matched against both restaurant names and cuisine fields — pass 'pizza' or 'indian' to get a filtered subset. Both endpoints return a total count alongside the restaurants array, making it straightforward to page or count results programmatically.

Restaurant Details and Reviews

get_restaurant_details takes a slug from the discovery endpoints and returns a richer payload: rating, total_ratings, delivery_info (which includes latitude, longitude, accept_cash, accept_credit_card, and payment_methods), description, and a most_selling_items array of popular dishes with id, name, and image. It also exposes vendor_id, which is the branch identifier required by get_restaurant_reviews. The reviews endpoint accepts a branch_id and an optional page parameter, returning paginated review objects with id, date, firstName, rate, and review text alongside totalPages, currentPage, and totalReviews.

Coverage and Reference Data

get_areas returns all Talabat delivery zones, each with id, name, slug, cityName, lat, and lng — useful for geo-filtering or mapping service boundaries. get_cuisines returns a sorted, deduplicated array of every cuisine type present across the full restaurant catalog, giving you a reliable reference list for building filter UIs or category pages. All endpoints target the UAE region as covered by Talabat.

Common use cases
  • Build a restaurant discovery app filtered by cuisine type using get_cuisines and search_restaurants.
  • Display delivery zone maps by plotting lat/lng coordinates from get_areas.
  • Aggregate and compare restaurant ratings and total_ratings across categories for a review dashboard.
  • Identify top-selling dishes per venue using most_selling_items from get_restaurant_details.
  • Check which restaurants accept cash vs. card using the accept_cash and accept_credit_card fields in delivery_info.
  • Feed customer review text and rate values from get_restaurant_reviews into a sentiment analysis pipeline.
  • Generate a cuisine frequency report across all UAE restaurants using the cuisines field from get_restaurants.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Talabat have an official developer API?+
Talabat does not publish a public developer API or API documentation. There is no official API portal or registered developer program available as of now.
What does `get_restaurant_details` return beyond basic listing data?+
get_restaurant_details returns fields not present in the listing endpoints: rating, total_ratings, description, a delivery_info object with geolocation and payment method flags, a vendor_id needed to fetch reviews, and a most_selling_items array containing item id, name, and image for the venue's popular dishes.
How does pagination work for restaurant reviews?+
get_restaurant_reviews accepts an optional page integer. The response includes currentPage, totalPages, and totalReviews, so you can iterate through all pages by incrementing page until it equals totalPages. The branch_id required by this endpoint is the vendor_id returned by get_restaurant_details.
Does the API cover full menu data, including prices and item descriptions?+
Not currently. The API returns most_selling_items (id, name, image) from get_restaurant_details but does not expose full menus, item prices, or item descriptions. You can fork this API on Parse and revise it to add a dedicated menu endpoint covering those fields.
Is the API limited to UAE, or does it cover other Talabat regions like Kuwait or Bahrain?+
The current endpoints target the UAE restaurant catalog. Coverage for other Talabat markets such as Kuwait, Bahrain, Qatar, or Jordan is not included. You can fork this API on Parse and revise it to add endpoints pointing at those regional markets.
Page content last updated . Spec covers 6 endpoints from talabat.com.
Related APIs in Food DiningSee all →
ubereats.com API
Search for restaurants by cuisine or location and browse their menus, prices, ratings, and delivery times. Get detailed information about specific restaurants and menu items to find exactly what you want to order.
Thuisbezorgd.nl API
Search for restaurants on Thuisbezorgd.nl by location and cuisine type. Retrieve delivery times, ratings, fees, and menu details for restaurants across the Netherlands, with support for address lookup and cuisine filtering.
toasttab.com API
Search for restaurants on ToastTab.com by location and keyword. Retrieve restaurant profiles, contact details, hours, and full menus — including item names, prices, descriptions, and customization options.
opentable.ca API
Search and discover restaurants on OpenTable, view detailed information like menus and reviews, and check real-time dining availability across metro areas. Find top-rated restaurants in your location and instantly see which tables are open for your preferred date and time.
food.grab.com API
Search for GrabFood restaurants by location and retrieve complete menu listings with prices and details for any store. Access real-time restaurant information and full dining options using a guest token obtained from the browser.
resy.com, opentable.com API
Search and compare restaurants across Resy and OpenTable by cuisine, location, and price range, then sort results by price or ratings to find the best dining option. Retrieve comprehensive restaurant details including addresses, contact information, descriptions, and customer ratings all in one place.
deliveroo.co.uk API
Search for restaurants and retrieve menus from Deliveroo UK. Look up restaurants by keyword and postcode, or fetch full menu details for any Deliveroo restaurant by URL.
doordash.com API
Search for restaurants on DoorDash and view their menus, hours, and current promotions to find exactly what you're looking for. Get detailed information about any restaurant including pricing, availability, and active discounts across the US.