DoorDash Products Scraper avatar

DoorDash Products Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
DoorDash Products Scraper

DoorDash Products Scraper

Extract products from DoorDash store and convenience pages including prices, discounts, and collection data. 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

6

Total users

2

Monthly active users

3 days ago

Last modified

Share

This actor extracts Products from DoorDash. It works on store and convenience pages to collect item data once the products are visible and fully loaded. The scraper returns structured data for inventory analysis and price monitoring.


Want more from DoorDash?

This actor covers Products 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
Product NameThe name of the itemOrganic Bananas
Product PriceCurrent selling price0.99
Product Original PricePrice before discount1.29
Product DiscountApplied discount text23% off
Product ImageURL of the product imagehttps://img.doordash.com/item.jpg
Product Menu IDUnique identifier for the menu98765
Product MSIDMerchant specific identifiermsid-12345
Product BadgesBadges like Best Seller or NewBest Seller
Product Collection NameName of the groupingFresh Produce
Product Collection IDID of the groupingcoll-445
Product Collection TypeType of collectioncategory
Product Collection PositionSort order in the list1
Product URLDirect link to the producthttps://www.doordash.com/store/1/product/2
Store IDUnique identifier for the store123456
Store NameName of the merchant7-Eleven
Store URLLink to the store pagehttps://www.doordash.com/store/123456

Input

  • urls: Array of URL strings. Use DoorDash store or convenience page URLs.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.doordash.com/store/7-eleven-san-francisco-12345/"],
"maxItems": 50
}

Example Output

[
{
"productName": "Whole Milk 1gal",
"productPrice": 5.49,
"productOriginalPrice": 5.49,
"productDiscount": null,
"productImage": "https://img.doordash.com/milk.jpg",
"productMenuId": "5544",
"productMsid": "m-112",
"productBadges": "Popular",
"productCollectionName": "Dairy",
"productCollectionId": "cat-99",
"productCollectionType": "department",
"productCollectionPosition": 1,
"productUrl": "https://www.doordash.com/store/123/product/112",
"storeId": "123",
"storeName": "7-Eleven",
"storeUrl": "https://www.doordash.com/store/123"
},
{
"productName": "Glazed Donut",
"productPrice": 1.50,
"productOriginalPrice": 2.00,
"productDiscount": "$0.50 off",
"productImage": "https://img.doordash.com/donut.jpg",
"productMenuId": "5544",
"productMsid": "m-115",
"productBadges": null,
"productCollectionName": "Bakery",
"productCollectionId": "cat-101",
"productCollectionType": "department",
"productCollectionPosition": 2,
"productUrl": "https://www.doordash.com/store/123/product/115",
"storeId": "123",
"storeName": "7-Eleven",
"storeUrl": "https://www.doordash.com/store/123"
}
]

Disclaimer

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