Shopee Data Scraper

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

What is Shopee Data Scraper?

Shopee Data Scraper is a Chrome extension developed by www.fund-hk.com, and its main feature is "Shopee data scraper - easy data extraction tools of product, price, sales rank, review".

Extension Screenshots

Download Shopee Data Scraper Extension CRX File

Download Shopee Data Scraper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Shopee Data Scraper Shopee Data Scraper
ID lmfeojjnklmgidbjipfdfagobmgdcmjk
Official URL https://chromewebstore.google.com/detail/shopee-data-scraper/lmfeojjnklmgidbjipfdfagobmgdcmjk
Description Shopee data scraper - easy data extraction tools of product, price, sales rank, review
File Size 82.07 KB
Installation Count 324
Current Version 1.0
Last Updated 2021-07-14
Publish Date 2021-07-14
Developer www.fund-hk.com
Email [email protected]
Payment Type free
Extension Website http://www.datasunday.com
Help Page URL https://datasunday.com/pages/help
Privacy Policy Page URL https://datasunday.com/pages/privacy-policy
Supported Languages 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"
    }
}