DoorDash Stores Scraper avatar

DoorDash Stores Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
DoorDash Stores Scraper

DoorDash Stores Scraper

Extract store listings from DoorDash search results, categories, and feeds with ratings, delivery fees, and coordinates. Powered by DoorDash Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

6 days ago

Last modified

Share

This actor extracts Stores from DoorDash. It works on search results, category pages, and feeds to collect data from lists of restaurants and shops. The scraper returns store metadata, pricing, and delivery information.

Want more from DoorDash?

This actor covers Stores 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
Store NameThe name of the merchant"Taco Bell"
Store URLDirect link to the store page"https://www.doordash.com/store/taco-bell-123/"
Store DescriptionShort summary of the store"Mexican, Fast Food, Tacos"
Store RatingAverage customer rating4.7
Store Reviews CountTotal number of reviews1500
Store Price RangePrice level indicator"$$"
Store DistanceDistance from the search location"1.2 mi"
Store Delivery TimeEstimated time for delivery"20-30 min"
Store Delivery FeeCost of delivery"$1.99"
Store TagsCategories assigned to the store["Mexican", "Late Night"]
Store ImageURL of the store cover image"https://image.doordash.com/example.jpg"
Store Is DashPassWhether the store supports DashPasstrue
Store Next Close TimeWhen the store next closes"2023-10-27T23:00:00Z"
Store Next Open TimeWhen the store next opens"2023-10-28T08:00:00Z"
Store LatitudeGeographic latitude34.0522
Store LongitudeGeographic longitude-118.2437

Input

  • urls: Array of URL strings. Use search results, category pages, or feed URLs from doordash.com.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.doordash.com/food-delivery/los-angeles-ca-restaurants/"],
"maxItems": 50
}

Example Output

[
{
"storeName": "The Burger Joint",
"storeUrl": "https://www.doordash.com/store/the-burger-joint-101/",
"storeDescription": "Burgers, American, Shakes",
"storeRating": 4.5,
"storeReviewsCount": 850,
"storePriceRange": "$$",
"storeDistance": "0.8 mi",
"storeDeliveryTime": "15-25 min",
"storeDeliveryFee": "$0.00",
"storeTags": ["Burgers", "American"],
"storeImage": "https://image.doordash.com/burger.jpg",
"storeIsDashPass": true,
"storeNextCloseTime": "2023-11-01T22:00:00Z",
"storeNextOpenTime": "2023-11-02T10:00:00Z",
"storeLatitude": 34.0522,
"storeLongitude": -118.2437
},
{
"storeName": "Sushi Express",
"storeUrl": "https://www.doordash.com/store/sushi-express-202/",
"storeDescription": "Japanese, Sushi, Healthy",
"storeRating": 4.8,
"storeReviewsCount": 1200,
"storePriceRange": "$$$",
"storeDistance": "2.1 mi",
"storeDeliveryTime": "30-45 min",
"storeDeliveryFee": "$2.99",
"storeTags": ["Sushi", "Japanese"],
"storeImage": "https://image.doordash.com/sushi.jpg",
"storeIsDashPass": false,
"storeNextCloseTime": "2023-11-01T21:30:00Z",
"storeNextOpenTime": "2023-11-02T11:30:00Z",
"storeLatitude": 34.0622,
"storeLongitude": -118.2537
}
]

Disclaimer

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