gmb_info_chains_search
Search for business chains by name, returning chain IDs and details. Handles exact, partial, fuzzy, and multilingual queries.
Instructions
GET v1/chains:search. Searches the chain based on chain name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Selector specifying which fields to include in a partial response. | |
| $.xgafv | No | V1 error format. | |
| pageSize | No | The maximum number of matched chains to return from this query. The default is 10. The maximum possible value is 500. | |
| chainName | No | Required. Search for a chain by its name. Exact/partial/fuzzy/related queries are supported. Examples: "walmart", "wal-mart", "walmmmart", "沃尔玛" | |
| quotaUser | No | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. | |
| prettyPrint | No | Returns response with indentations and line breaks. |