Thumbtack Local Services Scraper avatar

Thumbtack Local Services Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Thumbtack Local Services Scraper

Thumbtack Local Services Scraper

Scrape Thumbtack the local services marketplace with 300,000+ pros. Search pros by service category and location, browse by category, or fetch individual pro profiles. Get ratings, reviews, pricing, badges, and contact details.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(11)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

11

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extract pro service provider data from Thumbtack — the local services marketplace with 300,000+ professionals across categories like house cleaning, lawn care, plumbing, electricians, and more.

What data you get

FieldDescription
proIdUnique Thumbtack pro identifier
namePro's display name
businessNameBusiness name
serviceCategoryService category (e.g. house-cleaning)
serviceDescriptionPro's service description / intro
ratingAverage star rating (0–5)
reviewCountTotal number of reviews
hireCountNumber of times hired on Thumbtack
yearsInBusinessYears the business has been operating
numEmployeesNumber of employees (e.g. "1–5")
cityCity the pro operates in
stateUS state (2-letter code)
zipZIP code
responseTimeTypical response time (e.g. "within an hour")
isVerifiedWhether Thumbtack has verified the pro
isBackgroundCheckedWhether a background check has been passed
topProWhether the pro holds the Top Pro badge
profileUrlLink to the pro's Thumbtack profile
avatarUrlPro's profile photo URL
recordTypeAlways "pro"
siteNameAlways "Thumbtack"
scrapedAtISO 8601 timestamp of when the record was scraped

Modes

search (default)

Search for pros by service category + US state + city.

{
"mode": "search",
"category": "house-cleaning",
"state": "CA",
"city": "san-francisco",
"maxItems": 20
}

byProfile

Scrape one or more individual pro profiles by URL.

{
"mode": "byProfile",
"profileUrls": [
"https://www.thumbtack.com/profile/janes-cleaning/service/123456/"
]
}

byCategory

Browse pros by category nationally (no location filter).

{
"mode": "byCategory",
"category": "plumber",
"maxItems": 50
}

Filters

FilterTypeDescription
minRatingfloatMinimum rating (0.0–5.0)
minReviewsintegerMinimum number of reviews
topProOnlybooleanOnly return Top Pro badge holders
backgroundCheckedOnlybooleanOnly return background-checked pros
maxItemsintegerMaximum records to return (default: 50, max: 1000)

Example: Top-rated plumbers in New York

{
"mode": "search",
"category": "plumber",
"state": "NY",
"city": "new-york",
"minRating": 4.5,
"minReviews": 10,
"topProOnly": true,
"maxItems": 25
}

Service categories

House Cleaning, Lawn Care, Plumber, Electrician, Handyman, Dog Walker, Personal Trainer, Photographer, Tutor, Moving, Painting, HVAC, Pest Control, Locksmith, Carpet Cleaning, Tree Service, Junk Removal, Computer Repair, Massage Therapist, Catering.

FAQs

Does this require a Thumbtack account or API key? No. The scraper accesses publicly available pro listing pages without authentication.

How many pros can I scrape? You can set maxItems up to 1000. The number of available pros depends on the category and location.

What cities are supported? Any US city where Thumbtack has pros. Use the city name as it appears in Thumbtack URLs (e.g. san-francisco, new-york, los-angeles).

Is this data real-time? The scraper fetches live data from Thumbtack at the time of the run.

Can I scrape multiple categories at once? Run the actor once per category. Use the Apify scheduler to run multiple configurations automatically.