Just Eat Restaurant Menu Scraper avatar

Just Eat Restaurant Menu Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Just Eat Restaurant Menu Scraper

Just Eat Restaurant Menu Scraper

Under maintenance

Extract detailed menu data from Just Eat restaurant pages including items, prices, variations, deals, and nutritional information.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

4

Monthly active users

5 hours ago

Last modified

Share

Extract detailed menu data from Just Eat restaurant pages including items, prices, variations, deals, and nutritional information.

Features

  • Direct URL mode — scrape specific pages by providing target URLs
  • Location filtering — narrow results to specific cities, regions, or countries
  • Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support

Use Cases

  • Restaurant discovery, menu research, and comparison
  • Recipe database building for cooking or nutrition apps
  • Menu and pricing competitive analysis
  • Food trend research and culinary content curation

Input

FieldTypeDefaultRequiredDescription
modestringmenuUrlScraping mode: search by keyword or provide direct URLs. Options: menuUrl, restaurantSlug
startUrlsarrayJust Eat restaurant menu URLs to scrape (e.g. https://www.just-eat.co.uk/restaurants/nandos-barnet/menu)
restaurantSlugsarrayJust Eat restaurant slugs from the URL (e.g. nandos-barnet). UK site used.
countrystringukJust Eat country domain. Options: uk, ie, au, nz, ca, dk, no, be
maxItemsinteger20Maximum number of items to scrape
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
restaurantIdRestaurant id
restaurantNameRestaurant name
restaurantUrlRestaurant url
categoryIdCategory id
categoryNameCategory name
itemIdItem id
itemNameItem name
itemDescriptionItem description
priceCurrent price as displayed on the site
currencyCurrency code (e.g. USD, EUR, GBP)
priceFormattedPrice formatted
imageUrlImage url
caloriesCalories
kJK j
allergensAllergens
variationsVariations
isPopularIs popular
isDealIs deal
isVegetarianIs vegetarian
isVeganIs vegan

Sample Output

{
"restaurantId": "restaurantId_value",
"restaurantName": "restaurantName_value",
"restaurantUrl": "restaurantUrl_value",
"categoryId": "categoryId_value",
"categoryName": "categoryName_value",
"itemId": "itemId_value",
"itemName": "itemName_value",
"itemDescription": "itemDescription_value"
}

Notes

  • Proxy: Residential proxy is highly recommended — set proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] }
  • Rate limits: Keep maxItems reasonable per run to avoid IP bans or rate throttling
  • Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset