Discover/Thuisbezorgd.nl API
live

Thuisbezorgd.nl APIThuisbezorgd.nl

Search Dutch restaurants by location, filter by cuisine, and retrieve delivery ETAs, fees, and ratings from Thuisbezorgd.nl via 4 structured API endpoints.

Endpoints
4
Updated
2mo ago
Try it
Maximum number of results (1-20)
Address search query (e.g., 'Amsterdam', 'Damrak 1')
api.parse.bot/scraper/638775b6-0f1b-4205-8f0e-1ce1f1971ac2/<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/638775b6-0f1b-4205-8f0e-1ce1f1971ac2/search_addresses?query=Amsterdam' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for addresses in the Netherlands using autocomplete. Returns address suggestions with place IDs that can be used with get_address_detail to retrieve coordinates.

Input
ParamTypeDescription
limitintegerMaximum number of results (1-20)
queryrequiredstringAddress search query (e.g., 'Amsterdam', 'Damrak 1')
Response
{
  "type": "object",
  "fields": {
    "query": "string echo of the search query",
    "total": "integer count of returned addresses",
    "addresses": "array of address suggestion objects with description, place_id, and type"
  },
  "sample": {
    "data": {
      "query": "Amsterdam",
      "total": 5,
      "addresses": [
        {
          "type": "address",
          "place_id": "ChIJVXealLU_xkcRja_At0z9AGY",
          "description": "Amsterdam, Nederland"
        }
      ]
    },
    "status": "success"
  }
}

About the Thuisbezorgd.nl API

The Thuisbezorgd.nl API provides 4 endpoints for finding restaurants and resolving addresses across the Netherlands. Starting with search_addresses and get_address_detail, you can resolve any Dutch address to GPS coordinates, then pass those to search_restaurants to retrieve nearby restaurant listings with cuisines, ratings, and delivery fees, or to get_restaurant_info for live ETAs, fee bands, and availability status.

Address Resolution

The search_addresses endpoint accepts a free-text query and returns up to 20 address suggestions, each with a description, place_id, and type. Pass any of those place_id values to get_address_detail to retrieve a fully geocoded record including latitude, longitude, postcode, city, street, street_number, country_code, and a formatted_address string. These coordinates are the required inputs for both restaurant-facing endpoints.

Restaurant Search

search_restaurants takes latitude and longitude and returns a list of restaurants in the delivery area, along with total_found, the delivery_area postal code, and the active currency. Each restaurant object carries its id, name, slug, address, rating, cuisines array, and delivery metadata. An optional cuisine parameter filters results (e.g., 'Indian', 'Pizza', 'Chinese'), and service_type can be set to 'delivery' or 'collection' to narrow service availability.

Restaurant Detail

get_restaurant_info accepts a restaurant_id from search results plus delivery coordinates. It returns a rating object with average_stars and review count, a delivery_eta range in minutes (lower_bound_minutes, upper_bound_minutes), and a delivery_fees object that includes minimum_order_value_cents, currency, and a fee_bands array for tiered fee structures. The response also includes is_busy, is_temporarily_offline, service_types with per-type offline flags, and max_basket_items.

Coverage and Scope

All endpoints target the Dutch market exclusively — Thuisbezorgd.nl operates in the Netherlands only. Address lookups resolve Netherlands addresses; restaurant results are scoped to Dutch delivery zones. No menu item data or order-placement endpoints are included in the current API.

Common use cases
  • Build a restaurant finder app that maps nearby delivery options using coordinates from get_address_detail
  • Compare delivery ETAs and fee bands across multiple restaurants in a given Amsterdam postcode
  • Filter restaurants by cuisine type (e.g., 'Chinese', 'Pizza') to populate category-specific dining feeds
  • Monitor restaurant availability and busy status in real time using is_busy and is_temporarily_offline fields
  • Aggregate ratings and review counts from search_restaurants to rank top-rated takeaway options in a neighbourhood
  • Validate Dutch delivery addresses and extract structured postcode and city data via get_address_detail
  • Determine minimum order thresholds and tiered delivery fees for cost-comparison tools using delivery_fees fee_bands
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 Thuisbezorgd.nl have an official developer API?+
Thuisbezorgd.nl (part of Takeaway.com / Just Eat Takeaway) does not publish a general-purpose public developer API. Access to structured restaurant and address data is available through this Parse API.
What does get_restaurant_info return beyond what search_restaurants already provides?+
search_restaurants gives a summary per restaurant: name, cuisines, address, and a basic rating. get_restaurant_info goes deeper for a single restaurant, returning a delivery ETA range in minutes, per-tier delivery fee bands with minimum order values in cents, the is_busy flag, is_temporarily_offline status, per-service-type offline indicators, and the maximum basket item count.
Does the API return menu items or dish-level data?+
Not currently. The API covers address geocoding, restaurant listings, and restaurant-level delivery details such as ETAs and fees. Menu items and dish data are not included. You can fork this API on Parse and revise it to add a menu endpoint if that data is needed.
Is restaurant coverage limited to any specific region of the Netherlands?+
Results are scoped to the Netherlands only, as Thuisbezorgd.nl operates exclusively in that market. The search_restaurants endpoint returns a delivery_area postal code string in every response so you can confirm which zone the results correspond to. Addresses outside the Netherlands will not resolve meaningful restaurant results.
Can I retrieve historical order data or user reviews through this API?+
Not currently. The API exposes aggregate rating data — average_stars and a review count — but individual user reviews, review text, and historical order records are not returned by any endpoint. You can fork this API on Parse and revise it to add a reviews endpoint if per-review content is required.
Page content last updated . Spec covers 4 endpoints from Thuisbezorgd.nl.
Related APIs in Food DiningSee all →
publix.com API
Access Publix grocery store data including product search, pricing, promotions, weekly ad deals, store locations, and category browsing.
pedidosya.com.ar API
Browse restaurants and menus available in Argentine cities through PedidosYa, search for specific restaurants by name or food category, and retrieve complete menu offerings including items, prices, and available options.
thefork.it API
Search and discover Italian restaurants by cuisine, location, or ratings, then access detailed information like menus, reviews, and availability across major cities in Italy. Find top-rated dining options and compare restaurant details to plan your perfect meal.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
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.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
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.
Thuisbezorgd.nl API – Restaurants & Delivery Data · Parse