{"id":28236843,"url":"https://github.com/honocorp/selenium-scrape","last_synced_at":"2026-05-15T21:35:53.949Z","repository":{"id":43125018,"uuid":"378412271","full_name":"HonoCorp/selenium-scrape","owner":"HonoCorp","description":"Scraping Google Maps using Selenium Web Driver","archived":false,"fork":false,"pushed_at":"2022-03-16T22:54:17.000Z","size":28,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-10T13:48:37.695Z","etag":null,"topics":["google-maps","python","scraping","selenium","selenium-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HonoCorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-19T12:55:44.000Z","updated_at":"2022-03-16T22:54:20.000Z","dependencies_parsed_at":"2022-09-22T06:10:31.085Z","dependency_job_id":null,"html_url":"https://github.com/HonoCorp/selenium-scrape","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HonoCorp/selenium-scrape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HonoCorp%2Fselenium-scrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HonoCorp%2Fselenium-scrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HonoCorp%2Fselenium-scrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HonoCorp%2Fselenium-scrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HonoCorp","download_url":"https://codeload.github.com/HonoCorp/selenium-scrape/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HonoCorp%2Fselenium-scrape/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266822324,"owners_count":23989824,"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-07-24T02:00:09.469Z","response_time":99,"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":["google-maps","python","scraping","selenium","selenium-python"],"created_at":"2025-05-19T00:16:51.080Z","updated_at":"2026-05-15T21:35:48.928Z","avatar_url":"https://github.com/HonoCorp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrape Google Maps Using Selenium\n\nThis is a simple demo on how to scrape Google Maps using Selenium WebDriver.\n\n## Instructions\nInstall selenium  \n\u003e pip install selenium  \n\nDownload the chromedriver that is compatible with your version of chrome browser from [this url](https://chromedriver.storage.googleapis.com/index.html)\n\nAdd the chromedriver to your path. For directions on how to add chromedriver to your PATH, go to [selenium website](https://www.selenium.dev/documentation/en/webdriver/driver_requirements/#adding-executables-to-your-path)\n\nRun `app.py` to see usage and available options  \n\u003e python app.py  \n\n## Examples\n1. Generate links for hotels in Mombasa\n```shell  \npython app.py -l mombasa -o mombasa-hotels.txt hotel\n```\n\n2. Generate links for companies in Nairobi  \n```shell\npython app.py -l nairobi -o nairobi-companies.txt company\n```\n\n3. Process output file after generating links for all companies in Nairobi  \n```shell  \npython app.py -o nairobi-companies.txt -p True company\n```  \n\n4. Process given file  \n```shell  \npython process.py filename.txt\n```\n\n5. Process file, overwriting any existing output file\n```shell  \npython process.py -f True ./data/links-20210619164636.txt\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonocorp%2Fselenium-scrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonocorp%2Fselenium-scrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonocorp%2Fselenium-scrape/lists"}