Just Eat Restaurant Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
mode | string | search | Scraping mode: search by keyword or provide direct URLs. Options: search, startUrls | |
searchQuery | string | — | UK postcode or city/area, e.g. 'EC1A 1BB' or 'London' | |
startUrls | array | — | Custom Just Eat area or search URLs | |
country | string | uk | Just Eat country domain. Options: uk, ie, au, nz, ca, dk, no, be | |
cuisineFilter | string | — | Filter restaurants by cuisine type (e.g. 'Pizza', 'Chinese', 'Indian') | |
openNowOnly | boolean | False | Only include restaurants currently open | |
freeDeliveryOnly | boolean | False | Only include restaurants with free delivery | |
maxItems | integer | 50 | Maximum number of restaurants to scrape | |
proxyConfiguration | object | Apify Residential | Proxy settings. Residential proxy is strongly recommended |
Output
Each scraped item includes:
| Field | Description |
|---|---|
restaurantId | Restaurant id |
name | Name of the item, listing, or entity |
slug | Slug |
cuisines | Cuisines |
rating | Average user rating score |
reviewCount | Total number of reviews or ratings |
deliveryTime | Delivery time |
collectionTime | Collection time |
deliveryFee | Delivery fee |
minimumOrder | Minimum order |
address | Full formatted address or location string |
postcode | Postcode |
isOpen | Is open |
isNew | Is new |
isHalal | Is halal |
isVeganFriendly | Is vegan friendly |
hygieneRating | Hygiene rating |
deals | Deals |
logoUrl | Company or brand logo image URL |
restaurantUrl | Restaurant 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
maxItemsreasonable 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