Lowes Product Scraper avatar
Lowes Product Scraper

Pricing

$25.00/month + usage

Go to Store
Lowes Product Scraper

Lowes Product Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

The Lowes Product Scraper extracts detailed product data from Lowe's product URLs, including title, images, price, specs, reviews, and more. Perfect for e-commerce, research, or data analysis. Just provide URLs and get structured JSON data fast and reliably.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago


📦 Lowes Product Scraper

Scrape detailed product information from Lowes.com with ease. This actor extracts structured product data such as titles, descriptions, specifications, images, videos, and reviews from individual Lowe’s product pages. Perfect for eCommerce intelligence, market research, or competitive analysis.


🧠 How It Works

Simply input one or more Lowe’s product URLs, and the actor will return all the available metadata and structured product details for each one.


🚀 Input

The actor expects a JSON object with the following fields:

{
"proxyConfiguration": {
"useApifyProxy": true
},
"urls": [
"https://www.lowes.com/pd/Thor-Kitchen-48-in-7-Burners-4-6-cu-ft-2-2-cu-ft-Convection-Freestanding-Liquid-Propane-Double-Oven-Gas-Range-Matte-Black/5015780901"
]
}

Input Fields

FieldTypeRequiredDescription
proxyConfigurationobject✅ YesStandard Apify proxy config. Use Apify proxy to avoid blocks.
urlsstring[]✅ YesList of full Lowe’s product URLs to scrape.

📤 Output

The actor returns an array of product objects in JSON format. Each object contains:

FieldTypeDescription
urlstringOriginal product URL
product_idstringUnique product ID from Lowe’s
item_numberstringLowe’s item number
model_idstringModel identifier
brandstringBrand of the product
titlestringFull product title
descriptionstringShort product description
romance_copystringMarketing description text
barcodestringProduct barcode if available
categorystringLowe’s internal product category
image_mainstringURL to the main product image
images_additionalstring[]URLs to additional images
video_urlstringProduct video URL (if available)
spin_imagesstring[]360° spin images, if available
specificationsobject[]Structured technical specs grouped by category
marketing_bulletsstring[]Key marketing highlights
ratingstringAverage customer rating
review_countstringNumber of reviews
social_proofobjectData such as weekly/monthly purchases, protection info
dimensionsobjectProduct width, height, and their metric conversions
merchandising_hierarchyobjectProduct categorization in Lowe's system

✅ Example Output

[
{
"url": "https://www.lowes.com/pd/EGO-POWER-56-volt-21-in-Self-propelled-Lawn-Mower-Cordless-Lawn-Mower-6-Ah-Battery-Charger-Included/5013742993",
"product_id": "5013742993",
"item_number": "5144091",
"model_id": "LM2114SP",
"brand": "EGO",
"title": "EGO POWER+ 600 Series 56-volt, 21-in Self-propelled Battery Lawn Mower with (1) 6 Ah Battery Included",
"rating": "4.5",
"review_count": "6520",
"specifications": [
{
"name": "Battery Voltage",
"value": "56-volt",
"group": "General"
},
...
],
"images_additional": [
"https://mobileimages.lowes.com/productimages/658c57ed-04bb-413a-89b3-73bccd6e5fe2/69038773.jpeg",
...
]
}
]

💡 Use Cases

  • Price comparison & market research
  • Competitor analysis for eCommerce
  • Product data enrichment
  • SEO and catalog automation
  • Review and rating aggregation

📎 Notes

  • You must use Apify proxy to reduce the risk of being blocked.
  • Supports multiple URLs in one run.
  • Does not support product search pages — only direct product detail pages.

🔧 Troubleshooting

If you're not receiving expected results:

  • Ensure the URLs are direct product pages (not search or category pages).
  • Make sure useApifyProxy is set to true.
  • The product page must be public and not behind login or special conditions.

📞 Support

For custom integrations, simplified outputs, or bug reports, please reach out to:

📩 Email: support@getdataforme.com 🌐 Contact Form: https://getdataforme.com/contact/

Please include the subject line Lowes Scraper Support for faster response.


📘 Changelog

  • v1.0.0 – Initial release with full product detail scraping support

Let me know if you want a Markdown .md version or a direct upload-ready JSON file for Apify Actor store.