Connect your app to Maryland's largest network of verified service providers. Handymen, plumbers, cleaners, movers, and more. Built by Noobo Group.
Verified Providers
Service Categories
API Uptime
// Search for handymen in Baltimore
const response = await fetch(
'https://api.mdtaskforce.com/providers/search',
{
headers: {
'X-API-Key': 'mtf_your_key_here',
'X-API-Secret': 'your_secret'
},
params: {
category: 'handyman',
location: '21201',
min_rating: 4.5
}
}
);
// Returns 10+ verified providers instantly
{
"providers": [
{
"name": "Marcus Williams",
"rating": 4.9,
"reviews": 127,
"verified": true,
"available": true
}
]
}
Start free. Scale as you grow. No hidden fees.
Everything you need to integrate service providers into your app
Search across Thumbtack, Yelp, Google, and our verified network in one API call.
Background-checked, licensed, and insured providers. Trust scores on every result.
Know instantly which providers are available for the job right now.
Search by ZIP, city, or coordinates. Filter by service radius.
Create jobs, match providers, and process payments through one API.
Get notified when providers respond, jobs update, or reviews come in.
Get your free API key in 30 seconds. No credit card required.