Google Business Profile Business Information
Read and update Business Profile locations, attributes, categories, chains, service lists, and Google-updated business information.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_ACCOUNTS_LOCATIONS_CREATE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_ACCOUNTS_LOCATIONS_CREATE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_ACCOUNTS_LOCATIONS_CREATE --data '{ }'Tool 目录
可用 Tools
11 个可调用操作
Mybusinessbusinessinformation Accounts Locations CreateGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_ACCOUNTS_LOCATIONS_CREATECreates a new Location that will be owned by the logged in user.需要连接1 scope
Creates a new Location that will be owned by the logged in user.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation Accounts Locations ListGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_ACCOUNTS_LOCATIONS_LISTLists the locations for the specified account.需要连接1 scope
Lists the locations for the specified account.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation Attributes ListGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_ATTRIBUTES_LISTReturns the list of attributes that would be available for a location with the given primary category and country.需要连接1 scope
Returns the list of attributes that would be available for a location with the given primary category and country.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation Categories BatchGetGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_CATEGORIES_BATCH_GETReturns a list of business categories for the provided language and GConcept ids.需要连接1 scope
Returns a list of business categories for the provided language and GConcept ids.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation Categories ListGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_CATEGORIES_LISTReturns a list of business categories. Search will match the category name but not the category ID. Search only matches the front of a category name (that is, 'food' may return 'Food Court' but not 'Fast Food Restaurant').需要连接1 scope
Returns a list of business categories. Search will match the category name but not the category ID. Search only matches the front of a category name (that is, 'food' may return 'Food Court' but not 'Fast Food Restaurant').
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation Chains GetGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_CHAINS_GETGets the specified chain. Returns `NOT_FOUND` if the chain does not exist.需要连接1 scope
Gets the specified chain. Returns `NOT_FOUND` if the chain does not exist.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation Chains SearchGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_CHAINS_SEARCHSearches the chain based on chain name.需要连接1 scope
Searches the chain based on chain name.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation GoogleLocations SearchGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_GOOGLE_LOCATIONS_SEARCHSearch all of the possible locations that are a match to the specified request.需要连接1 scope
Search all of the possible locations that are a match to the specified request.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation Locations Attributes GetGoogleUpdatedGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_LOCATIONS_ATTRIBUTES_GET_GOOGLE_UPDATEDRetrieves attributes for a location as they appear live on Google Maps and Search. This consumer-facing view may have been updated by Google or user-generated content and may differ from the merchant's version.需要连接1 scope
Retrieves attributes for a location as they appear live on Google Maps and Search. This consumer-facing view may have been updated by Google or user-generated content and may differ from the merchant's version.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation Locations DeleteGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_LOCATIONS_DELETEDeletes a location. If this location cannot be deleted using the API and it is marked so in the `google.mybusiness.businessinformation.v1.LocationState`, use the [Google Business Profile](https://business.google.com/manage/) website.需要连接1 scope
Deletes a location. If this location cannot be deleted using the API and it is marked so in the `google.mybusiness.businessinformation.v1.LocationState`, use the [Google Business Profile](https://business.google.com/manage/) website.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessbusinessinformation Locations UpdateAttributesGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_LOCATIONS_UPDATE_ATTRIBUTESUpdate attributes for a given location.需要连接1 scope
Update attributes for a given location.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags