Web Scraper - Free Web Scraping

Web data extraction tool with an easy point-and-click interface for modern web

Web Scraper - Free Web Scrapingคืออะไร?

Web Scraper - Free Web Scraping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webscraper.io และคุณลักษณะหลักของมันคือ "Web data extraction tool with an easy point-and-click interface for modern web"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Scraper - Free Web Scraping

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

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

                        Free and easy to use web data extraction tool for everyone.

With a simple point-and-click interface, the ability to extract thousands of records from a website takes only a few minutes of scraper setup.

Web Scraper utilizes a modular structure that is made of selectors, which instruct the scraper on how to traverse the target site and what data to extract. Thanks to this structure, data mining from modern and dynamic websites such as Amazon, Tripadvisor, eBay, as well as from lesser-known sites is effortless.

Data extraction is run on your browser and doesn’t require anything to be installed on your computer. You don't need Python, PHP, or JavaScript coding experience to start scraping. Additionally, it is possible to completely automate data extraction in Web Scraper Cloud.

Once the data is scraped, download it as a CSV or XLSX file that can be further imported into Excel, Google Sheets, etc. 

Features
Web Scraper is a simple web scraping tool that allows you to use many advanced features to get the exact information you are looking for. It offers features like:
 * Data scraping from multiple pages;
 * Multiple data extraction types (text, images, URL’s, and more);
 * Scraping data from dynamic pages (JavaScript + AJAX, infinite scroll);
 * Browsing scraped data;
 * Exporting scraped data from a website to Excel;
It is dependent only on the web browser; therefore, no extra software needed for you to start scraping.

How to begin scraping?
There are only a couple of steps you will need to learn in order to master web scraping:  
 1. Install the extension and open the Web Scraper tab in developer tools (which has to be placed at the bottom of the screen);
 2. Create a new sitemap;
 3. Add data extraction selectors to the sitemap;
 4. Lastly, launch the scraper and export scraped data.
It’s as easy as that!

What can Web Scraper be used for?
 * Lead generation - email, phone number, other contact detail related data mining from various websites;  
 * E-commerce - product data extraction, product price scraping, description, URL extraction, image retrieving, etc;
 * Website content crawling - extract information from news portals, blogs, forums and so on;
 * Retail monitoring - monitor product performance, competitor or supplier stock and pricing, etc;
 * Brand monitoring - product review, social content crawling for sentiment analysis;
 * Business intelligence - gather data for key business decisions, learn from your competitors;
 * Big data extraction for machine learning, marketing, business strategy developments, researches;
 * And much more.

Web scraping can be a little bit difficult at first, that's why we have created informational guides that can help you. 
For video tutorials, documentation, how-to’s, playground web pages and blog, visit our website:
https://www.webscraper.io/  

If you want to discuss web scraping, request features, ask questions or submit bugs, visit our friendly forum here: 
https://forum.webscraper.io/ 

Regarding the privacy policy of our product, see “Browser Extension Privacy Policy” at https://webscraper.io/extension-privacy-policy 

Thank you for choosing us!                    

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

ชื่อ Web Scraper - Free Web Scraping Web Scraper - Free Web Scraping
ID jnhgnonknehpejjnehehllkliplmbmhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-scraper-free-web-scra/jnhgnonknehpejjnehehllkliplmbmhn
คำอธิบาย Web data extraction tool with an easy point-and-click interface for modern web
ขนาดไฟล์ 2.06 MB
จำนวนการติดตั้ง 709,240
เวอร์ชันปัจจุบัน 1.75.7
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2019-08-23
คะแนน 4.09/5 รวมทั้งหมด 847 คะแนน
ผู้พัฒนา https://webscraper.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://webscraper.io/
URL หน้าช่วยเหลือ https://forum.webscraper.io/
URL หน้านโยบายความเป็นส่วนตัว https://webscraper.io/extension-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.75.7",
    "name": "Web Scraper - Free Web Scraping",
    "short_name": "Web Scraper",
    "description": "Web data extraction tool with an easy point-and-click interface for modern web",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest"
    ],
    "optional_permissions": [
        "webRequest"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Web Scraper",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "devtools_page": "devtools_init_page.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background_script.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/cloud.webscraper.io\/*"
        ]
    },
    "minimum_chrome_version": "100",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon16.png",
                "images\/icon24.png",
                "images\/icon32.png",
                "images\/icon48.png",
                "images\/icon128.png"
            ],
            "matches": [
                "https:\/\/cloud.webscraper.io\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}