google_maps_scraper
بواسطة @amineboutarfi
118
عن هذا المشروع
Google Maps Scraper This is simple scraper that uses Playwright to extract data from Google Maps. This example is made for educational purposese. This scrapit is easy to customize. check both Excel & CSV files (googlemapsdata) to see how final data will look like. To Install: (Optional: create & activate a virtual environment) virtualenv venv, then source venv/bin/activate pip install -r requirements.txt playwright install chromium to Run: A single search: python3 main.py -s= -t= Multiple searches at once Add searches in input.txt, each search should be in a new line as shown in the example (check input.txt) Then run: python3 main.py If you pass -t= it will be applied to all the searches. Tips: If you want to search more than the limited 120 results, detail you search more and as granular as you need it to be in the input.txt, for example: Instead of using: United states dentist Use: Unites States Boston dentist Unites States New York dentist Unites States Texas dentist And so on...
من ملف README الخاص بالمشروع على GitHub
- النجوم
- 118
- التفريعات
- 72
- الرخصة
- MIT
- آخر تحديث
- 12/03/2024
أضف هذه الشارة إلى ملف README
أظهر أن مشروعك مُدرج على «صُنع في الجزائر».
[](https://www.madeinalgeria.dev/projects/google-maps-scraper)