find_providers
Find service providers by trade and/or area. Area can be a city name or region name. Returns business info: name, trade, trades, region, company size, target audiences, website, and description.
Parameters
| trade | string | optional | Trade to search for, e.g. 'VVS-installatør' or 'Elektriker' |
| area | string | optional | City, region, or postal code the provider must serve, e.g. 'København' or '2100' |
Raw schema
{
"type": "object",
"properties": {
"trade": {
"type": "string",
"description": "Trade to search for, e.g. 'VVS-installatør' or 'Elektriker'"
},
"area": {
"type": "string",
"description": "City, region, or postal code the provider must serve, e.g. 'København' or '2100'"
}
}
}