Using python-genai with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-genai
Quick start
import python-genai

client = python_genai.Client("YOUR_API_KEY")
Looks up all the attributes set for a given location.
curl \
  https://mybusinessbusinessinformation.googleapis.com/v1/{name}
Returns the list of attributes that would be available for a location with th…
curl \
  https://mybusinessbusinessinformation.googleapis.com/v1/attributes
Returns a list of business categories. Search will match the category name bu…
curl \
  https://mybusinessbusinessinformation.googleapis.com/v1/categories
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:mybusinessbusinessinformation
At a glance
Language Python
Endpoints13
Base URLhttps://mybusinessbusinessinformation.googleapis.com
✓ Official