search_pros
Find verified home-services contractors in a launched HomeClip city, ranked by an un-buyable Trust Score. Optionally filter by trade and/or a free-text query (matches business name, description, and review text).
Parameters4
| city | string | required | City slug, e.g. 'austin'. Required. Only launched cities are queryable. |
| trade | string | optional | Optional trade slug, e.g. 'plumber', 'roofer', 'electrician', 'hvac'. |
| query | string | optional | Optional free-text need, e.g. 'metal roof' or 'emergency leak'. |
| limit | integer | optional | Max results, 1-20 (default 10). |
Raw schema
{
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "City slug, e.g. 'austin'. Required. Only launched cities are queryable."
},
"trade": {
"type": "string",
"description": "Optional trade slug, e.g. 'plumber', 'roofer', 'electrician', 'hvac'."
},
"query": {
"type": "string",
"description": "Optional free-text need, e.g. 'metal roof' or 'emergency leak'."
},
"limit": {
"type": "integer",
"description": "Max results, 1-20 (default 10)."
}
},
"required": [
"city"
],
"additionalProperties": false
}