Search professionals
muovi_search_professionalsSearch for verified service professionals in Argentina by service type, city, neighborhood, verification status, minimum rating, and minimum review count. Returns a paginated list of professionals with display name, headline, ratings, verifications, and a profile_url that is the only sanctioned contact channel (no phone/email/whatsapp is ever returned). Use this for discovery; use muovi_get_professional for the full detail payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City slug (e.g. "caba"). Matches `City.slug` in the catalog. | |
| limit | No | Maximum number of results per page (default 20, max 50). | |
| offset | No | Zero-based offset into the result set for pagination. | |
| service | No | Service slug (e.g. "electricidad"). Matches `Service.slug` in the catalog. | |
| min_rating | No | Minimum blended average rating, 0-5 inclusive. | |
| min_reviews | No | Minimum blended review count. | |
| neighborhood | No | Neighborhood slug (e.g. "palermo"). Matches `Neighborhood.slug` in the catalog. | |
| has_matricula | No | When true, only return pros with a verified professional matrícula on file (electricians, gas fitters, etc.). | |
| verified_identity | No | When true, only return pros whose identity has been verified by Muovi. |