Search Provider Directory
search_providersSearch a directory of healthcare service providers filtered by category, location, and quality score. Explore vendors for your practice needs.
Instructions
Paginated browse of the healthcare service provider directory filtered by category, location, and minimum quality score. Returns a page of providers with {company_name, category, city, state_abbr, quality_score (0-100), verified status, contact info, slug}. Use this for open-ended exploration and filtering — for scored recommendations to a specific practice profile, use match_practice instead. Pass a returned slug to get_provider_detail for the full profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Service category to search (e.g. 'Medical Billing & RCM', 'Credentialing Services') | |
| state | No | Two-letter state abbreviation (e.g. 'TX'). National providers always included. | |
| city | No | City name to filter by (partial match supported) | |
| min_rating | No | Minimum quality score (0-100). Most providers score 50-85. | |
| tier1_grade | No | Filter to the curated Tier-1 provider set by grade: 'A' (top-graded) or 'B' (strong). Tier-1 is a hand-reviewed ~4,400-provider subset; most directory records are not Tier-1, so this narrows results sharply. Omit to search the full directory. | |
| practice_size_fit | No | Filter providers by the practice size they best serve. | |
| per_page | No | Results per page (1-25, default 10) | |
| page | No | Page number for pagination (default 1) |