Official client SDK of Scrapezone
Project description
Getting Data Was Never Easier
Forget about proxies, servers, and IP addresses. Just get the data you need.
Google and eCommerce HTML Scraper Send a request with up to 1,000 URLs and receive the raw, unblocked HTML files.
Quick Start
- Create a new account at: https://app.scrapezone.com
- Copy your scrape username and password.
- Start getting the data you need.
Example request:
from client import ScrapezoneClient
from decouple import config
username = config('SCRAPEZONE_USERNAME')
password = config('SCRAPEZONE_PASSWORD')
scrapezoneClient = ScrapezoneClient(username, password)
results = scrapezoneClient.scrape(
{'scraper_name': 'amazon_product_display', 'query': [
'https://amazon.com/dp/B01LSUQSB0',
'https://amazon.com/dp/B084K5HNCB'
]})
print(results)
Full documentation can be found Here.
Project details
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 scrapezone-python-sdk-1.0.2.tar.gz
.
File metadata
- Download URL: scrapezone-python-sdk-1.0.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2f6d278d664c728cc9dc8f31fa9b653d754fdcd95db075061d247cf4ec8fa18 |
|
MD5 | b01027a452b2551340682475ff091c03 |
|
BLAKE2b-256 | 23ae25b5200cddc00d281ae679ccd7999fe160e86b0a0ac7282a757d286321b5 |
File details
Details for the file scrapezone_python_sdk-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: scrapezone_python_sdk-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91d28bd8e4da15ca9ce0211b981a038e7567ccd6c037e50b7610ebf02ccbb44f |
|
MD5 | b69141a966ac431dd20a08798f8e2187 |
|
BLAKE2b-256 | e0466a10f4f34fe9221ab617425a7355eb801587d9e810f6db9f109ff8f11ec9 |