I want to make server api that gets data with search terms of about 300 specific search terms. I want to implement that using Google Places API. The search type is divided by Google Category and Name Only. First, I tried to implement that using TextSearch of Google Places API, but it always return 60 data, so it can't show data according to the current location that user locates. So, I tried to use Nearby Search, but after getting data, I must filter those data according to about 300 search terms. How can I implement this? I attach some of search terms below.
Search Type Search Term App Category Place Type Name Only Arby's Restaurant restaurant Google Category Art Gallery Recreation art_gallery
Anyone can help this? Thanks.