DoorDash Items Scraper avatar

DoorDash Items Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
DoorDash Items Scraper

DoorDash Items Scraper

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

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

2

Bookmarked

28

Total users

5

Monthly active users

6 days ago

Last modified

Share

This actor extracts Items from DoorDash. It works on store menu pages to collect data on available food and retail products. The scraper returns structured data including pricing, descriptions, and ratings.


Want more from DoorDash?

This actor covers Items only. The full DoorDash Scraper browser extension also includes Stores, Reviews, Items, Options, Products 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


Data Fields

Field NameDescriptionExample
Item NameThe name of the menu item"Classic Cheeseburger"
Item DescriptionText describing the item ingredients or details"Beef patty with cheddar, lettuce, and tomato"
Item PriceThe listed cost of the item"12.99"
Item Image URLLink to the product photo"https://img.doordash.com/item123.jpg"
Item CategoryThe menu section the item belongs to"Burgers & Sandwiches"
Item RatingAverage user rating for the item"4.8"
Item Rating CountNumber of reviews for the item"150"
Store IDUnique identifier for the merchant"827341"
Store URLThe full link to the store page"https://www.doordash.com/store/burger-shop-123/"

Input

  • urls: Array of URL strings. Use DoorDash store menu pages where items are visible.
  • maxItems: Max items per URL, default 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": "230",
"storeId": "998877",
"storeUrl": "https://www.doordash.com/store/pizza-place-998877/"
},
{
"itemName": "Garlic Knots",
"itemDescription": "Six pieces of baked dough with garlic butter",
"itemPrice": "5.99",
"itemImageUrl": "https://img.doordash.com/knots.jpg",
"itemCategory": "Sides",
"itemRating": "4.5",
"itemRatingCount": "85",
"storeId": "998877",
"storeUrl": "https://www.doordash.com/store/pizza-place-998877/"
}
]

Disclaimer

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