Giter Site home page Giter Site logo

christivn / google-maps-scraper Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 15 KB

🤖🗺️ Headless browser scraper written in python to extract Places data from Google Maps.

License: MIT License

Python 100.00%
google-map-api google-maps google-maps-api google-maps-scraper google-maps-scraping google-places lead lead-generation prospecting prospects

google-maps-scraper's Introduction

🤖🗺️ Google Maps Scraper

Headless browser scraper written in python to extract Places data from Google Maps.

Required packages:

  • requests_html
  • urllib

➡️ Example code

from mapScraper import placesCrawler

query = "Gimnasio en Sevilla España"
results = placesCrawler.search(query)

print(results)

Example output:

{
  "title": "OKEYMAS Fitness Club",
  "category": "Fitness center",
  "address": "Pl. Ximénez de Sandoval, 2, 41710 Utrera, Sevilla", 
  "website": "https://okeymas.es/utrera",
  "phoneNumber": "744618706",
  "rating": 4.6,
  "ratingCount": 130
},
{
  "title": "Planet Gym Bormujos", 
  "category": "Gym", 
  "address": "Av Juan Carlos Rey de España nº 55 local, 41930 Bormujos, Sevilla", 
  "website": "https://planetgymsport.es/bormujos/", 
  "phoneNumber": "955528389", 
  "rating": 4.5, 
  "ratingCount": 149
},
{
  "more..."
}

google-maps-scraper's People

Contributors

christivn avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.