JD Data Scraper - Product, Sales

JD Data Scraper - easy data extraction tools of product, price, sales rank, review

JD Data Scraper - Product, Sales là gì?

JD Data Scraper - Product, Sales là một tiện ích mở rộng Chrome được phát triển bởi www.datasunday.com, và tính năng chính của nó là "JD Data Scraper - easy data extraction tools of product, price, sales rank, review".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JD Data Scraper - Product, Sales

Tải xuống các tệp mở rộng JD Data Scraper - Product, Sales dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        JD data scraper - Simple product, price, sales rank, and feedback data extraction tools

This chrome extension allows you to extract the webpage content of JD.com (Indonesia) into an editable CSV file. You can now use this extension to extract the product list of your competitors, brand, products in any product specification, customer feedback of a specific product.

The difference between our extension vs other scrapers is we not only extract the Price.

- We extract practically every page data, including price, shipping, product, sales rank, product description, product feature, customer review, and items purchased by customers who bought this item.

- Bulk URL feature allows you to add up to 100 product URLs, single product URLs, category URLs, or both, all of which must be separated by commas and exported data to an excel file.

- When you click the Start Extraction button, the scraper automatically collects product data. Scrap product data such as Product Title, Price, Brand.

- If the extension closes for any reason during the process, click the restart button to resume extraction from that product.

How to use :  

1. Visit JD.
2. In the search bar, type any keywords you want, such as a brand name, product keywords, and so on.
3. To fine-tune the search results, use the filtering option and then press enter.
4. Once the search results have appeared, launch the chrome extension and click the start button. The data will be exported to an excel file.

What you benefit from this product :

- Bulk URL: The bulk URL must be a comma-separated list of product URLs from which data can be collected.
- Restart functionality: You can resume scraping data from a product if the scrapper closes in the middle of a job.
- Analyze your competitors: Extract the whole product list, sales rank, and pricing information in excel format for further analysis
- Online retail arbitrage: In Excel, extract the product specifications of the lowest-priced product and put it on a different marketplace.
- Know your customer: Obtain customer feedback on specific products.
- Market research: Recognize the number of resellers and competitors selling the same products in the same market 
- Unauthorized sales channel monitoring:  You may easily determine which merchants list below reseller price, as well as potential resellers that engage in parallel import or counterfeit products, by extracting product and listing information. 

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 :
- If the computer runs out of RAM, the browser may be shut down due to the large data extraction operation. This suggests retrieving no more than 1000 data points at a time.
- Depending on the volume of data, the extension may hang or require an unusually long loading time.

Technical support :
We welcome any comments or ideas to enhance the products. Please contact: [email protected]

Developer: www.datasunday.com

Privacy Policy: https://datasunday.com/pages/privacy-policy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JD Data Scraper - Product, Sales JD Data Scraper - Product, Sales
ID mglnadigfnhbijbgohlhkigokcmlbpmi
URL Chính Thức https://chromewebstore.google.com/detail/jd-data-scraper-product-s/mglnadigfnhbijbgohlhkigokcmlbpmi
Mô tả JD Data Scraper - easy data extraction tools of product, price, sales rank, review
Kích Thước Tệp 72.34 KB
Số Lần Cài Đặt 220
Phiên Bản Hiện Tại 4.2
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2021-07-16
Nhà Phát Triển www.datasunday.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.datasunday.com
URL Trang Trợ Giúp https://datasunday.com/pages/help
URL Trang Chính Sách Bảo Mật https://datasunday.com/pages/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JD Data Scraper - Product, Sales",
    "description": "JD Data Scraper - easy data extraction tools of product, price, sales rank, review",
    "version": "4.2",
    "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:\/\/*\/"
    ]
}