Shopee Data Scraper

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

O que é Shopee Data Scraper?

Shopee Data Scraper é uma extensão do Chrome desenvolvida por www.fund-hk.com, e sua principal característica é "Shopee data scraper - easy data extraction tools of product, price, sales rank, review".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Shopee Data Scraper

Baixe arquivos de extensão Shopee Data Scraper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Shopee Data Scraper Shopee Data Scraper
ID lmfeojjnklmgidbjipfdfagobmgdcmjk
URL Oficial https://chromewebstore.google.com/detail/shopee-data-scraper/lmfeojjnklmgidbjipfdfagobmgdcmjk
Descrição Shopee data scraper - easy data extraction tools of product, price, sales rank, review
Tamanho do Arquivo 82.07 KB
Contagem de Instalações 324
Versão Atual 1.0
Última Atualização 2021-07-14
Data de Publicação 2021-07-14
Desenvolvedor www.fund-hk.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.datasunday.com
URL da Página de Ajuda https://datasunday.com/pages/help
URL da Página de Política de Privacidade https://datasunday.com/pages/privacy-policy
Idiomas Suportados 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"
    }
}