Lowes Product Scraper ๐Ÿ›๏ธ avatar

Lowes Product Scraper ๐Ÿ›๏ธ

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Lowes Product Scraper ๐Ÿ›๏ธ

Lowes Product Scraper ๐Ÿ›๏ธ

easyapi/lowes-product-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Scrape product listings from Lowes.com search results, including detailed product information, images, descriptions, ratings, and pricing. Perfect for market research, price monitoring, and product analysis.

Powerful scraper for extracting detailed product information from Lowes.com search results. Get comprehensive product data including descriptions, prices, ratings, images, and more!

Features โœจ

  • ๐Ÿ” Scrape products from any Lowes.com search URL
  • ๐Ÿ“ฆ Extract detailed product information including:
    • Product ID and model numbers
    • Brand information
    • Product descriptions
    • Marketing bullets
    • Category information
    • Ratings and review counts
    • Image URLs (main and additional images)
    • Product URLs
    • Vendor information
  • ๐Ÿš€ High-performance scraping with built-in proxy rotation
  • ๐Ÿ›ก๏ธ Advanced browser fingerprint protection
  • โšก Automatic pagination handling
  • ๐Ÿ’พ Clean, structured JSON output

Usage ๐Ÿ’ก

  1. Input a Lowes.com search URL (e.g., "https://www.lowes.com/search?searchTerm=desk%20chairs")
  2. Set the maximum number of items to scrape (optional)
  3. Configure proxy settings if needed (optional)
  4. Run the actor and get structured product data!

Output ๐Ÿ“Š

The actor provides detailed product information in JSON format, including:

  • Product identifiers (omniItemId, itemNumber, modelId)
  • Complete product descriptions
  • All product images
  • Marketing information
  • Pricing details
  • Category classification
  • Vendor information
  • Timestamps

Input Parameters ๐ŸŽฏ

  • searchUrls: Array of Lowes.com search URLs to scrape
  • maxItems: Maximum number of products to scrape
  • proxyConfiguration: Optional proxy settings

Use Cases ๐ŸŽฏ

  • Market research and analysis
  • Price monitoring and comparison
  • Product catalog building
  • Competitive analysis
  • E-commerce data aggregation

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://www.lowes.com/search?searchTerm=desk%20chairs"
4    ],
5    "maxItems": 30
6}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "searchUrl": "https://www.lowes.com/search?searchTerm=desk%20chairs",
4        "product": {
5            "omniItemId": "1003270508",
6            "brand": "BestOffice",
7            "categories": {
8                "106261": "OFFICE_CHAIRS"
9            },
10            "description": "Black Contemporary Ergonomic Adjustable Height Swivel Mesh Executive Chair",
11            "epc": {
12                "swatchImgs": [],
13                "additionalImages": [
14                    {
15                        "seq": "102",
16                        "src": "Vendor Provided",
17                        "baseUrl": "https://mobileimages.lowes.com/productimages/3339a7b3-4fd0-41ce-9e90-52bb579a0efd/16889090.jpg"
18                    },
19                    {
20                        "seq": "103",
21                        "src": "Vendor Provided",
22                        "baseUrl": "https://mobileimages.lowes.com/productimages/dca67591-6740-4e6b-853e-17251636c134/16889088.jpg"
23                    },
24                    {
25                        "seq": "104",
26                        "src": "Vendor Provided",
27                        "baseUrl": "https://mobileimages.lowes.com/productimages/e5d65e27-3254-40c3-897f-66b78159b0ca/16889089.jpg"
28                    },
29                    {
30                        "seq": "105",
31                        "src": "Vendor Provided",
32                        "baseUrl": "https://mobileimages.lowes.com/productimages/d10b570a-d5c9-4460-b9bf-84bfc0eda6f1/16889093.jpg"
33                    },
34                    {
35                        "seq": "106",
36                        "src": "Vendor Provided",
37                        "baseUrl": "https://mobileimages.lowes.com/productimages/bfba3095-7539-4004-b44c-9a04332fa710/16889100.jpg"
38                    },
39                    {
40                        "seq": "107",
41                        "src": "Vendor Provided",
42                        "baseUrl": "https://mobileimages.lowes.com/productimages/bb121578-ab59-4fa6-9c25-e1e97412e101/16889091.jpg"
43                    }
44                ],
45                "videos": [],
46                "videoSets": [],
47                "spinSet": "",
48                "spinSets": [],
49                "imageSpins": []
50            },
51            "isPublished": "Y",
52            "isBuyable": "Y",
53            "itemNumber": "2886225",
54            "marketingBullets": [
55                {
56                    "key": "1",
57                    "value": "New modern style, beautiful generous and strong practicability"
58                },
59                {
60                    "key": "2",
61                    "value": "This office mesh chair has an extremely comfortable nylon mesh back that supports back"
62                },
63                {
64                    "key": "3",
65                    "value": "Size and look makes the adjustable chair ideal for any conference room or office seating, the back executive styling to make you feel relax"
66                }
67            ],
68            "modelId": "VN-H03-BLACK",
69            "orderItemMulQty": 1,
70            "orderItemMinQty": 1,
71            "pdURL": "/pd/BestOffice-Home-Office-Chair-Ergonomic-Desk-Chair-Mesh-Computer-Chair-with-Lumbar-Support-Armrest-Executive-Rolling-Swivel-Adjustable-Mid-Back-Task-Chair-for-Women-Adults-Black/1003270508",
72            "rating": "4.3",
73            "reviewCount": "79",
74            "productVisualizer": false,
75            "type": "ANY",
76            "vendorNumber": "107030",
77            "vendorDirect": "1",
78            "showVariants": false,
79            "sponsored": false,
80            "marketplace": false,
81            "merchandisingHierarchy": {
82                "productGroup": "511608",
83                "assortment": "28818",
84                "assortmentDescription": "SOS OFFICE FURNITURE"
85            },
86            "imageUrl": "/productimages/e91bb942-29fb-4413-9f1e-e3d185e3b84a/16889087.jpg",
87            "pricePerUnit": {},
88            "alternateImageUrl": "https://mobileimages.lowes.com/productimages/3339a7b3-4fd0-41ce-9e90-52bb579a0efd/16889090.jpg"
89        },
90        "scrapedAt": "2025-02-08T01:15:08.335Z"
91    },
92    ...
93]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 4 days ago