Metadata-Version: 2.4
Name: google-maps-scraper-sdk
Version: 0.1.0
Summary: Official Python client for GMaps Lead Finder Agent HTTP API
Author-email: GMaps Lead Finder <support@gmapsleadfinder.com>
License: MIT
Project-URL: Homepage, https://gmapsleadfinder.com
Project-URL: Documentation, https://gmapsleadfinder.com/docs/api
Project-URL: Repository, https://github.com/google-maps-lead-scraper/google-maps-scraper
Project-URL: Issues, https://github.com/google-maps-lead-scraper/google-maps-scraper/issues
Project-URL: Changelog, https://github.com/google-maps-lead-scraper/google-maps-scraper/blob/main/CHANGELOG.md
Keywords: google-maps,scraper,leads,gmapsleadfinder,api
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Python client for GMaps Lead Finder

```bash
pip install google-maps-scraper-sdk
export GMF_API_KEY=gmf_your_key_here
gmaps-scraper me
# or: python -m gmaps_scraper me
```

```python
from gmaps_scraper import Client

rows = Client().scrape("dentists in Austin TX")
```

PyPI: https://pypi.org/project/google-maps-scraper-sdk/  
Docs: [../docs/python.md](../docs/python.md) · API: https://gmapsleadfinder.com/docs/api
