DoorDash Product Scraper avatar

DoorDash Product Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
DoorDash Product Scraper

DoorDash Product Scraper

Extract product names, prices, discounts, and collection details from DoorDash store and convenience 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

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

This actor extracts Products in a Store from DoorDash. It targets store and convenience pages to collect item names, pricing, and organizational metadata. Use this tool to monitor inventory and price changes for specific retail locations.

Data Fields

Field NameDescriptionExample
Product NameThe name of the item"Organic Whole Milk"
Product PriceCurrent selling price5.99
Product Original PricePrice before discount6.49
Product DiscountApplied discount value"$0.50 off"
Product ImageURL of the product photo"https://doordash-static.com/img.jpg"
Product Menu IDInternal menu identifier"827341"
Product MSIDMerchant specific identifier"msid-9921"
Product BadgesLabels like New or Popular["Popular"]
Product Collection NameCategory or aisle name"Dairy & Eggs"
Product Collection IDUnique collection identifier"coll_123"
Product Collection TypeType of grouping"aisle"
Product Collection PositionSort order in the list2
Product URLDirect link to the product"https://www.doordash.com/store/1/product/2"
Store IDUnique store identifier"12345"
Store NameName of the merchant"7-Eleven"
Store URLLink to the store page"https://www.doordash.com/store/7-eleven-123"

Input

  • urls: Array of URL strings. Supports DoorDash store and convenience page URLs.
  • maxItems: Maximum number of products to scrape per URL. Default is 100.

Example Input

{
"urls": ["https://www.doordash.com/store/convenience-test-123/"],
"maxItems": 50
}

Example Output

[
{
"productName": "Sparkling Water 12pk",
"productPrice": 7.49,
"productOriginalPrice": 8.99,
"productDiscount": "$1.50 off",
"productImage": "https://doordash-static.com/water.jpg",
"productMenuId": "99123",
"productMsid": "ms-881",
"productBadges": ["Sale"],
"productCollectionName": "Beverages",
"productCollectionId": "bev_01",
"productCollectionType": "aisle",
"productCollectionPosition": 1,
"productUrl": "https://www.doordash.com/store/123/product/99123",
"storeId": "123",
"storeName": "Quick Mart",
"storeUrl": "https://www.doordash.com/store/quick-mart-123"
},
{
"productName": "Potato Chips Classic",
"productPrice": 4.29,
"productOriginalPrice": null,
"productDiscount": null,
"productImage": "https://doordash-static.com/chips.jpg",
"productMenuId": "99124",
"productMsid": "ms-882",
"productBadges": [],
"productCollectionName": "Snacks",
"productCollectionId": "snk_02",
"productCollectionType": "aisle",
"productCollectionPosition": 2,
"productUrl": "https://www.doordash.com/store/123/product/99124",
"storeId": "123",
"storeName": "Quick Mart",
"storeUrl": "https://www.doordash.com/store/quick-mart-123"
}
]

Want more from DoorDash?

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