eBay Data Scraper - Product, Sales

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

Qu'est-ce que eBay Data Scraper - Product, Sales ?

eBay Data Scraper - Product, Sales est une extension Chrome développée par www.datasunday.com, et sa fonction principale est "eBay 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 eBay Data Scraper - Product, Sales

Téléchargez les fichiers d'extension eBay Data Scraper - Product, Sales 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

                        eBay data scraper - Easy data extraction tools of product, price, sales rank, review
This chrome extension allows you to extract the webpage details of eBay (Indonesia) 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. 

The difference between our extension vs other scraper, is we not only to extract the Price.

- We extract almost all the page information including : Price, shipping, product, sales rank, product description, product feature, customer review, Customers who bought this item also bought

How to use : 

1. Go to eBay
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. 
- 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
- Sales rank
- Product image
- Customer review

What product categories support :
- All categories


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 specialized on data extraction for E-Commerce platform such as Taobao, Tmall, Lazada, 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.                    

Informations de Base sur l'Extension

Nom eBay Data Scraper - Product, Sales eBay Data Scraper - Product, Sales
ID lkmfcipmjkeeldaillbfkhohfplokkba
URL Officiel https://chromewebstore.google.com/detail/ebay-data-scraper-product/lkmfcipmjkeeldaillbfkhohfplokkba
Description eBay data scraper - easy data extraction tools of product, price, sales rank, review
Taille du Fichier 75.14 KB
Nombre d'Installations 390
Version Actuelle 4.7
Dernière Mise à Jour 2024-01-24
Date de Publication 2021-04-22
Évaluation 2.33/5 Total 3 Évaluations
Développeur www.datasunday.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": 3,
    "name": "eBay Data Scraper - Product, Sales",
    "description": "eBay data scraper - easy data extraction tools of product, price, sales rank, review",
    "version": "4.7",
    "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:\/\/*\/"
    ]
}