Ebay data scraper

Ebay data scraper

What is Ebay data scraper?

Ebay data scraper is a Chrome extension developed by datasunday.apps, and its main feature is "Ebay data scraper".

Extension Screenshots

Download Ebay data scraper Extension CRX File

Download Ebay data scraper 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

                        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.com (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.                    

Extension Basic Information

Name Ebay data scraper Ebay data scraper
ID lfpjhcnbchbogekhhgenccfhmmmghcbe
Official URL https://chromewebstore.google.com/detail/ebay-data-scraper/lfpjhcnbchbogekhhgenccfhmmmghcbe
Description Ebay data scraper
File Size 79.49 KB
Installation Count 416
Current Version 1.0
Last Updated 2021-05-19
Publish Date 2021-05-19
Rating 4.62/5 Total 21 Ratings
Developer datasunday.apps
Email [email protected]
Payment Type free
Extension Website http://www.datasunday.com
Help Page URL https://datasunday.com/pages/help
Privacy Policy Page URL https://datasunday.com/pages/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ebay data scraper",
    "description": "Ebay data scraper",
    "version": "1.0",
    "icons": {
        "48": "ebay.jpg"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}