Dieses Produkt oder diese Funktion ist eingestellt. Weitere Informationen zum Status „Alt“ finden Sie unter Alte Produkte und Funktionen. Informationen zur Migration zur Places API (neu) finden Sie im Migrationsleitfaden.
Mit der Places API können Sie nach Ortsinformationen in verschiedenen Kategorien suchen, z. B. nach Einrichtungen, markanten POIs und geografischen Standorten. Sie können nach Orten entweder nach Nähe oder nach einem Textstring suchen. Eine Place Search-Suche gibt eine Liste von Orten mit zusammenfassenden Informationen zu jedem Ort zurück. Zusätzliche Informationen sind mit einer Place Details (Legacy)-Abfrage verfügbar.
Suchtypen vergleichen
Es gibt drei Suchendpunkte mit unterschiedlichen Eigenschaften. In der folgenden Tabelle werden einige dieser Unterschiede hervorgehoben.
Es ist nicht möglich, Nearby Search (alte Version) oder Text Search (alte Version) so einzuschränken, dass nur bestimmte Felder zurückgegeben werden. Um zu verhindern, dass Daten abgerufen werden (und Ihnen in Rechnung gestellt werden), die Sie nicht benötigen, empfehlen wir, stattdessen eine Anfrage vom Typ „Ort finden“ (alt) zu nutzen.
Mehrdeutiger Text
„Find Place“ (alt) und „Text Search“ (alt) sind für die Übereinstimmung mehrdeutigen Texts in mehreren Feldern optimiert. „Nearby Search“ (alt) ist auf strenge Übereinstimmungen in einem Teil der Felder beschränkt.
Zusätzliche Filter
Bei der Nearby Search (alte Version) und der Text Search (alte Version) können Ergebnisse mithilfe zusätzlicher Parameter gefiltert werden (z.B. minprice, maxprice, opennow und type).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],null,["# Place Search\n\n**European Economic Area (EEA) developers** If your billing address is in the European Economic Area, effective on 8 July 2025, the [Google Maps Platform EEA Terms of Service](https://cloud.google.com/terms/maps-platform/eea) will apply to your use of the Services. Functionality varies by region. [Learn more](/maps/comms/eea/faq).\n**Note: Server-side\nand client-side libraries**\n\nThe Places API is also available with the\n[Java Client,\nPython Client, Go Client and Node.js Client for Google Maps Services](/maps/documentation/places/web-service/client-library).\nThe Places API and the client libraries are for\nuse in server applications.\n\nIf you're building a client-side\napplication, take a look at the\n[Places SDK for Android (New)](/maps/documentation/places/android-sdk), the\n[Places SDK for iOS (New)](/maps/documentation/places/ios-sdk), and the\n[Places Library, Maps JavaScript API](/maps/documentation/javascript/places).\n\nThe Places API lets you search for place information\nusing a variety of categories, including establishments, prominent points of\ninterest, and geographic locations. You can search for places either by\nproximity or a text string. A Place Search returns a list of places along with\nsummary information about each place; additional information is available using\na [Place Details (Legacy)](/maps/documentation/places/web-service/details) query.\n\nCompare search types\n--------------------\n\nThere are three search endpoints available with different characteristics. The following table\nhighlights some of these differences.\n\n| Type | [Field selection](#field-selection) | Text Search (Legacy) | [Ambiguous text](#ambiguous-text) | Location filter | [Additional filters](#additional-filters) |\n|----------------------------------------------------------------------------------------|-------------------------------------|----------------------|-----------------------------------|-----------------|-------------------------------------------|\n| [Find Place (Legacy)](/maps/documentation/places/web-service/legacy/search-find-place) | | `input` | | | |\n| [Nearby Search (Legacy)](/maps/documentation/places/web-service/legacy/search-nearby) | | `keyword` | | | |\n| [Text Search (Legacy)](/maps/documentation/places/web-service/legacy/search-text) | | `query` | | | |\n\n### Field selection\n\nThere is no way to constrain Nearby Search (Legacy) or Text Search (Legacy) to only return specific fields. To\nkeep from requesting (and paying for) data that you don't need, use a Find Place (Legacy) request instead.\n\n### Ambiguous text\n\nFind Place (Legacy) and Text Search (Legacy) are optimized for matching ambiguous text across a number of fields\nwhile Nearby Search (Legacy) is constrained to strict matches on a subset of fields.\n\n### Additional filters\n\nNearby Search (Legacy) and Text Search (Legacy) allow additional parameters to filter results,\n(e.g. `minprice`, `maxprice`, `opennow`, and `type`)."]]