https://github.com/nidhaloff/google-search-scraper
a python package to scrape google search results
https://github.com/nidhaloff/google-search-scraper
Last synced: 6 months ago
JSON representation
a python package to scrape google search results
- Host: GitHub
- URL: https://github.com/nidhaloff/google-search-scraper
- Owner: nidhaloff
- License: other
- Created: 2020-12-20T20:03:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T23:37:37.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T11:15:59.165Z (8 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=====================
google-search-scraper
=====================.. image:: https://img.shields.io/pypi/v/google-search-scraper.svg
:target: https://pypi.python.org/pypi/google-search-scraper.. image:: https://img.shields.io/travis/nidhaloff/google-search-scraper.svg
:target: https://travis-ci.com/nidhaloff/google-search-scraper.. image:: https://readthedocs.org/projects/google-search-scraper/badge/?version=latest
:target: https://google-search-scraper.readthedocs.io/en/main
:alt: Documentation Statusa python package to scrape google search results
* Free software: Apache Software License 2.0
* Documentation: https://google-search-scraper.readthedocs.io.Usage
------.. code-block:: python
from google_search_scraper import GoogleScraper
your_text = 'something interesting'
results = GoogleScraper().search(your_text)