Google SERP & Search Intelligence Extractor (Python SDK)
High-speed, zero rate-limit Python client and library for scraping Google Search Engine Results Pages (SERPs).
🚀 Installation
pip install google-serp-extractor
⚡ Quick Start
from google_serp_extractor import scrape_google_serp
results = scrape_google_serp("What are the top 5 CRM tools", country_code="us")
print(f"Total Results: {results['total_organic_results']}")
for item in results["organic_results"][:5]:
print(f"#{item['position']} {item['title']}")
print(f" URL: {item['url']}")
🌐 Cloud API & Apify Actor
- Apify Store Actor: https://apify.com/meanusarcanus/google-serp-ai
- RapidAPI Hub: https://rapidapi.com
- GitHub Repository: https://github.com/meanusarcanus/google-serp-extractor
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
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 google_serp_extractor-1.0.0.tar.gz.
File metadata
- Download URL: google_serp_extractor-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdb6e86f12e303dc8c154f1e958fcbbd702ff760aeea8d815fc7ac4ed476ebda
|
|
| MD5 |
f2403ae45b19c7879e83fb0fa4ccbeca
|
|
| BLAKE2b-256 |
b691e2146efc21ee25fd892c4abf36c1ba8f9662bffaa3980faf3cc3ae1fe534
|
File details
Details for the file google_serp_extractor-1.0.0-py3-none-any.whl.
File metadata
- Download URL: google_serp_extractor-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb79507f454a67df7e03ba48df1ea5851346e3e1edf24447142494a9a09e0a8f
|
|
| MD5 |
f68bbf185fc99293860a9be4833a4f10
|
|
| BLAKE2b-256 |
9282dbf2703c8cb28391e0d5972fb2552a737ed3cb9c81379a8068bfec76639f
|