Shopee Data Scraper

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

Qu'est-ce que Shopee Data Scraper ?

Shopee Data Scraper est une extension Chrome développée par www.fund-hk.com, et sa fonction principale est "Shopee data scraper - easy data extraction tools of product, price, sales rank, review".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Shopee Data Scraper

Téléchargez les fichiers d'extension Shopee Data Scraper 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

                        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                    

Informations de Base sur l'Extension

Nom Shopee Data Scraper Shopee Data Scraper
ID lmfeojjnklmgidbjipfdfagobmgdcmjk
URL Officiel https://chromewebstore.google.com/detail/shopee-data-scraper/lmfeojjnklmgidbjipfdfagobmgdcmjk
Description Shopee data scraper - easy data extraction tools of product, price, sales rank, review
Taille du Fichier 82.07 KB
Nombre d'Installations 324
Version Actuelle 1.0
Dernière Mise à Jour 2021-07-14
Date de Publication 2021-07-14
Développeur www.fund-hk.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.datasunday.com
URL de la Page d'Aide https://datasunday.com/pages/help
URL de la Page de Politique de Confidentialité https://datasunday.com/pages/privacy-policy
Langues Prises en Charge 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"
    }
}