skillfed

google-maps-places

Google Maps Places API client library

google-maps-places v0.9.0 322.0K downloads/30d#7,616 on PyPI5,373
Permissive license Apache-2.0 Active released

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-places

uv

uv add google-maps-places

poetry

poetry add google-maps-places

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Internet

Tags

google maps places api clientplace search and retrieval pythongoogle places api integrationlocation data lookup libraryplaces nearby search pythongoogle cloud places client
google-cloudgeolocationapi-client

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

google-cloud-functions

Python client library for Google Cloud…

permissive · top 5,000 on PyPI

google-maps-routeoptimization

Python client library for Google's Route…

permissive · top 15,000 on PyPI

google-geo-type

Provides Python bindings for Google's Common…

permissive · top 15,000 on PyPI

google-analytics-data

Python client library for querying Google…

permissive · top 5,000 on PyPI

googlemaps

Python client library that wraps Google Maps…

permissive · top 5,000 on PyPI

google-cloud-filestore

Python client library for creating and managing…

permissive · top 15,000 on PyPI

google-cloud-api-keys

Manages API keys for Google Cloud projects,…

permissive · top 15,000 on PyPI

google-cloud-monitoring

Python client library for Google Cloud…

permissive · top 1,000 on PyPI

aiogoogle

Aiogoogle is an async Python client for…

permissive · top 5,000 on PyPI

google-maps-addressvalidation

Python client library for Google Maps Address…

permissive · top 15,000 on PyPI