Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 4.59 KB

advanced.md

File metadata and controls

84 lines (46 loc) · 4.59 KB

🤔 Advanced Questions

❓ I don't have Python, or I'm facing errors when setting up the scraper on my PC. How to solve it?

You can easily run the scraper in Gitpod, a browser-based development environment. Set it up in just 5 minutes by following these steps:

  1. Visit this link and sign up using your GitHub account.

    Screenshot (148)

  2. Once signed up, open it in Gitpod.

    gp-continue

  3. In the terminal, run the following command:

    python run.py
  4. You will see a popup notification with the heading "A service is available on port 3000". In the popup notification, press the "Open Browser" button to open the UI Dashboard in your browser

    open-browser.png

  5. Now, you can enter your search queries and press the Run button to get the results.

    gitpod-image

Note, that it's important to regularly interact with the Gitpod environment, such as clicking within it every 30 minutes, to keep the machine active and prevent automatic shutdown.

If you don't want to click every 30 minutes, then we encourage you to install Python and Node.js on your PC and run it locally.

❓ Do I Need Proxies?

No, you do not need to use proxies, you're free to run as many queries as you like.

❓ What is the Difference Between your google-maps-scraper and google-maps-reviews-scraper?

Both repositories use the same web scraper but are tailored for different audiences:

omkarcloud/google-maps-reviews-scraper:

  • Designed for Data Scientists.
  • Its README focuses on scraping reviews for sentiment analysis.

omkarcloud/google-maps-scraper:

  • Aimed at Entrepreneurs.
  • Its README focuses on extracting business listings.

Choose based on your need:

  • Data Scientists for sentiment analysis ➡️ google-maps-reviews-scraper, as its README is written specifically for your use case.
  • Entrepreneurs ➡️ google-maps-scraper, as its README is written specifically for your use case.

Note: Both repositories are exactly same in terms of code and functionality. The only difference is the README.

❓ Need More Help or Have Additional Questions?

For further help, feel free to reach out to us through:

  • WhatsApp: If you prefer WhatsApp, simply send a message here. Also, to help me provide the best possible answer, please include as much detail as possible.

    Contact Us on WhatsApp about Google Maps Scraper

  • GitHub Discussions: If you believe your question could benefit the community, feel free to post it in our GitHub discussions here.

    Contact Us on GitHub Discussion

  • Email: If you prefer email, kindly send your queries to chetan@omkar.cloud. Also, to help me provide the best possible answer, please include as much detail as possible.

    Contact Us on Email about Google Maps Scraper

We look forward to helping you and will respond to emails and whatsapp messages within 24 hours.

Good Luck!

Love It? Star It ⭐!

Become one of our amazing stargazers by giving us a star ⭐ on GitHub!

It's just one click, but it means the world to me.

Stargazers for @omkarcloud/google-maps-reviews-scraper

Made with ❤️ using Botasaurus Web Scraping Framework