shopify-catalog-exporter
Scrape any public Shopify store via its sitemap and export all products to a Shopify Admin-compatible import CSV — no API key required.
Install
pip install shopify-catalog-exporter
# or for faster HTTP:
pip install "shopify-catalog-exporter[requests]"
Usage
shopify-catalog-export someshop.myshopify.com
shopify-catalog-export someshop.myshopify.com --output products.csv --verbose
shopify-catalog-export someshop.myshopify.com --max-products 50 --delay-ms 200
Options
| Flag | Default | Description |
|---|---|---|
--output |
products.csv |
Output CSV path |
--template |
auto | Custom CSV template path |
--timeout |
10 |
HTTP timeout in seconds |
--retries |
2 |
Retries on failure |
--delay-ms |
150 |
Delay between requests (ms) |
--max-products |
none | Cap number of products |
--verbose |
off | Print progress details |
Release files for shopify-catalog-exporter 0.1.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 | |
|---|---|---|---|
| shopify_catalog_exporter-0.1.0.tar.gz | 17.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| shopify_catalog_exporter-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 33.9 kB
Release files / shopify_catalog_exporter-0.1.0.tar.gz
| Download URL | shopify_catalog_exporter-0.1.0.tar.gz |
|---|---|
| Size | 17.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8bcbdce1e78bf91ce5ea6b5c70955fcb6427ca3885d1b10eb96f836add9e1d7a
|
|
BLAKE2b-256 checksum How to use checksums |
effac7226c82aac76ba2c3a35b5daa10be7eec60f7e5e2c4bb10d0f8aea303f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|
Release files / shopify_catalog_exporter-0.1.0-py3-none-any.whl
| Download URL | shopify_catalog_exporter-0.1.0-py3-none-any.whl |
|---|---|
| Size | 16.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b7c604151c4910dd09dfe14d46112f612031b0f9446726776b0f15836bdfad60
|
|
BLAKE2b-256 checksum How to use checksums |
0f9852bf7c2e48c8250085150965f737d4cf492ac8f3fc474a020aab941e0da2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|