scrapinghub
Client interface for Scrapinghub API
What it is and what it does
Scrapinghub is a Python 3.10+ client library that wraps the Scrapinghub API, allowing developers to programmatically manage and interact with web scraping jobs and data hosted on the Scrapinghub cloud platform. It abstracts HTTP communication through a clean Python interface, handling authentication, request formatting, and response parsing. The library depends on requests for HTTP calls, retrying for resilient network operations, python-dotenv for credential management, and six for Python 2/3 compatibility (legacy support).
Typically used by teams running distributed web scraping operations who need to automate job submission, monitor execution, retrieve results, or integrate scraping workflows into larger data pipelines. The library is production-stable, actively maintained, and supports modern Python implementations including CPython and PyPy.
Use it for:
- Automate submission and monitoring of web scraping jobs to Scrapinghub from a Python application or workflow.
- Retrieve and process scraped data programmatically from completed Scrapinghub jobs within a data pipeline.
- Manage multiple scraping projects and jobs at scale through a unified Python interface.
- Integrate Scrapinghub scraping capabilities into CI/CD pipelines or scheduled data collection tasks.
- Build custom dashboards or reporting tools that pull job status and results from Scrapinghub.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python client library for communicating with the Scrapinghub API, enabling programmatic access to Scrapinghub's web scraping and data extraction services.
Yes, if you use Scrapinghub for web scraping. The library is production-stable, actively maintained, has low install friction, permissive licensing, and no known vulnerabilities. It is the official client for Scrapinghub API integration in Python and is well-suited for teams automating scraping workflows. Not relevant if you do not use Scrapinghub's platform.
Install
scrapinghub on PyPI
pip
pip install scrapinghubuv
uv add scrapinghubpoetry
poetry add scrapinghubInstalling scrapinghub
Before you install
Installation is straightforward with low friction; the package is actively maintained with a recent release and supports current Python versions (3.10–3.13). Four runtime dependencies are all stable, widely-used libraries.
License in practice
BSD license is permissive, allowing commercial and private use with minimal restrictions—no licensing barrier to adoption.
Quickstart
pip install scrapinghub
import scrapinghub
# Authenticate and interact with Scrapinghub API
client = scrapinghub.Client(apikey='your-api-key')
Requires Python 3.10 or later; Scrapinghub API credentials (API key) needed for actual use.
Verify before relying
- Specific API endpoints and methods available in version 2.9.0—documentation should be consulted for full capability scope.
- Whether optional MessagePack support (mentioned in description) is included by default or requires separate installation.
Package facts
| License | BSD (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — python-dotenv, requests, retrying, six |
| Maintenance | actively maintained — 2 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 142,117/month — #11,225 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: scrapinghub-2.9.0-py2.py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
scrapfly-sdkPython SDK for the Scrapfly web scraping…
permissive · top 15,000 on PyPI
oxylabsOfficial Python client for Oxylabs web scraping…
permissive · top 15,000 on PyPI
scrapingbeePython SDK wrapper for ScrapingBee's web…
permissive · top 15,000 on PyPI
ScrapyScrapy is a web scraping framework that…
permissive · top 5,000 on PyPI
zyte-apiPython client library and command-line tool for…
permissive · top 15,000 on PyPI
spider-clientPython SDK for the Spider Cloud API that…
permissive · top 15,000 on PyPI
rapidataA Python client library for interacting with…
permissive · top 15,000 on PyPI
scrapegraph-pyClient SDK for the ScrapeGraphAI managed API,…
permissive · top 15,000 on PyPI
mechanizeAutomate programmatic interaction with HTTP web…
permissive · top 15,000 on PyPI
linkedin-apiProvides direct HTTP access to LinkedIn's…
permissive · top 15,000 on PyPI