DoorDash Menu Scraper avatar

DoorDash Menu Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
DoorDash Menu Scraper

DoorDash Menu Scraper

Extract menu items including names, descriptions, prices, and ratings from DoorDash store pages. Powered by DoorDash Scraper.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 hours ago

Last modified

Categories

Share

This actor extracts Menu Items from DoorDash. It processes store menu pages to collect structured data about food and retail items. It is designed for competitive pricing analysis and menu cataloging.

Data Fields

Field NameDescriptionExample
Item NameThe title of the menu itemClassic Cheeseburger
Item DescriptionText describing the item ingredients or details1/4 lb beef patty with cheddar cheese
Item PriceThe listed price of the item12.99
Item Image URLDirect link to the item photohttps://img.doordash.com/item.jpg
Item CategoryThe section header the item belongs toBurgers and Sandwiches
Item RatingAverage star rating for the item4.8
Item Rating CountNumber of reviews for the item150
Store IDUnique identifier for the merchant123456
Store URLThe source URL of the store pagehttps://www.doordash.com/store/123456

Input

  • urls: Array of DoorDash store URL strings. Use URLs from doordash.com that point to specific store menu pages.
  • maxItems: Maximum number of menu items to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.doordash.com/store/example-restaurant-123/"],
"maxItems": 50
}

Example Output

[
{
"itemName": "Pepperoni Pizza",
"itemDescription": "Large pizza with mozzarella and pepperoni",
"itemPrice": 18.50,
"itemImageUrl": "https://img.doordash.com/pizza.jpg",
"itemCategory": "Pizzas",
"itemRating": 4.7,
"itemRatingCount": 85,
"storeId": "123456",
"storeUrl": "https://www.doordash.com/store/example-restaurant-123/"
},
{
"itemName": "Garlic Knots",
"itemDescription": "6 pieces with marinara sauce",
"itemPrice": 5.99,
"itemImageUrl": "https://img.doordash.com/knots.jpg",
"itemCategory": "Sides",
"itemRating": 4.5,
"itemRatingCount": 42,
"storeId": "123456",
"storeUrl": "https://www.doordash.com/store/example-restaurant-123/"
}
]

Want more from DoorDash?

This actor only covers Menu Items. The full DoorDash Scraper browser extension also includes Stores in a List, Store Details, Store Reviews, Menu Item Details, Menu Item Options, Products in a Store, Product Details with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the DoorDash Scraper extension

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.