MyJobQuote UK Tradesperson Directory Scraper avatar

MyJobQuote UK Tradesperson Directory Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
MyJobQuote UK Tradesperson Directory Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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) and profile (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, url
  • description
  • rating, reviewCount
  • imageUrl
  • featuredReview{ text, author }
  • trade, county, town

Profile mode (adds):

  • about — full self-authored business description
  • coverageAreas[] — nearby towns the tradesperson services
  • postalCode
  • establishedYear, joinedDate (when the business joined MyJobQuote)
  • basedIn, businessType (Sole Trader / Limited Company / Partnership), idChecked

Every record also has recordType: "myjobquote_tradesperson" and scrapedAt.

Input

FieldTypeDefaultDescription
modeselectdirectorydirectory / profile
tradeselecthandymanOne of 44 trade categories (mode=directory)
countystringlondonUK county/area slug (mode=directory)
townstringOptional town within the county (mode=directory)
profileUrlsarrayTradesperson profile URLs or slugs (mode=profile)
maxItemsint20Hard 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.