{"id":21771098,"url":"https://github.com/esaum10/place_scrapper","last_synced_at":"2026-04-13T21:31:28.298Z","repository":{"id":166192813,"uuid":"618100476","full_name":"EsauM10/place_scrapper","owner":"EsauM10","description":"Scrapping package to retrieve data from Google Places.","archived":false,"fork":false,"pushed_at":"2023-11-16T00:26:43.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T18:57:34.173Z","etag":null,"topics":["google-maps","places-api","scrapping","selenium"],"latest_commit_sha":null,"homepage":"","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/EsauM10.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}},"created_at":"2023-03-23T18:51:59.000Z","updated_at":"2023-11-29T06:35:46.000Z","dependencies_parsed_at":"2023-11-14T19:53:08.954Z","dependency_job_id":null,"html_url":"https://github.com/EsauM10/place_scrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EsauM10/place_scrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EsauM10%2Fplace_scrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EsauM10%2Fplace_scrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EsauM10%2Fplace_scrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EsauM10%2Fplace_scrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EsauM10","download_url":"https://codeload.github.com/EsauM10/place_scrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EsauM10%2Fplace_scrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","places-api","scrapping","selenium"],"created_at":"2024-11-26T14:15:04.506Z","updated_at":"2026-04-13T21:31:28.271Z","avatar_url":"https://github.com/EsauM10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/python-3.9+-blue.svg)\n![](https://img.shields.io/badge/selenium-4.8+-silver.svg)\n![Tests](https://github.com/EsauM10/place_scrapper/actions/workflows/tests.yml/badge.svg)\n# Google Places Scrapper\n\n## Installation\n```\npip install git+https://github.com/EsauM10/place_scrapper.git\n```\n\n## Usage\n```python\nfrom place_scrapper import GooglePlaces\n\nplaces = GooglePlaces.get_places(query='Restaurants in São Paulo', limit=10)\n\nfor place in places:\n    print(place)\n```\n### Saving to a file:\n```python\nimport json\nfrom place_scrapper import GooglePlaces\n\nplaces = GooglePlaces.get_places(query='Restaurants in São Paulo')\ndata = [place.to_dict for place in places]\n    \nwith open('places.json', mode='w', encoding='utf-8') as file:\n    file.write(json.dumps(data))\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesaum10%2Fplace_scrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesaum10%2Fplace_scrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesaum10%2Fplace_scrapper/lists"}