Shopify spy scraper & parser

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

什麼是Shopify spy scraper & parser?

Shopify spy scraper & parser是由https://shopify-spy.com開發的Chrome擴展程式,該擴展的主要功能是“Shopify spy extract product listing from Shopify stores to CSV and excel”。

擴展截圖

screenshot
screenshot

下載Shopify spy scraper & parser擴展crx文件

下載Shopify spy scraper & parser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Shopify spy scraper & parser Shopify spy scraper & parser
ID injdgfhiepghpnihhgmkejcjnoohaibm
官方網址 https://chromewebstore.google.com/detail/shopify-spy-scraper-parse/injdgfhiepghpnihhgmkejcjnoohaibm
簡介 Shopify spy extract product listing from Shopify stores to CSV and excel
檔案大小 557 KB
安裝次數 269,126
目前版本 2.0.5
更新時間 2024-01-28
上架時間 2020-02-20
評分 4.40/5 共 53 次評分
開發者 https://shopify-spy.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://shopify-spy.com
隱私政策頁面URL https://shopify-spy.com/privacy-policy.html
支援的語言 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"
}