Shopee Data Scraper

Shopee data scraper - easy data extraction tools of product, price, sales rank, review

什么是Shopee Data Scraper?

Shopee Data Scraper是由www.fund-hk.com开发的Chrome扩展程序,该扩展的主要功能是“Shopee data scraper - easy data extraction tools of product, price, sales rank, review”。

扩展截图

下载Shopee Data Scraper扩展crx文件

下载Shopee Data Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Shopee Chrome extension allows you to extract all of Shoppe's regional marketplaces' homepage details into an editable excel format, including Taiwan, Singapore, Thailand, Indonesia, Vietnam, and the Philippines. You can now use this extension to extract a competitor's product list, a brand's product list, products from any product specification, and user reviews for a specific product. 

- Price, delivery, product, sales, stocks, category, product description, product feature, and customer review extracted from the website.

How Does This Scraper Work?

1. Visit Shopee or any other regional marketplace, such as Shopee. sg. (All Shopee regional marketplaces supported by this extension: Taiwan, Singapore, Thailand, Indonesia, Vietnam, and the Philippines.)
2. In the search bar, type any keywords you like, such as a brand name, product keywords, etc.
3. To fine-tune the search results, use the filtering option and then click on enter.
4. Once show up the search results, open the chrome extension and click start. The data gets extracted in excel format

* Data Sync: Press the sync button to sync your extracted data with your Shopee store.
* If the scrapper closes in the middle of a job, you can resume scraping data from that product.
* Data retrieved from a single product URL, a category URL,  a combination of the two by using bulk URL functionality.

What you benefit from this product :
- Competitor analysis: Extract the whole product list, sales rank, and pricing information in excel format for further analysis
- Online retail arbitrage: Extract the product specification of the lowest priced product in excel and list it to another marketplace. e.g. Using Amazon inventory loader to list to other Amazon platforms, using third-party listing tools to upload to Shopify, big-commerce, eBay, etc.
- Market research: Conduct market research to find out how many resellers and competitors offer the same products in the same market.


What data you can extract : 
- Product specification
- Price
- Seller price and details
- Sales
- Stock
- Product image
- Customer review

What product categories support :
- All categories

How many number data support :
- There are no restrictions.

Technical support :

We welcome any comments or ideas to enhance the products. Please contact: [email protected]

Developer: www.datasunday.com
We specialized in data extraction for E-Commerce platforms such as eBay (all regional sites), gmarket.com (Korea), price.com.hk (Hong Kong). Please visit our website: www.datasunday.com to request the free pass today.
https://datasunday.com/pages/privacy-policy                    

扩展基本信息

名称 Shopee Data Scraper Shopee Data Scraper
ID lmfeojjnklmgidbjipfdfagobmgdcmjk
官方URL https://chromewebstore.google.com/detail/shopee-data-scraper/lmfeojjnklmgidbjipfdfagobmgdcmjk
简介 Shopee data scraper - easy data extraction tools of product, price, sales rank, review
文件大小 82.07 KB
安装次数 324
当前版本 1.0
更新时间 2021-07-14
上架时间 2021-07-14
开发者 www.fund-hk.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.datasunday.com
帮助页面URL https://datasunday.com/pages/help
隐私政策页面URL https://datasunday.com/pages/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopee Data Scraper",
    "description": "Shopee data scraper - easy data extraction tools of product, price, sales rank, review",
    "version": "1.0",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/shopee.com\/",
        "storage",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}