Lazada Data Scraper - Product, Sales

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

Lazada Data Scraper - Product, Salesคืออะไร?

Lazada Data Scraper - Product, Sales เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.datasunday.com และคุณลักษณะหลักของมันคือ "Lazada data scraper - Easy data extraction tools of product, price, sales rank, review"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lazada Data Scraper - Product, Sales

ดาวน์โหลดไฟล์ส่วนขยาย Lazada Data Scraper - Product, Sales ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Lazada Data Scraper - Product, Sales:
Lazada Data Scraper - Product, Sales is an easy tool for extracting product, price, sales rank, and review data from Lazada.

This chrome extension allows you to extract the webpage details of Lazada (Singapore, Malaysia, Thailand, Indonesia, and Vietnam) 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 the specific product. 

Our extension differs from previous Lazada scrapers in that it extracts more than just 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

- It supports all Lazada (Singapore, Malaysia, Thailand, Indonesia, and Vietnam)

- 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,

- You can click the restart button to restart Data Scraper if it closes in the middle of a task.


How to use : 

1. Visit Lazada.sg (e.g. Lazada Singapore)
2. In the search bar, type any keywords you like, such as a brand name, product keywords, etc.
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 :
- 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 priced product in excel and list it to another 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
- Restart functionality: You can resume scraping data from a product if the scrapper closes in the middle of a job.
- Bulk URL: The bulk URL must be a comma-separated list of product URLs from which data can be collected.

What data you can extract : 
- Product specification
- Price
- Seller price and details
- Sales rank
- Product image
- Customer review

What product categories support :
- All categories

How many number data support :
- No limitation

Which Lazada regional site support:
- Lazada (Singapore, Malaysia, Thailand, Indonesia, and Vietnam)

Exception :
- Due to the huge data extraction process, the browser may be downed due to the computer runs out of ram. This recommends extracting 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lazada Data Scraper - Product, Sales Lazada Data Scraper - Product, Sales
ID npcnedfmaedfllbdeclhichngngdiabj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lazada-data-scraper-produ/npcnedfmaedfllbdeclhichngngdiabj
คำอธิบาย Lazada data scraper - Easy data extraction tools of product, price, sales rank, review
ขนาดไฟล์ 74.12 KB
จำนวนการติดตั้ง 2,468
เวอร์ชันปัจจุบัน 4.9
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2019-11-02
คะแนน 4.44/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา www.datasunday.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.datasunday.com
URL หน้าช่วยเหลือ https://datasunday.com/pages/help
URL หน้านโยบายความเป็นส่วนตัว https://datasunday.com/pages/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lazada Data Scraper - Product, Sales",
    "description": "Lazada data scraper - Easy data extraction tools of product, price, sales rank, review",
    "version": "4.9",
    "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:\/\/*\/"
    ]
}