Discover/wolt.com API
live

wolt.com APIwolt.com

Access Wolt venue listings, full menus, item details, ratings, delivery estimates, and city-wide search via 12 structured API endpoints.

Endpoints
12
Updated
11d ago
Try it
Latitude of the location (e.g. 60.17 for Helsinki).
Longitude of the location (e.g. 24.94 for Helsinki).
api.parse.bot/scraper/2b62f42d-c0fd-4009-88c2-2a50d02b3596/<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/2b62f42d-c0fd-4009-88c2-2a50d02b3596/get_discovery_page?lat=60.17&lon=24.94' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 12 totalclick to expand

Get discovery/home page content for a location. Returns promotional banners, venue sections, and navigation categories available at the given coordinates.

Input
ParamTypeDescription
latrequiredstringLatitude of the location (e.g. 60.17 for Helsinki).
lonrequiredstringLongitude of the location (e.g. 24.94 for Helsinki).
Response
{
  "type": "object",
  "fields": {
    "sections": "array of content sections including banners and venue lists",
    "filtering": "object containing available filter options"
  },
  "sample": {
    "data": {
      "sections": [
        {
          "name": "product-line-navigation-v2",
          "items": [
            {
              "title": "Restaurants",
              "template": "product-line-large-v2"
            }
          ],
          "template": "product-line-navigation-large"
        }
      ],
      "filtering": {},
      "page_title": "Discovery"
    },
    "status": "success"
  }
}

About the wolt.com API

The Wolt API provides access to 12 endpoints covering the full Wolt delivery platform — from city discovery to per-item customization options. Use get_venue_menu to retrieve complete menu categories, item prices, and topping configurations for any venue, or search_items to find specific dishes across all restaurants in a given city by coordinates.

Venue Discovery and Listings

Pass a lat/lon pair to list_restaurants or list_stores to retrieve venue listings for that location, including venue objects grouped into sections with filter metadata covering categories and price ranges. get_discovery_page returns the same coordinate-based content as Wolt's home screen: promotional banners, curated venue sections, and navigation categories active for that area. get_top_venues narrows this to the five highest-relevance venues at a coordinate, returning each venue's name, slug, rating.score, and rating.volume.

Venue Detail and Menus

get_venue_details takes a venue_slug and returns two objects: static (address, opening times, delivery methods, merchant info) and dynamic (real-time open/close status, delivery time estimates, active promotions). get_venue_menu returns the full menu as three arrays — categories, items (with id, name, price, description, and images), and options (toppings, sizes, extras). For a single item, get_venue_item_details accepts an item_id alongside the venue_slug and returns full option references and variant_groups.

Search and Category Filtering

search_venues and search_items both accept a query string plus optional lat/lon (defaulting to Helsinki when omitted). search_items operates across all restaurants in the target city and returns matched food items rather than venues. For category-based browsing, call list_categories first with a coordinate pair to retrieve the valid category slugs for that city — these slugs are city-specific and must be passed to list_venues_by_category with the same lat/lon. Using a slug from one city in another may return no results.

City Coverage

list_cities requires no inputs and returns an array of all supported cities, each with name, slug, country, and geographic coordinates. This is the recommended starting point for discovering valid lat/lon values before querying any location-scoped endpoint.

Common use cases
  • Aggregate restaurant menus and prices across multiple Wolt cities for a food comparison tool
  • Monitor real-time venue open/close status and delivery estimates using get_venue_details dynamic fields
  • Build a cross-city dietary filter by combining list_categories slugs with list_venues_by_category results
  • Track rating scores and volumes from get_top_venues over time to surface trending restaurants
  • Index menu item names and prices from get_venue_menu for a local food search engine
  • Discover available grocery stores at a coordinate using list_stores for a convenience delivery aggregator
  • Identify all Wolt-supported markets via list_cities to scope delivery expansion research
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 Wolt have an official public developer API?+
Wolt does not offer a publicly documented developer API for third-party access to venue, menu, or delivery data. There is no official API portal or documented endpoints available to outside developers.
What does `get_venue_details` return compared to `list_restaurants`?+
list_restaurants returns venue objects in bulk for a coordinate area, suitable for browsing. get_venue_details takes a single venue_slug and returns much richer data: a static object with full address, opening hours schedule, and delivery method configuration, plus a dynamic object with the current open/close state, live delivery time estimates, and any active promotions on that venue.
Are category slugs reusable across different cities?+
No. Category slugs returned by list_categories are city-specific. A slug like pizza may exist in Helsinki but not in a different city, or it may map to a different set of venues. Always call list_categories with the same lat/lon pair you intend to use with list_venues_by_category to ensure the slugs are valid for that location.
Does the API expose order placement, cart management, or user account data?+
Not currently. The API covers venue discovery, menu retrieval, item details, and search — read-only catalog and availability data. It does not expose order submission, cart state, user authentication, loyalty points, or past order history. You can fork this API on Parse and revise it to add endpoints targeting those capabilities if they become accessible.
How fresh is the delivery estimate and open/close status data from `get_venue_details`?+
The dynamic object in get_venue_details reflects the venue's current operational state each time the endpoint is called. Because Wolt venue availability can change based on time of day and demand, the data is only as current as your most recent request — there is no push or webhook mechanism, so polling is required if you need continuous freshness.
Page content last updated . Spec covers 12 endpoints from wolt.com.
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.