{"id":19409074,"url":"https://github.com/sabsar42/google-map-scrapper-streamlit-web","last_synced_at":"2025-10-14T01:41:49.938Z","repository":{"id":244032192,"uuid":"814105546","full_name":"sabsar42/Google-Map-Scrapper-Streamlit-Web","owner":"sabsar42","description":"Google Map Business Scraper","archived":false,"fork":false,"pushed_at":"2025-03-07T18:32:41.000Z","size":92,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T20:57:12.186Z","etag":null,"topics":["business","google-maps","webscraper"],"latest_commit_sha":null,"homepage":"https://gmap-scraper-web-app-shakib-absar.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sabsar42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-12T10:54:35.000Z","updated_at":"2025-09-20T17:21:10.000Z","dependencies_parsed_at":"2024-06-20T05:25:19.258Z","dependency_job_id":"325e6fd1-69ee-4c97-85d9-b68553269ba2","html_url":"https://github.com/sabsar42/Google-Map-Scrapper-Streamlit-Web","commit_stats":null,"previous_names":["sabsar42/google-map-scrapper-streamlit-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sabsar42/Google-Map-Scrapper-Streamlit-Web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabsar42%2FGoogle-Map-Scrapper-Streamlit-Web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabsar42%2FGoogle-Map-Scrapper-Streamlit-Web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabsar42%2FGoogle-Map-Scrapper-Streamlit-Web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabsar42%2FGoogle-Map-Scrapper-Streamlit-Web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sabsar42","download_url":"https://codeload.github.com/sabsar42/Google-Map-Scrapper-Streamlit-Web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabsar42%2FGoogle-Map-Scrapper-Streamlit-Web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017499,"owners_count":26086085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["business","google-maps","webscraper"],"created_at":"2024-11-10T12:09:33.079Z","updated_at":"2025-10-14T01:41:49.921Z","avatar_url":"https://github.com/sabsar42.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Maps Business Scraper Streamlit Web App\n  live : https://gmap-scraper-web-app-shakib-absar.streamlit.app/\n\n## Overview\n\nGoogle Maps Business Scraper is a Streamlit application designed to scrape business details from Google Maps based on a search term. It extracts `business names`, `addresses`, `websites`, `phone numbers`, and `average reviews`. \u003cbr\u003e\nThe scraped data is then saved in an Excel file for easy access and download.\n\n## Features\n\n- **User Input**: Enter a search term and specify the number of results to scrape.  \n- **Progress Indicator**: A progress bar and elapsed time indicator to show the scraping process.\n- **Data Export**: Export the scraped data to an Excel file and download it directly from the app.\n- **Styled Interface**: Custom background color and personalized branding.\n\n## Installation\n\n1. **Clone the Repository**\n    ```sh\n    git clone https://github.com/sabsar42/Google-Map-Scrapper-Streamlit.git\n    cd Google-Map-Scrapper-Streamlit\n    ```\n\n2. **Create a Virtual Environment**\n    ```sh\n    python -m venv venv\n    ```\n\n3. **Activate the Virtual Environment**\n\n    - On Windows:\n        ```sh\n        venv\\Scripts\\activate\n        ```\n    - On macOS/Linux:\n        ```sh\n        source venv/bin/activate\n        ```\n\n4. **Install Required Packages**\n    ```sh\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\n1. **Run the Streamlit App**\n    ```sh\n    streamlit run main_setVal.py\n    ```\n\n2. **Open the App in a Browser**\n    After running the command, Streamlit will display a URL in the terminal (usually `http://localhost:8501`). Open this URL in your browser.\n\n3. **Enter Search Term and Number of Results**\n    - Enter the desired search term.\n    - Specify the number of results to scrape.\n\n4. **Scrape and Download Data**\n    - Click on the **Get Data** button to start scraping.\n    - After completion, download the Excel file containing the scraped data.\n\n## Code Structure\n\n- **`main_setVal.py`**: Contains the main Streamlit application code along with the Scraper logic.\n\n## Example\n    \n1. **Enter Search Term**: \"Coffee Shops in New York, United States\"\n2. **Specify Number of Results**: 100\n3. **Click `Get Data`**: The app scrapes data and displays progress.\n4. **Download Excel File**: Click the download button to get the results in .XLSX format ( Excel File ).\n\n## Contributions\n\nContributions are welcome! Feel free to submit a pull request or open an issue.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Author\n\nDeveloped by Shakib Asbar.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabsar42%2Fgoogle-map-scrapper-streamlit-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabsar42%2Fgoogle-map-scrapper-streamlit-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabsar42%2Fgoogle-map-scrapper-streamlit-web/lists"}