Easy web scraping wrapper for Google Suggest results
Project description
EasyScrape-GoogleSuggest
Scrape Google Auto Suggest Results
Instructions
- Install:
pip install easyscrape-googlesuggest
- Get Google Suggestions for a Search Term:
from easyscrape_googlesuggest import getsuggestions as ES
# Request suggestions for a search term
ESResults = ES.query("Mony Python")
ESResults
['monty python and the holy grail', 'monty python movies', 'monty python cast', 'monty python life of brian', 'monty python and the holy grail quotes', "monty python's flying circus", 'monty python rabbit', 'monty python quotes']
- ES_query returns a list of strings with the results. You can optionally set the requests header as the second argument if you wish to include a custom header.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file easyscrape_googlesuggest-0.1.2.tar.gz
.
File metadata
- Download URL: easyscrape_googlesuggest-0.1.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f74699b276080b48a07e36dad159c5cbf34c7f69079034e8f048a67e71ee7b4 |
|
MD5 | ae650154d29a80a07f4cbef265338c24 |
|
BLAKE2b-256 | 99c4aab22e4e79dd9b8d162e4fb0d4c9f2e403909676f6262c308e3ff3a32459 |
File details
Details for the file easyscrape_googlesuggest-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: easyscrape_googlesuggest-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0839ce3736bbd562bd6ee1db8b69339f0a49ef2b026f42d71e3f34c4ed0e32a |
|
MD5 | 753323d6a0bc5ddb600da982e4a836e6 |
|
BLAKE2b-256 | bb64d287429da7f9b7f16c61b2cf3170e34a8d30ce98b045bd8882d6de3f5977 |