Uber Eats Restaurant Scraper avatar

Uber Eats Restaurant Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Uber Eats Restaurant Scraper

Uber Eats Restaurant Scraper

Extract Restaurant Data from Uber Eats for Market Research. Scrape Uber Eats for restaurant listings, menus, prices, ratings & delivery info. Perfect for food delivery market research, competitor analysis & restaurant discovery. Restaurant Search Menu Extraction Ratings & Reviews Delivery Info

Pricing

from $0.01 / 1,000 results

Rating

1.0

(1)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

37

Total users

7

Monthly active users

19 days ago

Last modified

Share

Scrape Uber Eats for restaurant listings, menus, prices, ratings, and delivery info. Extract restaurant data for food delivery market research. Built by John Rippy (https://www.linkedin.com/in/johnrippy/).


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"storeUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"scrapeType": "search",
"storeUrl": "https://example.com",
"searchTerm": "pizza",
"location": "San Francisco, CA",
"cuisineType": "all",
"includeMenu": true,
"maxResults": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
scrapeTypestring"search"NoWhat type of data to scrape
storeUrlstring-NoDirect Uber Eats store page URL
searchTermstring"pizza"NoRestaurant type, cuisine, or restaurant name
locationstring"San Francisco, CA"NoDelivery address used to search Uber Eats (e.g., '123 Main St, Kirkwood, MO' or 'Kirkwood, MO'). Uber Eats requires a location to show nearby restaurants.
cuisineTypestring"all"NoFilter by cuisine type
includeMenubooleantrueNoExtract menu items and prices
maxResultsinteger50NoMaximum number of restaurants to scrape
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}NoProxy settings for web scraping
demoModebooleantrueNoReturn sample data without actual scraping
webhookUrlstring-NoOptional webhook URL to receive results when scraping completes

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Restaurant ScrapedEach Uber Eats restaurant scraped$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal