Google Places API

Provides place search, place details, nearby search, autocomplete, and place photo APIs for finding businesses, points of interest, and geographic locations. Returns structured data including address, hours, reviews, ratings, photos, and contact info.

Evaluated Mar 07, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Other google places maps location geosearch autocomplete reviews geocoding
⚙ Agent Friendliness
64
/ 100
Can an agent use this?
🔒 Security
83
/ 100
Is it safe for agents?
⚡ Reliability
82
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
88
Error Messages
80
Auth Simplicity
88
Rate Limits
82

🔒 Security

TLS Enforcement
100
Auth Strength
80
Scope Granularity
72
Dep. Hygiene
88
Secret Handling
78

HTTPS enforced. API keys should be restricted by IP and API type in Cloud Console - unrestricted keys are a significant security risk. No OAuth scopes for granular access control. Google Cloud IAM provides project-level security. Keys passed as query params can appear in server logs.

⚡ Reliability

Uptime/SLA
92
Version Stability
78
Breaking Changes
75
Error Recovery
82
AF Security Reliability

Best When

An agent needs to find or look up places, validate addresses, or enrich location data with business details like hours, ratings, and photos.

Avoid When

Cost is a constraint - the Places API is expensive at scale. Consider OpenStreetMap-based alternatives like Nominatim for high-volume lookups.

Use Cases

  • Building location-aware agents that find nearby restaurants, hotels, or services
  • Address autocomplete and validation in agent-driven form flows
  • Fetching business hours and contact info for research or scheduling agents
  • Enriching lead data with verified business information and reviews
  • Geofencing and proximity-based recommendations in travel or logistics agents

Not For

  • Turn-by-turn navigation (use Google Maps Directions API)
  • Bulk geocoding of large address lists at low cost
  • Accessing real-time traffic or transit data

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
Yes
Webhooks
No

Authentication

Methods: api_key
OAuth: No Scopes: No

API key passed as query parameter or HTTP header (X-Goog-Api-Key). Keys are restricted by API type, IP/referrer, and usage quotas in Google Cloud Console. No OAuth required for server-side use.

Pricing

Model: pay-as-you-go
Free tier: Yes
Requires CC: Yes

Requires billing account with credit card even for free tier. $200 monthly credit covers moderate usage. Costs escalate quickly at scale - a busy agent could exhaust the free tier in hours. New Places API (v1) has different pricing from legacy Places API.

Agent Metadata

Pagination
cursor
Idempotent
Full
Retry Guidance
Documented

Known Gotchas

  • Legacy Places API and new Places API (v1) are different endpoints with different field names and request formats - easy to mix up
  • Field masking is required in new Places API v1 - omitting X-Goog-FieldMask header returns minimal data and still bills for full request
  • place_id values are not stable forever - Google can reassign place IDs, agents should not cache them indefinitely
  • OVER_QUERY_LIMIT is returned when per-second rate is exceeded, not just daily quota - agents need both short-term and long-term backoff
  • Photo references expire and must be re-fetched; agents cannot store photo URLs long-term
  • Billing activation required before first API call - requests fail silently with PROJECT_NOT_AUTHORIZED if billing not enabled

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for Google Places API.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-07.

6347
Packages Evaluated
26150
Need Evaluation
173
Need Re-evaluation
Community Powered