One API for 10,000+ Verified Providers

Connect your app to Maryland's largest network of verified service providers. Handymen, plumbers, cleaners, movers, and more. Built by Noobo Group.

10,000+

Verified Providers

15

Service Categories

99.9%

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
    }
  ]
}

Simple, Transparent Pricing

Start free. Scale as you grow. No hidden fees.

Free

$0/mo
  • 100 requests/day
  • 10 req/min rate limit
  • Basic provider search
  • Community support

Starter

$29/mo
  • 1,000 requests/day
  • 30 req/min rate limit
  • Provider contact info
  • Email support

Enterprise

$499/mo
  • 100,000 requests/day
  • 500 req/min rate limit
  • Dedicated support
  • Custom SLA
  • White-label options

Built for Developers

Everything you need to integrate service providers into your app

🔍

Unified Search

Search across Thumbtack, Yelp, Google, and our verified network in one API call.

Verified Providers

Background-checked, licensed, and insured providers. Trust scores on every result.

Real-Time Availability

Know instantly which providers are available for the job right now.

📍

Location-Based

Search by ZIP, city, or coordinates. Filter by service radius.

💳

Booking & Payments

Create jobs, match providers, and process payments through one API.

🔔

Webhooks

Get notified when providers respond, jobs update, or reviews come in.

Ready to Build?

Get your free API key in 30 seconds. No credit card required.