Uber Eats Scraper avatar
Uber Eats Scraper

Under maintenance

Pricing

$25.00/month + usage

Go to Store
Uber Eats Scraper

Uber Eats Scraper

Under maintenance

Developed by

Ben Yang

Ben Yang

Maintained by Community

scrapes detailed merchant information and full menu data from Uber Eats. Simply provide a list of Uber Eats store URLs, and the actor will extract all available data for each one.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

1

Monthly users

1

Last modified

12 days ago

This Apify Actor scrapes detailed merchant information and full menu data from Uber Eats. Simply provide a list of Uber Eats store URLs, and the actor will extract all available data for each one.

Features

  • Scrape Multiple Stores: Input one or more Uber Eats store URLs to scrape them in a single run.
  • Merchant Details: Extracts key information about the store, including its name, address, rating, price range, and hero image.
  • Complete Menu Extraction: Scrapes all menu sections, items, descriptions, and prices. It also extracts detailed customization options for each item (e.g., size, toppings, add-ons).
  • Structured Data: Outputs the data in a clean, machine-readable JSON format, perfect for any data-processing pipeline.

How to Use

  1. Go to the actor's page in the Apify Store.
  2. Click the "Try actor" button.
  3. In the Input section, add one or more Uber Eats store URLs.
  4. Click the Start button and wait for the run to finish.
  5. Once the run has finished, go to the Dataset tab to view and download your results.

Input

The actor requires a list of Uber Eats store URLs to scrape.

Input Example

{
"storeUrls": [
"https://www.ubereats.com/tw/store/chick-fil-a-219-west-34th-street/r6voOL4VSrSr4caCQOfI0A",
"https://www.ubereats.com/tw/store/starbucks-11-penn-plaza/DEdG51QNW6G1CtdGWs3_zg?surfaceName="
]
}

Output

The actor saves the scraped data to the default Apify dataset. Each item in the dataset corresponds to one scraped store.

Output Example (simplified)

[{
"store_uuid": "0gE4gA12T_y-4gIq-jA5yQ",
"store_info": {
"uuid": "0gE4gA12T_y-4gIq-jA5yQ",
"url": "https://www.ubereats.com/store/mcdonalds-taipei-minquan-west/0gE4gA12T_y-4gIq-jA5yQ"
},
"extraction_time": "2023-10-27T10:00:00.000Z",
"store_data": {
"data": {
"title": "McDonald's (Taipei Minquan W.)",
"rating": { "ratingValue": 4.7, "reviewCount": 789 },
"address": "No. 123, Minquan West Road, Zhongshan District, Taipei City 104"
}
},
"detailed_items": [{
"uuid": "12345-abcde-67890",
"title": "Big Mac",
"price": 599,
"customizations": [
{
"title": "Want to add a drink?",
"options": [{ "title": "Coke", "price": 50 }]
}
]
}],
"stats": { "total_items": 85, "items_with_details": 85 }
}]

Contact

If you have any questions, issues, or suggestions for this actor, please feel free to reach out.