search_categories_local
Retrieve country-specific business category codes by keyword search. Get local codes like SIC, NAF, or WZ for filtering business queries.
Instructions
Search country-specific category codes by one or more keywords.
Each keyword triggers a separate API call; results are merged and deduplicated.
Returns matching local codes (e.g. SIC for US, NAF for France, WZ for Germany)
for use in search_businesses local_codes field.
Args: keywords: One or more search terms (e.g. ["plomberie"], ["bakery", "boulangerie", "pastry"]). country_code: ISO 3166-1 alpha-2 country code (e.g. "FR", "DE", "US"). language_code: Display language for results (e.g. "en", "fr").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | ||
| country_code | Yes | ||
| language_code | No | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |