DoorDash Stores Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
0
Monthly active users
6 days ago
Last modified
Categories
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 Name | Description | Example |
|---|---|---|
| Store Name | The name of the merchant | "Taco Bell" |
| Store URL | Direct link to the store page | "https://www.doordash.com/store/taco-bell-123/" |
| Store Description | Short summary of the store | "Mexican, Fast Food, Tacos" |
| Store Rating | Average customer rating | 4.7 |
| Store Reviews Count | Total number of reviews | 1500 |
| Store Price Range | Price level indicator | "$$" |
| Store Distance | Distance from the search location | "1.2 mi" |
| Store Delivery Time | Estimated time for delivery | "20-30 min" |
| Store Delivery Fee | Cost of delivery | "$1.99" |
| Store Tags | Categories assigned to the store | ["Mexican", "Late Night"] |
| Store Image | URL of the store cover image | "https://image.doordash.com/example.jpg" |
| Store Is DashPass | Whether the store supports DashPass | true |
| Store Next Close Time | When the store next closes | "2023-10-27T23:00:00Z" |
| Store Next Open Time | When the store next opens | "2023-10-28T08:00:00Z" |
| Store Latitude | Geographic latitude | 34.0522 |
| Store Longitude | Geographic 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.