Datasets:
11,720 rows from 72 collector runs
Browse files- .gitattributes +2 -0
- README.md +92 -0
- dataset.json +27 -0
- shopify-store-products-scraper.csv +3 -0
- shopify-store-products-scraper.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
shopify-store-products-scraper.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
shopify-store-products-scraper.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: "Shopify Store Scraper"
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10K<n<100K
|
| 8 |
+
tags:
|
| 9 |
+
- "reapx"
|
| 10 |
+
- "web-scraping"
|
| 11 |
+
- "open-data"
|
| 12 |
+
- "shopify-store-products-scraper"
|
| 13 |
+
- "shopify"
|
| 14 |
+
- "store"
|
| 15 |
+
- "products"
|
| 16 |
+
- "prices"
|
| 17 |
+
- "stock"
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: shopify-store-products-scraper.jsonl
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# Shopify Store Scraper
|
| 26 |
+
|
| 27 |
+
Scrape products, prices, discounts, variants and stock from any Shopify store's public product JSON. No login, no API key, no headless browser.
|
| 28 |
+
|
| 29 |
+
| | |
|
| 30 |
+
| --- | --- |
|
| 31 |
+
| Rows in this dataset | 11,720 |
|
| 32 |
+
| Fields | 33 |
|
| 33 |
+
| Collector runs behind it | 72 |
|
| 34 |
+
| Most recent observation | 2026-08-03 |
|
| 35 |
+
| Browsable presentation | [https://reapx.dev/data/shopify-store-products-scraper/](https://reapx.dev/data/shopify-store-products-scraper/) — 1,251 entity pages |
|
| 36 |
+
| Run the collector yourself | [https://apify.com/reapx/shopify-store-products-scraper](https://apify.com/reapx/shopify-store-products-scraper) |
|
| 37 |
+
|
| 38 |
+
## What this is
|
| 39 |
+
|
| 40 |
+
Every row here was returned by a real run of a public collector. Nothing is generated from a
|
| 41 |
+
template over a keyword list: a row exists because a run observed it.
|
| 42 |
+
|
| 43 |
+
A browsable presentation of the subset that carries an addressable `sku` is published as
|
| 44 |
+
1,251 entity pages at [https://reapx.dev/data/shopify-store-products-scraper/](https://reapx.dev/data/shopify-store-products-scraper/), one page per entity. **This dataset is
|
| 45 |
+
the larger of the two** — rows whose payload has no field that can address a page are here and
|
| 46 |
+
are not published there.
|
| 47 |
+
|
| 48 |
+
## Provenance
|
| 49 |
+
|
| 50 |
+
Each row carries `_run_id` and `_dataset_id`, naming the collector run that produced it, so any
|
| 51 |
+
row can be traced back to the run that observed it. Rows observed by more than one run are
|
| 52 |
+
deduplicated on content; 0 duplicate observations were collapsed.
|
| 53 |
+
|
| 54 |
+
## Files
|
| 55 |
+
|
| 56 |
+
- `shopify-store-products-scraper.jsonl` — one JSON object per row, the canonical form
|
| 57 |
+
- `shopify-store-products-scraper.csv` — the same rows flattened; nested values are JSON-encoded within their cell
|
| 58 |
+
so they round-trip
|
| 59 |
+
- `dataset.json` — schema.org `Dataset` metadata
|
| 60 |
+
|
| 61 |
+
## Loading it
|
| 62 |
+
|
| 63 |
+
```python
|
| 64 |
+
from datasets import load_dataset
|
| 65 |
+
ds = load_dataset("reapxdev/shopify-store-products-scraper", split="train")
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
## A sample of the published entities
|
| 69 |
+
|
| 70 |
+
- [Gymshark Critical 2.0 Stringer - Heavy Blue](https://reapx.dev/data/shopify-store-products-scraper/a1a2p-uctn-xxl/)
|
| 71 |
+
- [Gymshark x Saalt Studios Seamless Jersey - GS Asphalt Grey/GS Pitch Grey](https://reapx.dev/data/shopify-store-products-scraper/a3c1w-gd51-m/)
|
| 72 |
+
- [Gymshark Collective Mesh Wordmark Jersey - Tinted White/Soft White/Pebble Grey](https://reapx.dev/data/shopify-store-products-scraper/a4c5k-wfp3-3xl/)
|
| 73 |
+
- [Gymshark Washed Pastels Shorts - Pebble Grey/Wash](https://reapx.dev/data/shopify-store-products-scraper/a5b3z-gdhb-3xl/)
|
| 74 |
+
- [Gymshark Adapt Fleck x Whitney Leggings - Focus Pink/Tinted White](https://reapx.dev/data/shopify-store-products-scraper/b2a1b-kdhn-xs/)
|
| 75 |
+
- [Gymshark Elastic Branded Racerback Cotton Bralette - Light Grey Core Marl](https://reapx.dev/data/shopify-store-products-scraper/b5b4p-gbcn-xxl/)
|
| 76 |
+
- [Gymshark Crossover Back Long Sleeve Top - Indigo Purple](https://reapx.dev/data/shopify-store-products-scraper/b6b1n-pckz-xl/)
|
| 77 |
+
- [Gymshark Lightweight Wide Leg Pant Tall - Iron Blue](https://reapx.dev/data/shopify-store-products-scraper/b6b8k-uctm-m/)
|
| 78 |
+
- [Gymshark Training Oversized Fleece Hoodie - Black](https://reapx.dev/data/shopify-store-products-scraper/b7b1f-bb2j-m/)
|
| 79 |
+
- [Gymshark Campus Crest T-Shirt - Bros Soft Grey Marl](https://reapx.dev/data/shopify-store-products-scraper/gymshark-campus-crest-t-shirt-ss-tops-grey-aw26/)
|
| 80 |
+
- [Gymshark 2.2L Water Bottle - Black](https://reapx.dev/data/shopify-store-products-scraper/i1a2u-bb2j-os/)
|
| 81 |
+
- [Gymshark Sticker Sheet - Multi Pack 1](https://reapx.dev/data/shopify-store-products-scraper/i2c9s-bc2z-os/)
|
| 82 |
+
|
| 83 |
+
## Related
|
| 84 |
+
|
| 85 |
+
- All sources: <https://reapx.dev/data/> · machine-readable index: <https://reapx.dev/llms.txt>
|
| 86 |
+
- The collector is a public Apify Actor; agents reach it through <https://mcp.apify.com>
|
| 87 |
+
|
| 88 |
+
## Licence
|
| 89 |
+
|
| 90 |
+
Collected from public sources. This metadata and the published pages are
|
| 91 |
+
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); the underlying records remain under
|
| 92 |
+
the terms of their originating source.
|
dataset.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": "https://schema.org",
|
| 3 |
+
"@type": "Dataset",
|
| 4 |
+
"@id": "https://reapx.dev/data/shopify-store-products-scraper/",
|
| 5 |
+
"name": "Shopify Store Scraper \u2014 Products, Prices & Stock From Any Store",
|
| 6 |
+
"description": "Scrape products, prices, discounts, variants and stock from any Shopify store's public product JSON. No login, no API key, no headless browser.",
|
| 7 |
+
"url": "https://reapx.dev/data/shopify-store-products-scraper/",
|
| 8 |
+
"identifier": "shopify-store-products-scraper",
|
| 9 |
+
"license": "https://creativecommons.org/licenses/by/4.0/",
|
| 10 |
+
"creator": {
|
| 11 |
+
"@type": "Organization",
|
| 12 |
+
"name": "reapx",
|
| 13 |
+
"url": "https://reapx.dev"
|
| 14 |
+
},
|
| 15 |
+
"isAccessibleForFree": true,
|
| 16 |
+
"dateModified": "2026-08-03",
|
| 17 |
+
"variableMeasured": "sku",
|
| 18 |
+
"distribution": [
|
| 19 |
+
{
|
| 20 |
+
"@type": "DataDownload",
|
| 21 |
+
"encodingFormat": "text/html",
|
| 22 |
+
"contentUrl": "https://reapx.dev/data/shopify-store-products-scraper/"
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"measurementTechnique": "Apify Actor reapx/shopify-store-products-scraper",
|
| 26 |
+
"sameAs": "https://apify.com/reapx/shopify-store-products-scraper"
|
| 27 |
+
}
|
shopify-store-products-scraper.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e159a510718ef3c416f1e951bdebc2dc790c3889cc9d22efe99f4c0692b71b93
|
| 3 |
+
size 15150952
|
shopify-store-products-scraper.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad44a6bfccb9ec8a7e516b482eaeb8fba78908c1b10bd7c8d00ac3a0984e4800
|
| 3 |
+
size 19777181
|