Places API Text Search
Last modified on March 20th, 2022
Raja Tamil
Text search is part of Google Places API as well.
Text Search Request returns a set of places based on the text query string.
For Example: “Restaurants in Toronto“
Text Search Request Base URL
https://maps.googleapis.com/maps/api/place/textsearch/
Request URL Parameter (Required)
name | description |
---|---|
JSON or XML | Output format (json recommended) |
Request Query Parameters (Required)
name | description |
---|---|
key | Your API Key from Google Cloud Platform |
query | The value can be single or multiple words. For Example: “Restaurants in Toronto” |
Sample URL Request To Text Search
https://maps.googleapis.com/maps/api/place/textsearch/json?key=[YOURAPIKEY]&query=restaurants-in-toronto
Text Search Response JSON Object

Hey, Like what you're reading? Check this out!
🔥 9,134+ students already enrolled!
4.6 ⭐️⭐️⭐️⭐️⭐️ (145+ ratings)
BEST SELLER
Show/Post Comments