syncing market data_
The My Business Business Information API provides an interface for managing business information. Note - If you have a quota of 0 after enabling the API, please request for GBP API access.
The My Business Business Information API provides an interface for managing business information. Note - If you have a quota of 0 after enabling the API, please request for GBP API access. --- Public API proxied through Ozma. **Claim this listing** to monetize and manage pricing.
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /v1/attributes | Returns the list of attributes that would be available for a location with the given primary category and country. | 1c |
| GET | /v1/categories | 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'). | 1c |
| GET | /v1/categories:batchGet | Returns a list of business categories for the provided language and GConcept ids. | 1c |
| GET | /v1/chains:search | Searches the chain based on chain name. | 1c |
| POST | /v1/googleLocations:search | Search all of the possible locations that are a match to the specified request. | 1c |
| DELETE | /v1/{name} | 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. | 1c |
| GET | /v1/{name} | Looks up all the attributes set for a given location. | 1c |
| PATCH | /v1/{name} | Update attributes for a given location. | 1c |
| POST | /v1/{name}:associate | Associates a location to a place ID. Any previous association is overwritten. This operation is only valid if the location is unverified. The association must be valid, that is, it appears in the list of `SearchGoogleLocations`. | 1c |
| POST | /v1/{name}:clearLocationAssociation | Clears an association between a location and its place ID. This operation is only valid if the location is unverified. | 1c |
| GET | /v1/{name}:getGoogleUpdated | Gets the Google-updated version of the specified location. | 1c |
| GET | /v1/{parent}/locations | Lists the locations for the specified account. | 1c |
| POST | /v1/{parent}/locations | Creates a new Location that will be owned by the logged in user. | 1c |
ozma register && ozma call my-business-business-information-api /v1/attributes --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/my-business-business-information-api/v1/attributes# Python
client.proxy_call("my-business-business-information-api", "/v1/attributes")Own this API? Claim the listing to manage pricing and receive payouts.