Just Eat Scraper — Restaurants & Ratings (IE, IT, ES) avatar

Just Eat Scraper — Restaurants & Ratings (IE, IT, ES)

Pricing

from $2.00 / 1,000 result scrapeds

Go to Apify Store
Just Eat Scraper — Restaurants & Ratings (IE, IT, ES)

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

Studio Amba

Maintained by Community

Actor 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

BrandCountryInput valueCurrency
Just Eat IrelandIrelandieEUR
Just Eat ItaliaItalyitEUR
Just Eat EspañaSpainesEUR

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

FieldTypeRequiredDescription
countryStringNoie (Just Eat Ireland), it (Just Eat Italia) or es (Just Eat España). Default: ie
locationStringNoCity name (Dublin, Milano, Madrid), postcode, or literal coordinates (53.35,-6.26). Default: Dublin
serviceTypeStringNodelivery (default) or collection
maxResultsIntegerNoMaximum restaurants to return (default: 100)
proxyConfigurationObjectNoProxy 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.

FieldTypeExample
restaurantIdString"3735"
nameString"Long Thanh Chinese"
brandString"just-eat"
cuisinesArray["Chinese", "Asian fusion"]
ratingNumber4.3 (0–5 scale)
ratingCountInteger949
deliveryFeeNumber3
deliveryTimeMinutesInteger43
minimumOrderValueNumber15
currencyString"EUR"
addressString"14 North Strand"
cityString"Dublin"
postcodeString"Dublin 1"
latitude / longitudeNumber53.355 / -6.246
isOpenBooleantrue
urlStringPublic menu page on the brand site
logoUrlStringRestaurant logo image
countryString"ie"
serviceTypeString"delivery"
scrapedAtStringISO 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:

  1. Set country to ie, it or es.
  2. Set location to any city in that country (Dublin, Cork; Milano, Roma; Madrid, Barcelona) or a postcode.
  3. Run. A single Milan run returns 1,000+ restaurants with ratings, cuisines, delivery fees and minimum order values.
  4. Use the url field 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.

Browse all our European scrapers on the Studio AMBA profile.

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.