DoorDash Store Scraper avatar

DoorDash Store Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
DoorDash Store Scraper

DoorDash Store Scraper

Extract store names, ratings, delivery fees, and locations from DoorDash search results and category feeds. 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

5 hours ago

Last modified

Share

Introduction

This actor extracts Stores in a List from DoorDash. It collects data from search results, category pages, and store feeds. The scraper returns store metadata including ratings, delivery logistics, and geographic coordinates.

Data Fields

Field NameDescriptionExample
Store NameThe name of the merchant"Joe's Pizza"
Store URLDirect link to the store page"https://www.doordash.com/store/joes-pizza-new-york/"
Store DescriptionShort merchant tagline"Authentic Italian thin crust pizza"
Store RatingAverage customer rating4.8
Store Reviews CountTotal number of reviews1250
Store Price RangePrice level indicator"$$"
Store DistanceDistance from search location"1.2 miles"
Store Delivery TimeEstimated time for delivery"25-35 min"
Store Delivery FeeCost of delivery"$2.99"
Store TagsCategories assigned to store["Pizza", "Italian"]
Store ImageURL of the store banner"https://image.doordash.com/example.jpg"
Store Is DashPassIf the store is DashPass eligibletrue
Store Next Close TimeUpcoming closing timestamp"2023-10-27T23:00:00Z"
Store Next Open TimeUpcoming opening timestamp"2023-10-28T11:00:00Z"
Store LatitudeGeographic latitude40.7128
Store LongitudeGeographic longitude-74.0060

Input

  • urls: Array of DoorDash search or category URL strings.
  • maxItems: Maximum number of stores to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.doordash.com/food-delivery/new-york-city-ny-restaurants/"],
"maxItems": 50
}

Example Output

[
{
"storeName": "Burger King",
"storeUrl": "https://www.doordash.com/store/burger-king-new-york/",
"storeDescription": "Burgers, Fast Food",
"storeRating": 4.2,
"storeReviewsCount": 500,
"storePriceRange": "$",
"storeDistance": "0.8 miles",
"storeDeliveryTime": "15-25 min",
"storeDeliveryFee": "$0.99",
"storeTags": ["Burgers", "Fast Food"],
"storeImage": "https://image.doordash.com/bk.jpg",
"storeIsDashPass": true,
"storeNextCloseTime": "2023-12-01T04:00:00Z",
"storeNextOpenTime": "2023-12-01T10:00:00Z",
"storeLatitude": 40.7580,
"storeLongitude": -73.9855
},
{
"storeName": "Sushi Zen",
"storeUrl": "https://www.doordash.com/store/sushi-zen-new-york/",
"storeDescription": "Japanese, Sushi",
"storeRating": 4.7,
"storeReviewsCount": 320,
"storePriceRange": "$$$",
"storeDistance": "2.1 miles",
"storeDeliveryTime": "40-50 min",
"storeDeliveryFee": "$5.99",
"storeTags": ["Sushi", "Japanese"],
"storeImage": "https://image.doordash.com/sushi.jpg",
"storeIsDashPass": false,
"storeNextCloseTime": "2023-12-01T22:00:00Z",
"storeNextOpenTime": "2023-12-02T12:00:00Z",
"storeLatitude": 40.7484,
"storeLongitude": -73.9857
}
]

Want more from DoorDash?

This actor only covers Stores in a List. The full DoorDash Scraper browser extension also includes Store Details, Store Reviews, Menu Items, 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.