MyJobQuote UK Tradesperson Directory Scraper
Pricing
from $3.00 / 1,000 results
MyJobQuote UK Tradesperson Directory Scraper
Scrape MyJobQuote.co.uk - the UK tradesperson marketplace. Browse verified builders, electricians, plumbers, handymen and 40+ other trades by county and town, or fetch full tradesperson profiles with ratings, reviews, coverage areas, and business details. No login required.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
MyJobQuote Scraper
Scrape MyJobQuote.co.uk — a UK marketplace connecting homeowners with vetted local tradespeople. Browse builders, electricians, plumbers, handymen, gardeners and 40+ other trades by county and town, or fetch a full tradesperson profile with ratings, reviews, coverage areas, and business details. No login or API key required.
What this actor does
- Two modes:
directory(browse tradespeople by trade + county/town) andprofile(full lookup by URL) - 44 trade categories covering building, renovation, gardening, and home-maintenance trades across the UK
- Verified business signals — years established, join date, business type (sole trader / limited company), ID-checked badge
- Empty fields are omitted
Output per tradesperson
Directory mode:
name,slug,urldescriptionrating,reviewCountimageUrlfeaturedReview—{ text, author }trade,county,town
Profile mode (adds):
about— full self-authored business descriptioncoverageAreas[]— nearby towns the tradesperson servicespostalCodeestablishedYear,joinedDate(when the business joined MyJobQuote)basedIn,businessType(Sole Trader / Limited Company / Partnership),idChecked
Every record also has recordType: "myjobquote_tradesperson" and scrapedAt.
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | directory | directory / profile |
trade | select | handyman | One of 44 trade categories (mode=directory) |
county | string | london | UK county/area slug (mode=directory) |
town | string | – | Optional town within the county (mode=directory) |
profileUrls | array | – | Tradesperson profile URLs or slugs (mode=profile) |
maxItems | int | 20 | Hard cap on emitted records. Directory mode pages through MyJobQuote's own "load more trades" endpoint to go beyond the ~20 rendered on first load, up to however many the trade/county/town combination actually has; profile mode caps how many supplied URLs are fetched |
Example: browse handymen in London
{"mode": "directory","trade": "handyman","county": "london"}
Example: browse electricians in a specific town
{"mode": "directory","trade": "electrician","county": "greater-manchester","town": "manchester"}
Example: full profile lookup
{"mode": "profile","profileUrls": ["https://www.myjobquote.co.uk/t/baraka-renovates","dany-handyman-ltd"]}
Finding county/town slugs
Visit myjobquote.co.uk/all-trades, pick a trade, then a county and (optionally) a town from the directory pages — the URL path segments (/<trade>/<county>/<town>) are exactly the slugs to use as input.
Use cases
- Local-services lead generation — build prospect lists of verified UK tradespeople by trade and region
- Market research — benchmark tradesperson density, ratings, and review volume by county
- Competitive intelligence — track business longevity (established year, join date) and verification status across a trade
- Directory aggregation — mirror UK home-improvement trade listings for a comparison site
FAQ
Do I need an account? No — every field comes from MyJobQuote's public, unauthenticated directory and profile pages.
How many results can directory mode return? MyJobQuote's public county/town directory pages server-render ~20 tradespeople on first load; the actor automatically pages through the site's own public "load more trades" endpoint (no login required) to fetch further pages, up to maxItems or however many the trade/county/town combination genuinely has (a broad trade in a large county can return 100+; a niche trade in a small town may only have a handful). Narrow to a specific town for a more targeted result set for that area, or run multiple towns.
Are phone numbers included? No — MyJobQuote is a lead-generation platform; contact details are only revealed after a homeowner submits a job request through their site, so no public phone/email field exists.
What does idChecked mean? MyJobQuote displays an "ID checked" badge on profiles where the tradesperson has completed the platform's identity-verification step.
Why do some tradespeople have no rating/reviewCount? Those fields are only emitted when the tradesperson has at least one published review — we never fabricate a 0 rating for unreviewed businesses.
How fresh is the data? Real-time — every run re-fetches the live directory and profile pages.