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!
The actor provides detailed product information in JSON format, including:
searchUrls
: Array of Lowes.com search URLs to scrapemaxItems
: Maximum number of products to scrapeproxyConfiguration
: Optional proxy settingsA 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}
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]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!