Screwfix Scraper — UK Trade Tools & Hardware Products
Pricing
Pay per usage
Screwfix Scraper — UK Trade Tools & Hardware Products
Scrape products, prices, and specifications from Screwfix.com. UK's leading trade tools and hardware retailer with 25,000+ products.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Studio Amba
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Screwfix Scraper
Grab tools, electrical supplies, plumbing parts, and building materials data from screwfix.com, the UK's dominant trade supplier. If you've ever needed structured data on 30,000+ trade products with specs, this is it.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search term (e.g., "drill", "pipe fittings") |
categoryUrls | array | Category page URLs |
maxResults | integer | Limit (default: 100) |
proxyConfiguration | object | Proxy settings |
Falls back to searching "drill" if no input provided.
Output
| Field | Type | Example |
|---|---|---|
name | string | "DeWalt DCD778D2T Combi Drill 18V 2x2.0Ah" |
brand | string | "DeWalt" |
price | number | 129.99 |
originalPrice | number | 149.99 |
currency | string | "GBP" |
sku | string | "7291K" |
ean | string | "5035048123456" |
inStock | boolean | true |
rating | number | 4.7 |
reviewCount | number | 432 |
url | string | Product URL |
imageUrl | string | Product image |
category | string | "Power Tools > Drills > Combi Drills" |
description | string | Full description |
specs | object | {"Voltage": "18V", "Battery": "2x2.0Ah Li-ion"} |
Specs extraction
The scraper pulls technical specifications from table rows and key-value pair elements on the page. For trade products, this typically includes voltage, dimensions, weight, material, IP rating, etc.
Cost
~800 products per $1 via HTTP.
Notes
- Product URLs match
/p/pattern - Prices in GBP
- Multiple pagination selector fallbacks for resilience
- Breadcrumbs joined with
>separator