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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}