Wolt Restaurant & Venue Scraper avatar

Wolt Restaurant & Venue Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Wolt Restaurant & Venue Scraper

Wolt Restaurant & Venue Scraper

Scrape restaurants, cafes, grocery stores and other venues from Wolt food delivery platform across 27+ countries including Finland, Sweden, Denmark, Germany, Poland, Japan, Israel and more.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

12 days ago

Last modified

Share

Scrape restaurant and venue data from Wolt — a leading food delivery platform operating in 27+ countries across Europe, the Middle East, and Japan. Extract restaurant names, cuisines, ratings, delivery estimates, pricing, locations, and images for any supported city.

What data you can extract

  • Venue ID, name, and description
  • Cuisine categories (Pizza, Sushi, Burger, Grocery, etc.)
  • Rating score and review count
  • Estimated delivery time (minutes)
  • Currency and price range (1=budget to 4=luxury)
  • Online status (currently accepting orders)
  • Delivery availability
  • Country and city
  • Street address
  • GPS coordinates (latitude/longitude)
  • URL slug and direct Wolt venue link
  • Tags/badges (Popular, New, Exclusive, etc.)
  • Cover image and logo

Scraping modes

ModeDescription
byCityScrape all venues in a supported city (1000+ results)
byUrlScrape specific Wolt venue profile URLs

Supported cities (27+)

Europe: Helsinki, Stockholm, Oslo, Copenhagen, Warsaw, Prague, Budapest, Berlin, Hamburg, Munich, Frankfurt, Cologne, Tallinn, Riga, Vilnius, Reykjavik, Zagreb, Ljubljana, Bratislava

Middle East: Tel Aviv, Jerusalem, Haifa, Nicosia, Limassol

Asia: Tokyo

Nordic/Other: Athens, Thessaloniki

Input configuration

FieldTypeDescription
modeSelectScraping mode (byCity / byUrl)
citySelectTarget city (for byCity mode)
venueUrlsListDirect Wolt venue URLs (for byUrl mode)
categoryFilterTextFilter by cuisine/category keyword (e.g. "pizza", "sushi")
onlineOnlyBooleanOnly return venues currently accepting orders
maxItemsNumberMaximum number of results (1–2000, default 100)

Example input

{
"mode": "byCity",
"city": "helsinki",
"categoryFilter": "pizza",
"onlineOnly": true,
"maxItems": 100
}

Example output

{
"venueId": "5e25d0d6cafebabe4afb2a01",
"name": "Pizza Palace",
"shortDescription": "Best pizza in Helsinki",
"categories": ["Pizza", "Italian", "Pasta"],
"rating": 8.7,
"ratingCount": 1523,
"estimateMinutes": 35,
"currency": "EUR",
"priceRange": 2,
"online": true,
"delivers": true,
"country": "fin",
"city": "helsinki",
"address": "Mannerheimintie 5, Helsinki",
"latitude": 60.1699,
"longitude": 24.9384,
"slug": "pizza-palace-helsinki",
"tags": ["Popular"],
"imageUrl": "https://imageproxy.wolt.com/venue/5e25d0d6/cover.jpg",
"profileImageUrl": "https://imageproxy.wolt.com/venue/5e25d0d6/logo.jpg",
"venueUrl": "https://wolt.com/en/fin/helsinki/restaurant/pizza-palace-helsinki",
"recordType": "venue",
"sourceUrl": "https://consumer-api.wolt.com/v1/pages/restaurants?lat=60.1699&lon=24.9384&slug=helsinki",
"scrapedAt": "2026-06-01T12:00:00+00:00"
}

Use cases

  • Food delivery market research — analyze restaurant density, cuisine types, and ratings by city
  • Competitor analysis — track competing restaurants' ratings, pricing, and delivery performance
  • Location intelligence — discover which cuisines are most popular in each city
  • Brand monitoring — track your restaurant's rating and position on Wolt
  • Market entry research — identify cuisine gaps and opportunities in target cities
  • Price benchmarking — compare price ranges across cuisine types and cities

FAQ

Does it require login or API keys? No. Wolt's venue data is publicly accessible without authentication.

How many venues can I get per city? Typically 500–1500 venues depending on the city size. Helsinki and Berlin have 1000+ venues.

How do I filter by cuisine type? Use the categoryFilter input — it matches any keyword in the venue's tags (e.g., "pizza", "sushi", "burger", "grocery", "coffee").

Can I check which restaurants are currently open? Yes — set onlineOnly: true to only return venues currently accepting orders.

What is the price range scale? 1 = budget-friendly, 2 = moderate, 3 = premium, 4 = luxury.

Are all Wolt cities supported? The 27 cities listed cover all major Wolt markets. Wolt continues expanding — contact us if you need a specific city added.

Can I track a specific restaurant's rating over time? Yes — run the scraper daily and filter by venue name or slug to track rating changes.