Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzubairtahir authored Apr 7, 2023
1 parent 70ff7bc commit 1498e13
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<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>
Expand Down Expand Up @@ -33,11 +34,17 @@ pip install selenium pandas bs4

<ul>
<li>Google Maps search results page URL</li>
<li>Number of times to scroll the page</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, the script will start scraping the search results and store the business information in a file in the format you specified.</p>


<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>

Expand Down

0 comments on commit 1498e13

Please sign in to comment.