Visual Web Scraper

Easily extract and parse data from any website.

What is Visual Web Scraper?

Visual Web Scraper is a Chrome extension developed by YellowPencil, and its main feature is "Easily extract and parse data from any website.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Visual Web Scraper Extension CRX File

Download Visual Web 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

                        Start pulling data from any website in a few clicks. All you have to do is mark the data you want to scrape and click the start button.

You will get quality output with advanced element selection and data extraction algorithms. We have tested it successfully on many websites such as Twitter, Amazon, TripAdvisor, YellowPages.

While the data scraper is running, you can monitor the results on the screen and export them in CSV or JSON format at the same time.                    

Extension Basic Information

Name Visual Web Scraper Visual Web Scraper
ID hnlnjfenbaiflgkdncofionfhnhmoono
Official URL https://chromewebstore.google.com/detail/visual-web-scraper/hnlnjfenbaiflgkdncofionfhnhmoono
Description Easily extract and parse data from any website.
File Size 333 KB
Installation Count 2,000
Current Version 0.22
Last Updated 2023-08-25
Publish Date 2021-09-26
Rating 4.75/5 Total 8 Ratings
Developer YellowPencil
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visual Web Scraper",
    "description": "Easily extract and parse data from any website.",
    "version": "0.22",
    "action": [],
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}