Open Connector
All tools

Google Business Profile Business Information

Read and update Business Profile locations, attributes, categories, chains, service lists, and Google-updated business information.

google-business-profile-business-informationv1.0.011 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

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 catalog

Available tools

11 callable operations

Mybusinessbusinessinformation Accounts Locations CreateGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_ACCOUNTS_LOCATIONS_CREATECreates a new Location that will be owned by the logged in user.

Creates a new Location that will be owned by the logged in user.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

accounts
Mybusinessbusinessinformation Accounts Locations ListGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_ACCOUNTS_LOCATIONS_LISTLists the locations for the specified account.

Lists the locations for the specified account.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

accounts
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.

Returns the list of attributes that would be available for a location with the given primary category and country.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

attributes
Mybusinessbusinessinformation Categories BatchGetGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_CATEGORIES_BATCH_GETReturns a list of business categories for the provided language and GConcept ids.

Returns a list of business categories for the provided language and GConcept ids.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

categories
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').

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').

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

categories
Mybusinessbusinessinformation Chains GetGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_CHAINS_GETGets the specified chain. Returns `NOT_FOUND` if the chain does not exist.

Gets the specified chain. Returns `NOT_FOUND` if the chain does not exist.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

chains
Mybusinessbusinessinformation Chains SearchGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_CHAINS_SEARCHSearches the chain based on chain name.

Searches the chain based on chain name.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

chains
Mybusinessbusinessinformation GoogleLocations SearchGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_GOOGLE_LOCATIONS_SEARCHSearch all of the possible locations that are a match to the specified request.

Search all of the possible locations that are a match to the specified request.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

googlelocations
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.

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.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
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.

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.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
Mybusinessbusinessinformation Locations UpdateAttributesGOOGLE_BUSINESS_PROFILE_BUSINESS_INFORMATION_MYBUSINESSBUSINESSINFORMATION_LOCATIONS_UPDATE_ATTRIBUTESUpdate attributes for a given location.

Update attributes for a given location.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations