Places API Text Search
1 min readAug 31, 2020
Text search is a 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)
Request Query Parameters (Required)
Sample URL Request To Text Search
https://maps.googleapis.com/maps/api/place/textsearch/json?key=[YOURAPIKEY]&query=restaurants-in-toronto