This is a simple package to scrape google search results
Project description
googleScrapy
- response structure:
{
'status_code' : status_code, #Eg. 200, 429, 500
'links' : [link1, link2, link3] #Eg. https://example.com
}
- Usage:
from googleScrapy import Google
response = Google().search('search query goes here')
if response.status_code == 200:
print('fetched succesfully')
for link in response.links:
print(link)
else:
print(f'Error, status code: {response.status_code}')
- Free Software: MIT License
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
googleScrapy-0.0.1.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file googleScrapy-0.0.1.tar.gz.
File metadata
- Download URL: googleScrapy-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dd3bd9ed54dfb61ac421f7df38cdc2dd88d3bce78f0ca9c67144fba98b10fb2
|
|
| MD5 |
50914f6f6568751a6509f5df95fb7541
|
|
| BLAKE2b-256 |
66e23b29c31eb18db6258caf1954f27ed5e2480b8e144b442373862210c26e68
|
File details
Details for the file googleScrapy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: googleScrapy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d783f2f560278e45de453128660f68344e44811dc43e27fde49398396ef0d3b6
|
|
| MD5 |
cb7b104e1abe2ff710b51fa669b055e2
|
|
| BLAKE2b-256 |
d5ebdd45bb5c709dcbf4b5e7f61d135644a3ca1f86481b8b36266f60c6b24a2e
|