DoorDash Store Scraper avatar

DoorDash Store Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
DoorDash Store Scraper

DoorDash Store Scraper

Scrapes DoorDash store details, full menus, prices, images, ratings, and public customer reviews. Supports multiple store IDs or URLs, optional menu and review collection, and configurable review limits for restaurant research and analysis.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Collects DoorDash store details, the full menu (categories and items with prices, images, and item ratings), and public customer reviews for a list of stores on doordash.com.

Input

FieldDefaultDescription
store_ids["1314924", "894725"]DoorDash store IDs or store page URLs (the numeric ID is extracted automatically).
include_menutrueInclude menu categories and items.
include_reviewstrueInclude public customer reviews.
max_reviews_per_store20Maximum reviews per store (0–500).
limit10Maximum stores to scrape (1–100). One record per store.
Proxy configuration(off)Optional. Enable a US-based proxy for the most reliable results.

Output

One dataset record per store, for example:

{
"store_id": "1314924",
"name": "Tim Hortons",
"description": "Donut Shop",
"price_range": 2,
"street": "2200 Elmwood Avenue",
"city": "Buffalo",
"state": "NY",
"display_address": "2200 Elmwood Ave, Buffalo, NY 14216, USA",
"lat": "42.956968",
"lng": "-78.878888",
"country": "US",
"average_rating": 4.1,
"num_ratings": 2864,
"offers_delivery": true,
"offers_pickup": true,
"cover_img_url": "https://img.cdn4dd.com/...png",
"store_url": "https://www.doordash.com/store/1314924/",
"menu_category_count": 5,
"menu_item_count": 119,
"review_count_fetched": 5,
"menu": [{"category_name": "Hot Drinks", "items": [{"name": "Original Blend Coffee", "display_price": "$2.86"}]}],
"reviews": [{"reviewer_name": "Aranna D", "num_stars": 5, "review_text": "...", "reviewed_at": "2024-12-16T00:43:37.965Z"}],
"raw": { ... }
}

Notes

  • Runs on empty input using two sample stores.
  • Enable a US-based proxy for the most reliable results.
  • Use modest limits and delays; scraping may be subject to DoorDash's Terms of Service.