omkarcloud / google-maps-scraper

👋 HOLA 👋 HOLA 👋 HOLA ! ENJOY OUR GOOGLE MAPS SCRAPER 🚀 TO EFFORTLESSLY EXTRACT DATA SUCH AS NAMES, ADDRESSES, PHONE NUMBERS, REVIEWS, WEBSITES, AND RATINGS FROM GOOGLE MAPS WITH EASE! 🤖
https://www.omkar.cloud/
MIT License
1.11k stars 266 forks source link

get latitude and longitude #42

Closed basheer-shahrour closed 1 year ago

basheer-shahrour commented 1 year ago

can I get location data ?

admiral504 commented 1 year ago

can I get location data ?

The location data is already included in the output. Each row in the output will have a coordinates column that contains the latitude and longitude for that data point. The coordinates are stored as a dictionary with the keys 'latitude' and 'longitude'. For example:

{'latitude': 10.7322283, 'longitude': 106.6896905}

coordinates {'latitude': 10.7322283, 'longitude': 106.6896905}