Dollargeneral Reviews Parser Spider avatar
Dollargeneral Reviews Parser Spider

Pricing

$10.00 / 1,000 results

Go to Apify Store
Dollargeneral Reviews Parser Spider

Dollargeneral Reviews Parser Spider

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

The Dollargeneral Reviews Parser Spider is an Apify Actor that scrapes customer reviews from Dollar General product pages, extracting ratings, comments, and metadata. Ideal for sentiment analysis and market research, it supports proxies and outputs structured JSON for easy integration.

0.0 (0)

Pricing

$10.00 / 1,000 results

0

1

1

Last modified

2 days ago

Introduction

The Dollargeneral Reviews Parser Spider is an Apify Actor designed to scrape customer reviews from Dollar General product pages. It extracts detailed review data including ratings, comments, and metadata, making it ideal for sentiment analysis, market research, and product feedback tracking.

Input Parameters

ParameterTypeDescriptionRequired
UrlsArrayAn array of Dollar General product URLs to scrape (e.g., "https://www.dollargeneral.com/p/cheez-it-cheese-crackers-hot-and-spicy-baked-snack-crackers-oz/24100440559").Yes
proxyConfigurationObjectProxy settings for the scrape. Use Apify's proxy with residential groups for reliable access. Example: { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }.No (but recommended for stability)

Example input:

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"Urls": [
"https://www.dollargeneral.com/p/cheez-it-cheese-crackers-hot-and-spicy-baked-snack-crackers-oz/24100440559"
]
}

Features

  • Extracts detailed review data including review ID, headline, comments, rating, helpful votes, nickname, location, and verification status.
  • Supports proxy configuration for reliable access to Dollar General product pages.
  • Outputs structured JSON arrays for easy integration into databases or analytics tools.
  • Captures metadata like creation date and product page ID for comprehensive insights.

Possible Use Cases

  • Customer Sentiment Analysis: Analyze reviews to gauge customer satisfaction and product performance.
  • Market Research: Collect review data for competitive analysis or product benchmarking on Dollar General.
  • Feedback Monitoring: Track customer feedback over time to identify trends or areas for improvement.
  • E-commerce Insights: Build datasets for product quality assessment or marketing strategies.

Output Example

The Actor returns an array of objects in JSON format. Here's a sample output:

[
{
"review_id": 522262907,
"headline": "10/10",
"comments": "so good so incredible the flavors melt on my tongue i could eat 20 boxes of them",
"rating": 5,
"helpful_votes": 0,
"not_helpful_votes": 0,
"nickname": "june38",
"location": "undisclosed",
"created_date": 1716883568000,
"is_verified_buyer": true,
"is_verified_reviewer": true,
"bottom_line": null,
"product_page_id": "00802701"
},
{
"review_id": 522263006,
"headline": "Yummy",
"comments": "I rate this a 5 becuase hey are so good and they don't taste like any hot sauce you would put in your food.",
"rating": 5,
"helpful_votes": 0,
"not_helpful_votes": 0,
"nickname": "Aubrey_Queen",
"location": "Alanta ga",
"created_date": 1716852857000,
"is_verified_buyer": false,
"is_verified_reviewer": true,
"bottom_line": "Yes",
"product_page_id": "00802701"
}
]

Support

For bug reports or custom needs, contact support@getdataforme.com
Or use our contact form: https://getdataforme.com/contact/
(Make sure to include a clear subject line in your message)