Shopify spy scraper & parser

Shopify spy extract product listing from Shopify stores to CSV and excel

Was ist Shopify spy scraper & parser?

Shopify spy scraper & parser ist eine Chrome-Erweiterung, die von https://shopify-spy.com entwickelt wurde, und ihr Hauptmerkmal ist "Shopify spy extract product listing from Shopify stores to CSV and excel".

Erweiterungsscreenshots

screenshot
screenshot

Shopify spy scraper & parser-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shopify spy scraper & parser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Shopify Spy scrapes products from Shopify powered stores and saves as an Excel document or CSV file.

2024 Q1 changes:
- Resolved "Out of memory" error for large stores; now, CSV/Excel files are automatically split for efficient data handling.
- Improved status messages for enhanced clarity and precision.

2023 Q3-Q4 changes:
- Undock popup: you can use browser while the scraping is in progress and even scrape several store simultaneously
- Renewed login flow

Shopify Spy features:
✓ Can extract thousands of products within minutes
✓ Filter by a specific collection
✓ All fields from Shopify product listing are included (see below)
✓ All product images are added to the CSV
✓ Export to CSV format compatible with Shopify import format (https://help.shopify.com/en/manual/products/import-export/import-products)
✓ Save as XLSX (Excel document) with proper data types - dates, prices
✓ Does not require excessive permissions

Why Shopify Spy:

For e-commerce store owners, Shopify Spy allows you to keep track of your competitors' products, pricing, and promotions. With this tool, you can quickly and easily extract thousands of products from Shopify-powered stores and filter them by specific collections.

For digital marketers, Shopify Spy provides accurate and reliable product data to help you analyze market trends and identify potential opportunities for your clients.

For product researchers, Shopify Spy makes it easy to gather data on a large number of products quickly and efficiently. This means you can identify trends and insights in your field of research with ease.

For dropshippers, Shopify Spy is an essential tool for finding new products to add to your store, and monitor pricing and product availability for your existing products.

For data analysts, Shopify Spy's ability to extract product data from Shopify stores and save it in a CSV or Excel format makes it an attractive tool for processing large amounts of data quickly and efficiently.

So, whether you're an e-commerce store owner, digital marketer, product researcher, dropshipper, or data analyst, Shopify Spy has everything you need to stay on top of the latest product trends and insights. Try it out today and take your business to the next level!

Supported fields:
- Title
- Handle
- Description (in plain text)
- Created date and time
- Updated date and time
- Vendor
- Product Type
- Tags
- Max price
- Min price
- 5 product variants including title, price, discount price, and image URL
- 10 images
- all options                    

Grundlegende Informationen zur Erweiterung

Name Shopify spy scraper & parser Shopify spy scraper & parser
ID injdgfhiepghpnihhgmkejcjnoohaibm
Offizielle URL https://chromewebstore.google.com/detail/shopify-spy-scraper-parse/injdgfhiepghpnihhgmkejcjnoohaibm
Beschreibung Shopify spy extract product listing from Shopify stores to CSV and excel
Dateigröße 557 KB
Installationsanzahl 269,126
Aktuelle Version 2.0.5
Letztes Update 2024-01-28
Veröffentlichungsdatum 2020-02-20
Bewertung 4.40/5 Insgesamt 53 Bewertungen
Entwickler https://shopify-spy.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://shopify-spy.com
URL der Datenschutzrichtlinien-Seite https://shopify-spy.com/privacy-policy.html
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "default_locale": "en",
    "version": "2.0.5",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "64": "icons\/logo64.png",
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "downloads",
        "identity",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.shopify-spy.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": "icons\/logo32.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgYJEImxTdvnvzPAKMUFQotly9xowzdUF7EBPYdzBpQFfFaJ\/GSQZWihyGLgS61QS1hg9kagrEtJy2fhj4720MSBpZ+0s2\/JraY0hBsKT\/FmWvTEv9z\/Ji3TYzzJh1fZxAZFRhfvZo2O2rJ0dHymfWg0vZhWVgtDoOBIluhNSCxqeBIRWccXfvZhTaxWOcDBbnoi2TlZRLRXR5WUB88zyfAP+EKeFT3PeUxBV2gkJ02KFmVvQS4+9s7SS7rfHW48CoQPO2xjcmQYiFb+4xcxJ+XKeHfjmGz3mUNWN92bJUUz5ZpmTFyhJP+UY34hW8cZYcCkXkHbvNxYDLyd7GgsXCwIDAQAB"
}