Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
479 views

Making a Post Request to Google Maps Places API (New) with Python

I am trying to retrieve data from google's 'NEW' Places API for google maps, specifically the New Nearby Search API. I have a working API Key (well it works with the old Places API, I don't believe i ...
Kevin Hopkins's user avatar
0 votes
1 answer
28 views

Unable to replace address values of a dataset using Places API

I had a problem with replacing the original values of the address column with the address I get from Places API response. Even though the code and its responses were smooth-sailing, something must ...
Vũ Minh Lê's user avatar
0 votes
0 answers
48 views

get hospital count in a city using google maps API

I am trying to use google maps api to get a list of all hospitals in a city. But how can I create a "radius" or "bounding box" or a city, for example Munich, Germany? When I search,...
x89's user avatar
  • 3,208
0 votes
1 answer
982 views

How to call via Google places API(New) Text Search (ID Only) in python?

According to documentation here if I ask, just for place_id, the call should be for free. I tried various versions of call, but all of them either did not work or gave me not just id, but also other ...
Emil Haas's user avatar
  • 604
1 vote
1 answer
216 views

Finding Points of interest in a specific address or coordinates

I am willing to find all the existing Points of interest within a specific address. I have tried to use Google places API, but whenever i type an adress it returns a value in type "Street_address&...
Dekel Karkasoni's user avatar
1 vote
1 answer
59 views

Translating the 'types' Field in Google Places API Response to Italian

I'm working with the Google Places API and trying to get the response in Italian, specifically for the 'types' field. I have set the 'language' parameter to 'it' in my request, and I've also added the ...
JVel's user avatar
  • 11
0 votes
2 answers
42 views

Gmaps results only local even when i query another city

I made a python program that takes a business type and location then outputs results in that location. The output is always local in the twin cities. def get_places(query, location): parameters = {...
Justin Clark's user avatar
1 vote
1 answer
1k views

Using Python and Google Places API, how can I get the Place_id of a specific place at a given address?

I'd like to use Python and the Google Places API to get review data for a gas station located at 1101 E FLORENCE AVE, LOS ANGELES, CALIFORNIA 90001. When I search using the API, I get a "building&...
Reid's user avatar
  • 11
-1 votes
1 answer
316 views

What is the best way to get all of the mechanics in the UK using Google Places API?

I have tried to do this by specifying a location with a large radius that covers a lot of the UK and requesting all the mechanics in that range, but I only got 60 results which is of course much less ...
Ameen Izhac's user avatar
-1 votes
1 answer
540 views

Trying to get business name based on address using find_place

This is just an example of one of locations I'm having trouble with. I'm taking the place_id from the return to try and get more fields, but When you actually put in the place_id that it returns it ...
fitzpawb's user avatar
-1 votes
1 answer
111 views

Googlemaps refuses to give more than 20 restaurants

I am trying to get more than 20 restaurants in googlemaps.places_nearby(). so, I am using the page_token mentioned in a question here on stackoverflow. here's the code: import time with open('apikey....
Ismail Awad's user avatar
1 vote
1 answer
118 views

Why is only one result being returned

Python and vsCode, using google maps API I have copied a program from a person on the internet to find all the businesses in my local area, but the returned data doesn't seem correct. I first tried to ...
I_March1127's user avatar
3 votes
1 answer
1k views

Grabbing opening hours from google places API

I am using this python library to grab a response from the google places API. Using the places function from the above library returns the object you see below. You can see that is just gives me a ...
Justin Priede's user avatar
0 votes
1 answer
105 views

Adding Google Place Details to Pandas Dataframe from List of Shop ID's

I'm trying to add some Place Details to a Pandas Dataframe of businesses, but I can't seem to iterate over and update the information correctly. First, I'm calling my existing dataframe, and ...
Haytorade's user avatar
  • 165
0 votes
2 answers
56 views

Ajax sending data to django python

Recreating a page to use django forms (current screen does not use any django forms implementation when rendering a template), to take in data from google places autocomplete. Basically just taking ...
Ethan's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
7