The Places API lets you search for place information
using a variety of categories, including establishments, prominent points of
interest, and geographic locations. You can search for places either by
proximity or a text string. A Place Search returns a list of places along with
summary information about each place; additional information is available using
a Place Details query.
Compare search types
There are three search endpoints available with different characteristics. The following table
highlights some of these differences.
There is no way to constrain Nearby Search or Text Search to only return specific fields. To
keep from requesting (and paying for) data that you don't need, use a Find Place request instead.
Ambiguous text
Find Place and Text Search are optimized for matching ambiguous text across a number of fields
while Nearby Search is constrained to strict matches on a subset of fields.
Additional filters
Nearby Search and Text Search allow additional parameters to filter results,
(e.g. minprice, maxprice, opennow, and type).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-29 UTC."],[[["The Places API allows you to search for places using categories like establishments, points of interest, and geographic locations by proximity or text string."],["You can utilize the Places API with various platforms, including JavaScript, Web Service, and client libraries for server-side applications."],["For client-side development, consider the Places SDK for Android, iOS, and the Places Library for the Maps JavaScript API."],["Three search endpoints are available: Find Place, Nearby Search, and Text Search, each with unique characteristics like field selection and ambiguous text handling."],["Nearby Search and Text Search offer additional filters such as `minprice`, `maxprice`, `opennow`, and `type` to refine results."]]],[]]