Overview
scrapy-contrib-bigexporters provides additional exporters for the web crawling and scraping framework Scrapy (https://scrapy.org).
The following big data formats are supported:
Avro: https://avro.apache.org/
Iceberg: https://iceberg.apache.org/
Parquet: https://parquet.apache.org/
The library is published using pypi trusted publishers
Requirements
Python 3.12+
Scrapy 2.18+
Works on Linux, Windows, macOS, BSD
Parquet export requires pyarrow 22.00+ and pandas
Avro export requires fastavro 1.12+
ORC export requires pyarrow 25.00+ and pandas
Iceberg export requires pyiceberg 0.11+, pyarrow 25.00+ and pandas
Install
The quick way (pip):
pip install scrapy-contrib-bigexporters
Alternatively, you can install it from conda-forge:
conda install -c conda-forge scrapy-contrib-bigexporters
Depending on which format you want to use you need to install one or more of the following libraries.
Avro:
pip install fastavro
Avro is a file format.
Iceberg:
pip install pyiceberg pyarrow pandas
Iceberg is an open table format.
Note: Most likely you will need to add specific dependencies so that Iceberg works for you. See pyiceberg installation
ORC:
pip install pyarrow pandas
ORC is a file format.
Parquet:
pip install pyarrow pandas
Parquet is a file format.
Additional libraries may be needed for specific compression algorithms. The open table format may require additional libraries also to use different filesystems, catalogs and compression formats. See “Use”.
Use
Use of the library is simple. Install it with your Scrapy project as described above.You only need to configure the exporter in the Scrapy settings, run your scraper and the data will be exported into your desired format. There is no development needed.
See here for configuring the exporter in settings:
Source
The source is available at:
Codeberg (a non-commercial European hosted Git for Open Source): https://codeberg.org/ZuInnoTe/scrapy-contrib-bigexporters
Github (an US hosted commercial Git platform): https://github.com/ZuInnoTe/scrapy-contrib-bigexporters
Release files for scrapy-contrib-bigexporters 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scrapy_contrib_bigexporters-1.2.0.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scrapy_contrib_bigexporters-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.3 kB
Release files / scrapy_contrib_bigexporters-1.2.0.tar.gz
| Download URL | scrapy_contrib_bigexporters-1.2.0.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e23ea7d0988c0981def53aa6138e20924bff7419654cdee6127f253a9c06b55d
|
|
BLAKE2b-256 checksum How to use checksums |
b90d5166b2fc1b4b609ace60a5e0ee4f86d52bc30aa625d67631bdcf8fc5f269
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 29, 2026.
Transparency logRelease files / scrapy_contrib_bigexporters-1.2.0-py3-none-any.whl
| Download URL | scrapy_contrib_bigexporters-1.2.0-py3-none-any.whl |
|---|---|
| Size | 11.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6632c5ea95cd5e8d69735bd9f6ad99ee0fa58fc379820f3b29517dd619e46369
|
|
BLAKE2b-256 checksum How to use checksums |
04bbb4fa8d8dccb25d8c48cfc52de6a571ec818fbf92ae214e161c228a8abdbe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 29, 2026.
Transparency log