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
863 stars 211 forks source link

Is there any way to use wiyhout api. #172

Closed babynew closed 1 month ago

babynew commented 1 month ago

Is there any way to use wiyhout api. any one have code that directly call the python code as previous versions have?

Chetan11-dev commented 1 month ago

Create a test.py file in root with following contents

from src.scraper import scrape_places
print(scrape_places({'query': 'Web Developers in Bangalore', 'max': 1, 'lang': 'en', 'geo_coordinates': '', 'zoom': 14, 'links':[]}))

Then run it.