Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzubairtahir authored Jan 23, 2024
1 parent f9ab5a6 commit 91b2531
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,65 +2,3 @@
-----------------
## Update:
This repo is updated to a gui <a href="https://github.com/Zubdata/Google-Maps-Scraper">tool</a>

<!DOCTYPE html>
<html>
<body>
<h1>🗺️ Google Maps Scraper</h1>
<p>This repository contains a Python script that scrapes Google Maps search results for business information such as business name, location, website, and contact number.</p>
<h2>🚀 Getting Started</h2>


<h3>Prerequisites</h3>

<p>Before running the script, make sure you have the following packages installed:</p>

<ul>
<li>Selenium with Chrome driver</li>
<li>Pandas</li>
<li>bs4</li>
</ul>

<h3>Installation</h3>

<p>You can install the required packages using pip:</p>

<pre>
pip install selenium pandas bs4
</pre>

<h3>Running the script</h3>

<p>To run the scraper, simply run <code>main.py</code> file</p>



<p>You have to give following following information before running the script:</p>

<ul>
<li>Google Maps search results page URL</li>
<br>
<img src="Readme images/sample page.png" alt="Sample page">
<br>
<br>
<li>Number of times to scroll the results</li>
<li>Output format: 0 (Excel) or 1 (CSV)</li>
</ul>



<p>After providing the required information, run the script and it will start scraping the search results and store the business information in a file in the format you specified.</p>

<h2>🤝 Contributing</h2>

<p>Contributions are welcome! If you want to contribute to this project, please open an issue or submit a pull request.</p>

<h2>📝 License</h2>



<p>This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.</p>
</body>
</html>


0 comments on commit 91b2531

Please sign in to comment.