Just Eat Restaurant Scraper avatar

Just Eat Restaurant Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Just Eat Restaurant Scraper

Just Eat Restaurant Scraper

Scrape Just Eat restaurant listings with ratings, delivery info, cuisine types, estimated delivery times, and deals. Supports custom search URLs.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape Just Eat restaurant listings with ratings, delivery info, cuisine types, estimated delivery times, and deals. Supports custom search URLs.

Features

  • Keyword search — find content by keyword, search term, or topic
  • Direct URL mode — scrape specific pages by providing target URLs
  • Location filtering — narrow results to specific cities, regions, or countries
  • Configurable result limit — set exactly how many items to collect per run
  • 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
modestringsearchScraping mode: search by keyword or provide direct URLs. Options: search, startUrls
searchQuerystringUK postcode or city/area, e.g. 'EC1A 1BB' or 'London'
startUrlsarrayCustom Just Eat area or search URLs
countrystringukJust Eat country domain. Options: uk, ie, au, nz, ca, dk, no, be
cuisineFilterstringFilter restaurants by cuisine type (e.g. 'Pizza', 'Chinese', 'Indian')
openNowOnlybooleanFalseOnly include restaurants currently open
freeDeliveryOnlybooleanFalseOnly include restaurants with free delivery
maxItemsinteger50Maximum number of restaurants to scrape
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
restaurantIdRestaurant id
nameName of the item, listing, or entity
slugSlug
cuisinesCuisines
ratingAverage user rating score
reviewCountTotal number of reviews or ratings
deliveryTimeDelivery time
collectionTimeCollection time
deliveryFeeDelivery fee
minimumOrderMinimum order
addressFull formatted address or location string
postcodePostcode
isOpenIs open
isNewIs new
isHalalIs halal
isVeganFriendlyIs vegan friendly
hygieneRatingHygiene rating
dealsDeals
logoUrlCompany or brand logo image URL
restaurantUrlRestaurant url

Sample Output

{
"restaurantId": "restaurantId_value",
"name": "Entity or Business Name",
"slug": "slug_value",
"cuisines": "cuisines_value",
"rating": 4.5,
"reviewCount": 1284,
"deliveryTime": "deliveryTime_value",
"collectionTime": "collectionTime_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