shopifyextractor
Shopify ecommerces data in a instant
Summary
| Latest Version | 0.1.1 |
|---|---|
| License | GPL-3.0-only |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:26 |
Tags
Authors
- Thiago Navarro
Installation
nimble install shopifyextractor
choosenim install shopifyextractor
git clone https://github.com/thisago/shopifyextractor
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| shopifyextractor | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.4 | No |
| nimquery | - | No |
| unifetch | - | No |
Source
| Repository | https://github.com/thisago/shopifyextractor |
|---|---|
| Homepage | https://github.com/thisago/shopifyextractor |
| Registry Source | nimble_official |
README
# ShopifyExtractor
#### Shopify ecommerces data in a instant
**[About](#about)** - [License](#license)
About
This library scrapes Shopify stores to you use for the way you want!
Features
Product extraction
Just provide a product URL, it will return a ShopifyProduct object
Usage
let products = getAllShopifyProductUrls "https://arandomshopify.shop"
for productUrl in products:
let product = extractShopifyProduct productUrl
echo product[]
License
This scraper library is another contribution to open source community, licensed over GPL-3 license!