Search business categories
list_categoriesSearch the reference taxonomy of Google Business categories by country and language. Filter by display name, page through results, and retrieve service types or more hours types for use in location updates.
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". |