Search business categories
list_categoriesSearch the Google Business Profile taxonomy to find valid business categories, with optional filters like displayName=coffee-when updating locations or attributes.
Instructions
Lists/searches the reference taxonomy of business categories (e.g. gcid:restaurant). Category names (categories/gcid:...) feed location.categories on update_location and categoryName on list_attribute_metadata. view=FULL also returns serviceTypes and moreHoursTypes per category; filter narrows by display name, e.g. "displayName=coffee".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | BASIC (default) returns name + displayName; FULL adds serviceTypes and moreHoursTypes. | |
| filter | No | Filter, e.g. "displayName=coffee". | |
| pageSize | No | Categories per page (1..100; default 100). | |
| pageToken | No | nextPageToken from the previous page. | |
| regionCode | Yes | ISO 3166-1 alpha-2 country code the categories should be valid in, e.g. "US". | |
| languageCode | Yes | BCP 47 language for display names, e.g. "en". |