google-maps-places
Google Maps Places API client library
What it is and what it does
This is Google's official Python client for the Places API (New), a managed service that provides programmatic access to place information, search results, and location data. It wraps the underlying gRPC and REST endpoints with a Pythonic interface, handling authentication, serialization, and error handling automatically through dependencies on google-api-core, google-auth, and protobuf.
The library is designed for applications that need to query places by name, location, type, or other criteria—such as finding nearby restaurants, verifying business details, or enriching location datasets. It requires a Google Cloud project with billing enabled and the Places API activated. The package is actively maintained, supports modern Python versions (3.10 and later), and carries no known security vulnerabilities.
Use it for:
- Search for places near a given coordinate or address and retrieve detailed information like opening hours, ratings, and contact details.
- Build a location-based discovery feature in a mobile or web app that queries nearby businesses, attractions, or services.
- Enrich user-submitted addresses or business data by looking up canonical place records and verifying existence.
- Integrate place autocomplete or place-details lookups into a form or search interface.
- Aggregate place metadata (photos, reviews, types) for analytics or reporting on a set of locations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for Google Maps Places API, providing access to place search, retrieval, and information endpoints through a managed Google Cloud service.
Yes, if you need programmatic access to Google Maps place data and are willing to set up a Google Cloud project with billing. The library is actively maintained, has low install friction, carries no known vulnerabilities, and is the official client for this API. The main cost is operational—API calls incur charges—not technical adoption.
Install
google-maps-places on PyPI
pip
pip install google-maps-placesuv
uv add google-maps-placespoetry
poetry add google-maps-placesInstalling google-maps-places
Before you install
Low install friction with a pure-Python wheel distribution. Maintained actively with recent releases; last commit 2026-08-14. Requires Python 3.10 or later, which excludes older environments but aligns with current language support.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for most projects that can comply with attribution and derivative-work disclosure requirements.
Quickstart
pip install google-maps-places
from google.maps import places_v1
client = places_v1.PlacesClient()
# Use client to call Places API endpoints
Requires Google Cloud project with Places API enabled, valid authentication credentials, and billing configured.
Verify before relying
- Specific API endpoints and methods available in version 0.9.0 beyond generic place search and retrieval.
- Rate limiting, quota, or per-request cost implications when calling the Places API through this client.
- Whether offline or cached place data is supported, or if all queries require live API calls.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — google-api-core, google-auth, grpcio, proto-plus, protobuf, google-geo-type |
| Maintenance | actively maintained — 72 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 322,018/month — #7,616 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_maps_places-0.9.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
google-cloud-functionsPython client library for Google Cloud…
permissive · top 5,000 on PyPI
google-maps-routeoptimizationPython client library for Google's Route…
permissive · top 15,000 on PyPI
google-geo-typeProvides Python bindings for Google's Common…
permissive · top 15,000 on PyPI
google-analytics-dataPython client library for querying Google…
permissive · top 5,000 on PyPI
googlemapsPython client library that wraps Google Maps…
permissive · top 5,000 on PyPI
google-cloud-filestorePython client library for creating and managing…
permissive · top 15,000 on PyPI
google-cloud-api-keysManages API keys for Google Cloud projects,…
permissive · top 15,000 on PyPI
google-cloud-monitoringPython client library for Google Cloud…
permissive · top 1,000 on PyPI
aiogoogleAiogoogle is an async Python client for…
permissive · top 5,000 on PyPI
google-maps-addressvalidationPython client library for Google Maps Address…
permissive · top 15,000 on PyPI