Shopify spy scraper & parser

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

¿Qué es Shopify spy scraper & parser?

Shopify spy scraper & parser es una extensión de Chrome desarrollada por https://shopify-spy.com, y su función principal es "Shopify spy extract product listing from Shopify stores to CSV and excel".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Shopify spy scraper & parser

Descarga archivos de extensión Shopify spy scraper & parser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Shopify spy scraper & parser Shopify spy scraper & parser
ID injdgfhiepghpnihhgmkejcjnoohaibm
URL Oficial https://chromewebstore.google.com/detail/shopify-spy-scraper-parse/injdgfhiepghpnihhgmkejcjnoohaibm
Descripción Shopify spy extract product listing from Shopify stores to CSV and excel
Tamaño del Archivo 557 KB
Cantidad de Instalaciones 269,126
Versión Actual 2.0.5
Última Actualización 2024-01-28
Fecha de Publicación 2020-02-20
Calificación 4.40/5 Total de 53 Calificaciones
Desarrollador https://shopify-spy.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://shopify-spy.com
URL de la Página de Política de Privacidad https://shopify-spy.com/privacy-policy.html
Idiomas Soportados 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"
}