Taobao Tmall Data Scraper -Product,Sales

Taobao Tmall data scraper - Easy data extraction tools of product, price, sales rank, review

Taobao Tmall Data Scraper -Product,Sales क्या है?

Taobao Tmall Data Scraper -Product,Sales www.datasunday.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Taobao Tmall data scraper - Easy data extraction tools of product, price, sales rank, review"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Taobao Tmall Data Scraper -Product,Sales एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Taobao Tmall Data Scraper -Product,Sales:
This chrome extension allows you to extract the webpage details of Taobao.com and Tmall.com 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. 

How to use : 

1. Go to Taobao.com or Tmall.com
2. Type any keywords in the search bar or select the desired product categories 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 if you sync the data.

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. Extrac the Taobao.com and Tmall.com product date and list to Amazon platforms via Amazon inventory loader or 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
- Unauthorized 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
- ASIN
- Sales rank
- 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 : mailto:[email protected]

Developer : https://www.datasunday.com                    

एक्सटेंशन की मूल जानकारी

नाम Taobao Tmall Data Scraper -Product,Sales Taobao Tmall Data Scraper -Product,Sales
ID beccfgegnjdghhpmhpokcfdimplmnflk
आधिकारिक URL https://chromewebstore.google.com/detail/taobao-tmall-data-scraper/beccfgegnjdghhpmhpokcfdimplmnflk
विवरण Taobao Tmall data scraper - Easy data extraction tools of product, price, sales rank, review
फ़ाइल का आकार 77.49 KB
स्थापना संख्या 998
वर्तमान संस्करण 5.4
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2019-11-25
रेटिंग 4.53/5 कुल 30 रेटिंग्स
डेवलपर www.datasunday.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.datasunday.com
सहायता पृष्ठ URL http://www.datasunday.com
गोपनीयता नीति पृष्ठ URL https://datasunday.com/pages/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Taobao Tmall Data Scraper -Product,Sales",
    "description": "Taobao Tmall data scraper - Easy data extraction tools of product, price, sales rank, review",
    "version": "5.4",
    "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:\/\/*\/"
    ]
}