Shopee Data Scraper - Product, Sales
Shopee data scraper - Easy data extraction tools of product, price, sales rank, review
What is Shopee Data Scraper - Product, Sales?
Shopee Data Scraper - Product, Sales is a Chrome extension developed by www.datasunday.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 - Product, Sales Extension CRX File
Download Shopee Data Scraper - Product, Sales 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
This chrome extension allows you to extract the webpage details of Shopee all regional marketplaces including Taiwan, Singapore, Thailand, Indonesia, Vietnam and Philippine into an editable excel format. You can now use this extension to extract the product list of your competitor, brand, products in any product specification, customer review of specific product. - We extract almost all the page information including : Price, shipping, product, sales, stocks, category, product description, product feature, customer review How to use : 1. Go to Shopee any regional marketplaces e.g. Shopee.sg (This extension supports All Shopee regional marketplaces : Taiwan, Singapore, Thailand, Indonesia, Vietnam and Philippine) 2. Type any keywords in the search bar such as, brand name, product keywords...etc 3. Use the filtering option to fine tune the search results and click enter 4. Once show up the search results, open the chrome extension and click start. The data will be extracted in excel format 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 price product in excel and list to other 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 - Know your customer : Extract the customer review of specific products - Market research : Understand how many resellers and competitors selling the same products and in the same market - Unauthorised sales channel monitoring : By extracting the product and listing information, you can easy to identify which sellers list below reseller price, so as to identify the potential reseller that engage parallel import or counterfeit products 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 : - No limitation Exception : - Due to huge data extraction process, the browser may be downed due to the computer run out of ram. This recommends to extract less than 1000 data each time - The extension may hang or exceptional loading time is required depending on the volume of data Technical support : We welcome any comments or ideas to enhance the products. Please contact : [email protected] Developer : www.datasunday.com We are specialised on data extraction for E-Commerce platform 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.
Extension Basic Information
Name | Shopee Data Scraper - Product, Sales |
ID | abkpijbdlpolpdmjpbbieodlngljodbn |
Official URL | https://chromewebstore.google.com/detail/shopee-data-scraper-produ/abkpijbdlpolpdmjpbbieodlngljodbn |
Description | Shopee data scraper - Easy data extraction tools of product, price, sales rank, review |
File Size | 79.97 KB |
Installation Count | 4,185 |
Current Version | 5.8 |
Last Updated | 2024-02-08 |
Publish Date | 2020-06-19 |
Rating | 4.13/5 Total 31 Ratings |
Developer | www.datasunday.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.datasunday.com |
Help Page URL | http://www.datasunday.com/pages/help |
Privacy Policy Page URL | https://datasunday.com/pages/privacy-policy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shopee Data Scraper - Product, Sales", "description": "Shopee data scraper - Easy data extraction tools of product, price, sales rank, review", "version": "5.8", "icons": { "48": "icon.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "functions.js", "gethtml.js" ] } ], "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |