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 information, business details, ratings, and contact info 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

5 hours ago

Last modified

Categories

Share

Introduction

This actor extracts Store Details from DoorDash. It collects specific metadata from individual restaurant and merchant pages including business information, operating hours, and service availability. Use this tool to gather contact details and service metrics for specific locations.

Data Fields

Field NameDescriptionExample
Store NameName of the merchant"Taco Bell"
Store DescriptionShort merchant bio"Mexican-inspired fast food"
Store TimezoneLocal timezone of the store"America/New_York"
Store Price RangeNumeric price level1
Store Price DisplayFormatted price level"$"
Offers DeliveryIf delivery is availabletrue
Offers PickupIf pickup is availabletrue
Offers Group OrderIf group ordering is enabledtrue
Offers CateringIf catering is availablefalse
Offers ReturnsIf returns are supportedfalse
Offers Store CateringIf store-specific catering existsfalse
Is ConvenienceIf categorized as conveniencefalse
Is DashPassIf DashPass eligibletrue
Is Shipping OnlyIf only shipping is availablefalse
Store AddressFull physical address"123 Main St, NY 10001"
Store CityCity name"New York"
Store StateState abbreviation"NY"
Store StreetStreet name and number"123 Main St"
City LinkURL to city page"/city/new-york-ny/"
CountryCountry code"US"
Business NameLegal business name"Taco Bell Corp"
Business LinkURL to business profile"/business/taco-bell-123"
Business TagsCategories assigned to business["Mexican", "Fast Food"]
Delivery FeeCost of delivery2.99
Delivery SubtitleDisplay text for delivery"$2.99 delivery fee"
Is SurgingIf high demand pricing is activefalse
Delivery TimeEstimated delivery minutes35
Delivery Time NoteDisplay text for delivery time"25-45 min"
Pickup TimeEstimated pickup minutes15
Pickup Time NoteDisplay text for pickup time"10-20 min"
Cover ImageURL of the cover photo"https://image.com/cover.jpg"
Square ImageURL of the square logo"https://image.com/square.jpg"
Header ImageURL of the header banner"https://image.com/header.jpg"
Rating CountTotal number of ratings500
Rating DisplayFormatted rating string"4.8 (500+ ratings)"
Avg RatingNumerical average rating4.8
Is NewIf the store is recently addedfalse
DistanceDistance from search point1.2
Distance LabelFormatted distance string"1.2 mi"
Switch to PickupIf pickup toggle is availabletrue
Summary TitleShort summary header"Taco Bell"
Summary SubtitleShort summary details"4.8 stars"
Delivery AvailableIf delivery is currently activetrue
Delivery MinutesRaw delivery time value35
Too FarIf address is out of rangefalse
Store InactiveIf store is currently closedfalse
Pickup AvailableIf pickup is currently activetrue
Pickup MinutesRaw pickup time value15
CurrencyLocal currency code"USD"
BioDetailed merchant description"Serving tacos since 1962."
Group SizeRecommended group size"1-10"
Quality ThresholdInternal quality metric"high"
Store PhoneContact phone number"+12125550199"

Input

  • urls: Array of DoorDash store URL strings. Example: https://www.doordash.com/store/merchant-name-123/.
  • maxItems: Maximum number of store pages to process. Default is 100.

Example Input

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

Example Output

[
{
"storeName": "Burger King",
"storeDescription": "Flame-grilled burgers",
"storeTimezone": "America/Los_Angeles",
"storePriceRange": 1,
"storePriceDisplay": "$",
"offersDelivery": true,
"offersPickup": true,
"offersGroupOrder": true,
"offersCatering": false,
"offersReturns": false,
"offersStoreCatering": false,
"isConvenience": false,
"isDashPass": true,
"isShippingOnly": false,
"storeAddress": "456 Sunset Blvd, Los Angeles, CA 90028",
"storeCity": "Los Angeles",
"storeState": "CA",
"storeStreet": "456 Sunset Blvd",
"cityLink": "/city/los-angeles-ca/",
"country": "US",
"businessName": "BK Corp",
"businessLink": "/business/burger-king-456",
"businessTags": ["Burgers", "Fast Food"],
"deliveryFee": 0.99,
"deliverySubtitle": "$0.99 delivery fee",
"isSurging": false,
"deliveryTime": 25,
"deliveryTimeNote": "20-30 min",
"pickupTime": 10,
"pickupTimeNote": "5-15 min",
"coverImage": "https://img.doordash.com/c1.jpg",
"squareImage": "https://img.doordash.com/s1.jpg",
"headerImage": "https://img.doordash.com/h1.jpg",
"ratingCount": 1200,
"ratingDisplay": "4.5 (1.2k+ ratings)",
"avgRating": 4.5,
"isNew": false,
"distance": 0.8,
"distanceLabel": "0.8 mi",
"switchToPickup": true,
"summaryTitle": "Burger King",
"summarySubtitle": "4.5 stars",
"deliveryAvailable": true,
"deliveryMinutes": 25,
"tooFar": false,
"storeInactive": false,
"pickupAvailable": true,
"pickupMinutes": 10,
"currency": "USD",
"bio": "Home of the Whopper",
"groupSize": "1-5",
"qualityThreshold": "high",
"storePhone": "+13235550100"
},
{
"storeName": "7-Eleven",
"storeDescription": "Convenience store",
"storeTimezone": "America/Chicago",
"storePriceRange": 1,
"storePriceDisplay": "$",
"offersDelivery": true,
"offersPickup": true,
"offersGroupOrder": false,
"offersCatering": false,
"offersReturns": true,
"offersStoreCatering": false,
"isConvenience": true,
"isDashPass": true,
"isShippingOnly": false,
"storeAddress": "789 Broadway, Chicago, IL 60601",
"storeCity": "Chicago",
"storeState": "IL",
"storeStreet": "789 Broadway",
"cityLink": "/city/chicago-il/",
"country": "US",
"businessName": "7-Eleven Inc",
"businessLink": "/business/7-eleven-789",
"businessTags": ["Convenience", "Snacks"],
"deliveryFee": 3.99,
"deliverySubtitle": "$3.99 delivery fee",
"isSurging": false,
"deliveryTime": 20,
"deliveryTimeNote": "15-25 min",
"pickupTime": 5,
"pickupTimeNote": "5 min",
"coverImage": "https://img.doordash.com/c2.jpg",
"squareImage": "https://img.doordash.com/s2.jpg",
"headerImage": "https://img.doordash.com/h2.jpg",
"ratingCount": 3500,
"ratingDisplay": "4.7 (3.5k+ ratings)",
"avgRating": 4.7,
"isNew": false,
"distance": 2.1,
"distanceLabel": "2.1 mi",
"switchToPickup": true,
"summaryTitle": "7-Eleven",
"summarySubtitle": "4.7 stars",
"deliveryAvailable": true,
"deliveryMinutes": 20,
"tooFar": false,
"storeInactive": false,
"pickupAvailable": true,
"pickupMinutes": 5,
"currency": "USD",
"bio": "Everything you need in one place",
"groupSize": "1",
"qualityThreshold": "medium",
"storePhone": "+13125550155"
}
]

Want more from DoorDash?

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