DoorDash Store Details Scraper avatar

DoorDash Store Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
DoorDash Store Details Scraper

DoorDash Store Details Scraper

Extract store information, business details, and delivery settings from individual DoorDash store pages. 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

3

Total users

2

Monthly active users

6 days ago

Last modified

Share

This actor extracts Store details from DoorDash. It works on individual store pages and returns data including business information, delivery settings, and ratings. All data is collected after the store page fully loads.


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 NameName of the merchant"Joe's Pizza"
Store DescriptionShort merchant bio"Authentic New York style pizza"
Store TimezoneLocal timezone of the store"America/New_York"
Store Price RangePrice level indicator"$$"
Store Price DisplayFormatted price range"Moderate"
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 acceptedfalse
Offers Store CateringIf store-specific catering existsfalse
Is ConvenienceIf categorized as conveniencefalse
Is DashPassIf DashPass eligibletrue
Is Shipping OnlyIf only available via shippingfalse
Store AddressFull physical address"123 Main St, New York, NY 10001"
Store CityCity name"New York"
Store StateState abbreviation"NY"
Store StreetStreet address"123 Main St"
City LinkURL to city page"/city/new-york-ny/"
CountryCountry code"US"
Business NameLegal business name"Joe's Pizza LLC"
Business LinkLink to business profile"/business/joes-pizza-123"
Business TagsCategories and tags"Pizza, Italian"
Delivery FeeCost of delivery"2.99"
Delivery SubtitleDelivery fee text"$2.99 delivery fee"
Is SurgingIf surge pricing is activefalse
Delivery TimeEstimated delivery minutes"25-35"
Delivery Time NoteAdditional delivery info"mins"
Pickup TimeEstimated pickup minutes"15-20"
Pickup Time NoteAdditional pickup info"mins"
Cover ImageURL of cover photo"https://image.doordash.com/cover.jpg"
Square ImageURL of square photo"https://image.doordash.com/square.jpg"
Header ImageURL of header photo"https://image.doordash.com/header.jpg"
Rating CountTotal number of ratings500
Rating DisplayFormatted rating text"4.8 (500+ ratings)"
Avg RatingNumerical average rating4.8
Is NewIf store is recently addedfalse
DistanceDistance from user1.2
Distance LabelFormatted distance"1.2 mi"
Switch to PickupIf pickup toggle is availabletrue
Summary TitleSummary header text"Joe's Pizza"
Summary SubtitleSummary subtext"4.8 stars"
Delivery AvailableCurrent delivery statustrue
Delivery MinutesRaw delivery time value30
Too FarIf outside delivery rangefalse
Store InactiveIf store is currently closedfalse
Pickup AvailableCurrent pickup statustrue
Pickup MinutesRaw pickup time value15
CurrencyLocal currency code"USD"
BioDetailed store biography"Family owned since 1975"
Group SizeMax group order size20
Quality ThresholdInternal quality score0.95
Store PhoneContact phone number"+12125550199"

Input

Example Input

{
"urls": ["https://www.doordash.com/store/the-burger-joint-new-york-12345/"],
"maxItems": 1
}

Example Output

[
{
"Store Name": "The Burger Joint",
"Store Description": "Gourmet burgers and fries",
"Store Timezone": "America/New_York",
"Store Price Range": "$$",
"Offers Delivery": true,
"Offers Pickup": true,
"Store Address": "456 Burger Ave, New York, NY 10002",
"Avg Rating": 4.7,
"Store Phone": "+12125550100",
"Currency": "USD"
},
{
"Store Name": "Sushi Central",
"Store Description": "Fresh sushi and sashimi",
"Store Timezone": "America/Los_Angeles",
"Store Price Range": "$$$",
"Offers Delivery": true,
"Offers Pickup": false,
"Store Address": "789 Fish St, San Francisco, CA 94103",
"Avg Rating": 4.9,
"Store Phone": "+14155550111",
"Currency": "USD"
}
]

Disclaimer

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