Just Eat Scraper — Restaurants & Ratings (IE, IT, ES)
Pricing
from $2.00 / 1,000 result scrapeds
Just Eat Scraper — Restaurants & Ratings (IE, IT, ES)
Scrape restaurants from Just Eat Ireland, Just Eat Italia and Just Eat España: names, cuisines, ratings, review counts, delivery fees and times, minimum order values. Search by city or postcode. No login, no cookies.
Pricing
from $2.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 hours ago
Last modified
Categories
Share
Scrape restaurant data from the Just Eat brand sites with one actor: Just Eat Ireland (just-eat.ie), Just Eat Italia (justeat.it) and Just Eat España (just-eat.es). Get every restaurant delivering to a city or postcode — names, cuisines, ratings, review counts, delivery fees, delivery times and minimum order values.
No login, no cookies, no session tokens. Pick a country, type a city, run.
Why use this actor?
Food delivery market data is sold by at least five commercial data services, usually as expensive subscriptions. This actor gives you the same raw data on demand: competitive pricing analysis for restaurants, delivery-fee benchmarking, market-entry research, or lead lists of restaurants per city and cuisine. One run on a big city returns 600–1,100 restaurants in under a minute.
What it covers
| Brand | Country | Input value | Currency |
|---|---|---|---|
| Just Eat Ireland | Ireland | ie | EUR |
| Just Eat Italia | Italy | it | EUR |
| Just Eat España | Spain | es | EUR |
All three brands run on the same Just Eat restaurant directory, so the data model is identical across countries. The same run works the same way in Dublin, Milan or Madrid.
Note on scope: this actor covers the restaurant directory (listings, ratings, delivery fees) only. Unlike the sibling takeaway-scraper actor (Lieferando, Thuisbezorgd, Pyszne, Takeaway.com), Just Eat's Ireland/Italy/Spain markets don't expose menu items through an open API — only the restaurant listing is available this way. Each restaurant row includes a direct link to its public menu page.
Input
| Field | Type | Required | Description |
|---|---|---|---|
country | String | No | ie (Just Eat Ireland), it (Just Eat Italia) or es (Just Eat España). Default: ie |
location | String | No | City name (Dublin, Milano, Madrid), postcode, or literal coordinates (53.35,-6.26). Default: Dublin |
serviceType | String | No | delivery (default) or collection |
maxResults | Integer | No | Maximum restaurants to return (default: 100) |
proxyConfiguration | Object | No | Proxy settings; the automatic default works fine |
City names are resolved offline against a bundled table of the biggest cities per country. Postcodes and smaller towns fall back to OpenStreetMap geocoding automatically.
Output
One row per restaurant.
| Field | Type | Example |
|---|---|---|
restaurantId | String | "3735" |
name | String | "Long Thanh Chinese" |
brand | String | "just-eat" |
cuisines | Array | ["Chinese", "Asian fusion"] |
rating | Number | 4.3 (0–5 scale) |
ratingCount | Integer | 949 |
deliveryFee | Number | 3 |
deliveryTimeMinutes | Integer | 43 |
minimumOrderValue | Number | 15 |
currency | String | "EUR" |
address | String | "14 North Strand" |
city | String | "Dublin" |
postcode | String | "Dublin 1" |
latitude / longitude | Number | 53.355 / -6.246 |
isOpen | Boolean | true |
url | String | Public menu page on the brand site |
logoUrl | String | Restaurant logo image |
country | String | "ie" |
serviceType | String | "delivery" |
scrapedAt | String | ISO timestamp |
Example output
{"restaurantId": "3735","name": "Long Thanh Chinese","brand": "just-eat","cuisines": ["Chinese", "Asian fusion", "Deals"],"rating": 4.3,"ratingCount": 949,"deliveryFee": 3,"deliveryTimeMinutes": 43,"minimumOrderValue": 15,"currency": "EUR","address": "14 North Strand","city": "Dublin","postcode": "Dublin 1","latitude": 53.355465,"longitude": -6.246086,"isOpen": true,"url": "https://www.just-eat.ie/restaurants--long-thanh-dublin-1/menu","logoUrl": "https://d2egcvq7li5bpq.cloudfront.net/ie/images/restaurants/3735.gif","country": "ie","serviceType": "delivery","scrapedAt": "2026-07-13T10:00:00.000Z"}
How to scrape Just Eat data
Just Eat is one of Europe's largest food delivery platforms, live in Ireland, Italy and Spain (this actor) plus several more countries under different local brand names. To scrape it:
- Set
countrytoie,itores. - Set
locationto any city in that country (Dublin,Cork;Milano,Roma;Madrid,Barcelona) or a postcode. - Run. A single Milan run returns 1,000+ restaurants with ratings, cuisines, delivery fees and minimum order values.
- Use the
urlfield on each row to open the restaurant's public menu page directly.
The same steps work for all three countries — only the country value changes.
How to scrape Just Eat Ireland data
Set country to ie and location to an Irish city (Dublin, Cork, Limerick, Galway) or postcode. Dublin returns roughly 670 restaurants. Prices are in EUR.
How to scrape Just Eat Italia data
Set country to it and location to an Italian city (Roma, Milano, Napoli, Torino) or postcode. Milan returns roughly 1,100 restaurants. Prices are in EUR.
How to scrape Just Eat España data
Set country to es and location to a Spanish city (Madrid, Barcelona, Valencia, Sevilla) or postcode. Madrid returns roughly 700 restaurants. Prices are in EUR.
Use cases
- Restaurant market analysis — cuisine mix, ratings distribution and delivery pricing per city
- Delivery fee benchmarking — compare fees and minimum order values across neighbourhoods
- Lead generation — restaurant lists with addresses and cuisines, filtered by city
- Market entry research — measure platform coverage in any Irish, Italian or Spanish city
- Competitive tracking — monitor which chains and independents are active in a market
Tips
- One run covers one delivery point. For full-city coverage of a large metro, run a few postcodes spread across the city and deduplicate on
restaurantId. serviceType: "collection"returns the pickup-oriented view with collection open states.- Coordinates input (
"53.35,-6.26") skips geocoding entirely — useful for automated pipelines. - Empty input works: it defaults to Just Eat Ireland around Dublin with 100 results.
- Just Eat's UK (just-eat.co.uk) and France (just-eat.fr) sites run on a different backend that isn't covered by this actor or any of our other scrapers.
Related scrapers
- Lieferando & Takeaway Scraper — Lieferando.de/.at, Thuisbezorgd.nl, Pyszne.pl and Takeaway.com, with full menu scraping
- Wolt Scraper — restaurants and menus from Wolt across Northern and Eastern Europe
- Albert Heijn Scraper — the largest Dutch supermarket
- Tesco Scraper — full UK grocery catalogue with prices
Browse all our European scrapers on the Studio AMBA profile.
Legal
This actor scrapes publicly available data only. It does not log in, does not access personal data, and respects the platforms' public interfaces. You are responsible for how you use the data — check the applicable terms and laws for your use case.