Home Depot Reviews Scraper avatar

Home Depot Reviews Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Home Depot Reviews Scraper

Home Depot Reviews Scraper

Our Home Depot Reviews Scraper retrieves real-time customer reviews for Home Depot products, including ratings, review content, reviewer details, timestamps, and metadata. This actor provides structured, up-to-date insights ideal for analyzing customer feedback and product satisfaction.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

AxCrawler

AxCrawler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

How does Home Depot Reviews Scraper work?

The Home Depot Reviews Scraper retrieves real-time customer reviews for Home Depot products. It extracts detailed data including ratings, review content, reviewer details, timestamps, and other metadata. This data can be used to analyze customer feedback and product satisfaction.

This Actor fetches live data directly from Home Depot, ensuring that the information provided is always current and accurate, with no caching involved.

The extraction process takes an array of input objects where each specifies parameters for a request to fetch reviews of a particular product. The Actor returns structured data with comprehensive review information according to the input criteria.

Input data

The input must be provided in JSON format. It requires one mandatory array field named "input". Each element of this array is an object representing parameters for a single review retrieval task.

Input fields for each item:

  • itemId (Required): The Home Depot product identifier for which to retrieve reviews.
  • startPage (Optional): The start page number of reviews to fetch. Defaults to 1.
  • endPage (Optional): The end page number of reviews to fetch. Defaults to 1. Pass -1 if all reviews should be loaded.
  • sortBy (Optional): The sorting criteria for reviews. Valid values are "photoreview" (default), "mosthelpfull", "newest", "oldest", "highestrating", "lowestrating".
  • searchTerm (Optional): Filters product reviews by a keyword or phrase, returning only reviews containing the specified term.
  • starRatings (Optional): Comma-separated list of star ratings (1–5) used to filter reviews, e.g. "1,5" returns only 1-star and 5-star reviews.
  • isVerifiedPurchase (Optional): Boolean flag to return reviews from verified purchases only.

Multiple review requests can be processed in one run by including multiple objects in the input array.

Example input

{
"input": [
{
"itemId":"327717985",
"startPage":1,
"endPage":2,
"sortBy":"photoreview"
},
{
"itemId":"327717985",
"startPage": 1,
"endPage": 2,
"sortBy":"mosthelpfull",
"searchTerm": "good",
"starRatings": "4,5"
}
]
}

Output data

[
{
"statusCode": 200,
"statusMessage": "FOUND",
"itemId": "327717985",
"totalResults": 129,
"currentPage": 1,
"lastPage": 13,
"sortBy": "photoreview",
"searchTerm": "good",
"starRatings": null,
"id": "294082325",
"title": "40V Lithium",
"reviewText": "[This review was collected as part of a promotion.] It’s a decent battery powered blower. Runs about 15 minutes on a charge. Blower has a turbo option button above the trigger. Good value for the money. It is a little heavier than other blower’s but lighter than a gas blower. I’ll use it daily to clean around my house.",
"rating": 4.0,
"submissionTime": "2025-09-03T17:55:46.000+00:00",
"userNickname": "ScarletKnight",
"totalPositiveFeedbackCount": 0,
"totalNegativeFeedbackCount": 0,
"isRecommended": true,
"isVerifiedPurchaser": false,
"photos": [
{
"Id": "19269596",
"Sizes": {
"normal": {
"Url": "https://photos-eu.bazaarvoice.com/photo/2/cGhvdG86cnlvYmlvdXRkb29ydG9vbHM/b64896d1-373f-580f-8c14-58a83eac6b27",
"__typename": "ReviewPhotoSize"
},
"thumbnail": {
"Url": "https://photos-eu.bazaarvoice.com/photo/2/cGhvdG86cnlvYmlvdXRkb29ydG9vbHM/60be7159-0f07-5a4e-babb-9e7617e80bef",
"__typename": "ReviewPhotoSize"
},
"__typename": "ReviewPhotoSizes"
},
"__typename": "ReviewPhoto"
}
],
"authorId": "zldtuo6uc4ewou1zp2w6uose73",
"badges": {
"DIY": null,
"top250Contributor": null,
"IncentivizedReview": null,
"EarlyReviewerIncentive": null,
"top1000Contributor": null,
"VerifiedPurchaser": null,
"__typename": "ReviewsBadges"
},
"badgesOrder": [],
"originalProductName": "40V HP BRUSHLESS 650 CFM WHISPER SERIES BLOWER KIT",
"contextDataValues": {
"Age": {
"Value": "65orOver",
"__typename": "ReviewsContextDataValue"
},
"VerifiedPurchaser": null,
"__typename": "ReviewsContextDataValues"
},
"productId": "327717985",
"secondaryRatings": {
"Quality": null,
"Value": null,
"EnergyEfficiency": null,
"Features": null,
"Appearance": null,
"EaseOfInstallation": null,
"EaseOfUse": null,
"__typename": "SecondaryRatings"
},
"userLocation": null,
"includes": {
"Products": {
"store": {
"Id": "327717985",
"FilteredReviewStatistics": {
"AverageOverallRating": "4.3",
"TotalReviewCount": 129,
"RecommendedCount": 42,
"NotRecommendedCount": 5,
"SecondaryRatingsAveragesOrder": [
"Quality",
"Value"
],
"RatingDistribution": [
{
"RatingValue": 5,
"Count": 61,
"__typename": "RatingDistribution"
},
{
"RatingValue": 4,
"Count": 49,
"__typename": "RatingDistribution"
},
{
"RatingValue": 3,
"Count": 13,
"__typename": "RatingDistribution"
},
{
"RatingValue": 2,
"Count": 3,
"__typename": "RatingDistribution"
},
{
"RatingValue": 1,
"Count": 3,
"__typename": "RatingDistribution"
}
],
"ContextDataDistribution": {
"Age": {
"Values": [
{
"Value": "18to24",
"Count": "0",
"__typename": "ContextDataDistributionValue"
},
{
"Value": "25to34",
"Count": "4",
"__typename": "ContextDataDistributionValue"
},
{
"Value": "35to44",
"Count": "6",
"__typename": "ContextDataDistributionValue"
},
{
"Value": "45to54",
"Count": "8",
"__typename": "ContextDataDistributionValue"
},
{
"Value": "55to64",
"Count": "8",
"__typename": "ContextDataDistributionValue"
},
{
"Value": "65orOver",
"Count": "11",
"__typename": "ContextDataDistributionValue"
}
],
"__typename": "ContextDataDistribution"
},
"Gender": {
"Values": [
{
"Value": "Male",
"Count": "32",
"__typename": "ContextDataDistributionValue"
},
{
"Value": "Female",
"Count": "5",
"__typename": "ContextDataDistributionValue"
}
],
"__typename": "ContextDataDistribution"
},
"Expertise": null,
"VerifiedPurchaser": {
"Values": [
{
"Value": "True",
"Count": "75",
"__typename": "ContextDataDistributionValue"
}
],
"__typename": "ContextDataDistribution"
},
"HomeGoodsProfile": {
"Values": [
{
"Value": "DIYer",
"Count": "2",
"__typename": "ContextDataDistributionValue"
},
{
"Value": "Professional",
"Count": "0",
"__typename": "ContextDataDistributionValue"
}
],
"__typename": "ContextDataDistribution"
},
"__typename": "ContextDataDistributions"
},
"TotalRecommendedCount": 47,
"__typename": "ReviewsFilteredReviewStatistics"
},
"__typename": "ReviewProductDataStore"
},
"items": [
{
"Id": "319045509",
"FilteredReviewStatistics": {
"AverageOverallRating": "4.147058823529412",
"TotalReviewCount": 68,
"RecommendedCount": 8,
"NotRecommendedCount": 2,
"SecondaryRatingsAveragesOrder": [
"Quality",
"Value"
],
"RatingDistribution": [
{
"RatingValue": 4,
"Count": 33,
"__typename": "RatingDistribution"
},
{
"RatingValue": 5,
"Count": 24,
"__typename": "RatingDistribution"
},
{
"RatingValue": 3,
"Count": 8,
"__typename": "RatingDistribution"
},
{
"RatingValue": 2,
"Count": 3,
"__typename": "RatingDistribution"
}
],
"ContextDataDistribution": {
"Age": {
"Values": [
{
"Value": "45to54",
"Count": "1",
"__typename": "ContextDataDistributionValue"
},
{
"Value": "55to64",
"Count": "1",
"__typename": "ContextDataDistributionValue"
},
{
"Value": "65orOver",
"Count": "1",
"__typename": "ContextDataDistributionValue"
}
],
"__typename": "ContextDataDistribution"
},
"Gender": {
"Values": [
{
"Value": "Male",
"Count": "3",
"__typename": "ContextDataDistributionValue"
}
],
"__typename": "ContextDataDistribution"
},
"Expertise": null,
"VerifiedPurchaser": {
"Values": [
{
"Value": "True",
"Count": "56",
"__typename": "ContextDataDistributionValue"
}
],
"__typename": "ContextDataDistribution"
},
"HomeGoodsProfile": {
"Values": [
{
"Value": "DIYer",
"Count": "2",
"__typename": "ContextDataDistributionValue"
}
],
"__typename": "ContextDataDistribution"
},
"__typename": "ContextDataDistributions"
},
"TotalRecommendedCount": 0,
"__typename": "ReviewsFilteredReviewStatistics"
},
"__typename": "ReviewProductDataStore"
}
]
}
}
}
]

How much does Home Depot Reviews Scraper cost?

Estimating the resources required for data extraction can vary depending on the number and complexity of requests. It is recommended to perform a test run using a limited set of input data and generate a small amount of output to estimate the cost. This estimation can then be scaled according to the total usage planned.

What to consider when using this Actor?

We have extensive experience in web crawling embedded in this Actor, so users do not need to handle common web scraping challenges.

Key aspects covered:

  • Proxy Rotation: The Actor uses a large proxy pool distributed across multiple countries to avoid IP blocking and ensure smooth data extraction.
  • Geo Targeting: Requests are routed through proxies matched to the Home Depot domain’s geographical location to ensure accurate data retrieval.
  • Captcha and Blocking Handling: Captchas and temporary blocking responses are managed automatically to maintain uninterrupted extraction.
  • Stability and Reliability: The Actor includes retry and rotation logic to provide a stable and reliable scraping process.

Use cases for our Axesso Actors

  1. Market Research: Extract customer reviews for product feedback and market trend analysis.
  2. Price Monitoring: Monitor competitor product reviews and customer sentiment.
  3. Inventory Management: Track product availability and customer opinions.
  4. Product Catalog Management: Update and enhance product information.
  5. Review Monitoring and Sentiment Analysis: Analyze customer feedback for brand reputation.
  6. Lead Generation: Identify suppliers or partners through product insights.
  7. Content Aggregation and Curation: Collect data to create review sites or buying guides.
  8. Price Comparison Websites: Gather review data to help consumers compare products.
  9. Ad Campaign Optimization: Use customer feedback to optimize marketing strategies.