Dollar General Scraper Clean
Pricing
from $0.40 / 1,000 results
Dollar General Scraper Clean
Dollar General product listings, product details, filters, categories, store details, and store directory results.
Pricing
from $0.40 / 1,000 results
Rating
0.0
(0)
Developer
Dmitriy Gyrbu
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Dollar General Product Store Scraper
This unofficial actor extracts Dollar General product listings, product details, filters, categories, store details, and store directory results. It is useful for price monitoring, product research, store-aware availability checks, and retail data workflows.
This actor is not affiliated with, endorsed by, or sponsored by Dollar General.
Quick Start
{"operation": "search","query": "milk","store_id": 1,"page": 1,"limit": 5}
Supported Operations
| Operation | Purpose | Required Input | Example |
|---|---|---|---|
probe | Check basic storefront/API connectivity with a one-item milk search. | store_id optional | {"operation":"probe","store_id":1} |
categories | Extract top-level navigation categories. | None | {"operation":"categories"} |
store | Resolve one store by store number. | store_id | {"operation":"store","store_id":1} |
stores | Search store directory by City, ST or exact store number. | query | {"operation":"stores","query":"Ada, OK","limit":5} |
search_filters | Return search/category filters and sort options. | query or category identifier, plus store_id | {"operation":"search_filters","query":"milk","store_id":1} |
search | Search products by keyword in a store context. | query, store_id | {"operation":"search","query":"milk","store_id":1,"limit":5} |
category | Browse products in one category. | category_id, category_slug, or category_url; plus store_id | {"operation":"category","category_id":"639","store_id":1,"limit":5} |
item | Resolve one product detail page by UPC or product URL. | upc or item_url; plus store_id | {"operation":"item","upc":"014800002294","store_id":1} |
Input Fields
operation selects the endpoint. query is used for product search, filters, and store lookup. store_id controls store-aware pricing and availability. page and limit paginate product and store result operations. category_id, category_slug, and category_url identify category pages. upc and item_url identify item detail pages. include_reviews is accepted for item compatibility, but review rows may be empty if Dollar General does not expose review data in the product payload.
sort accepts recommended, price_asc, price_desc, and highest_rated.
Output
Dataset rows are pushed as individual records. Product rows commonly include operation, record_type, id, upc, barcode, name, price, discount_price, effective_price, currency, image, source_url, breadcrumbs, store_id, in_stock, available_quantity, rating, and review_count.
Store rows commonly include operation, record_type, store_id, name, address1, city, state, postal_code, phone, latitude, longitude, hours, pickup, and delivery.
Category and filter rows include operation, record_type, identifiers, names/titles, URLs or slugs when available, counts, options, and selection metadata.
Limitations
Store directory lookup is most reliable with City, ST values or exact numeric store IDs. A zero-item store lookup should not be treated as validation of the stores operation; retest with another known valid location. Product and category availability is store-aware, so prices and inventory can change by store_id.
Troubleshooting
Use probe first if product operations fail. If category cannot resolve a URL or slug, call categories or search_filters to discover a fresh category ID. If item fails, derive upc from a fresh search or category result.
Privacy And Publication
This actor is intended to remain private until the owner publishes it manually. No publication or visibility changes are required for normal testing.