Shopify spy scraper & parser

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

Qu'est-ce que Shopify spy scraper & parser ?

Shopify spy scraper & parser est une extension Chrome développée par https://shopify-spy.com, et sa fonction principale est "Shopify spy extract product listing from Shopify stores to CSV and excel".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Shopify spy scraper & parser

Téléchargez les fichiers d'extension Shopify spy scraper & parser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Shopify spy scraper & parser Shopify spy scraper & parser
ID injdgfhiepghpnihhgmkejcjnoohaibm
URL Officiel https://chromewebstore.google.com/detail/shopify-spy-scraper-parse/injdgfhiepghpnihhgmkejcjnoohaibm
Description Shopify spy extract product listing from Shopify stores to CSV and excel
Taille du Fichier 557 KB
Nombre d'Installations 269,126
Version Actuelle 2.0.5
Dernière Mise à Jour 2024-01-28
Date de Publication 2020-02-20
Évaluation 4.40/5 Total 53 Évaluations
Développeur https://shopify-spy.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://shopify-spy.com
URL de la Page de Politique de Confidentialité https://shopify-spy.com/privacy-policy.html
Langues Prises en Charge 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"
}