Easy Web Data Scraper

Free & No-code scraper tool can automatically flip pages to extract or export any data you need

What is Easy Web Data Scraper?

Easy Web Data Scraper is a Chrome extension developed by Wuhenlove, and its main feature is "Free & No-code scraper tool can automatically flip pages to extract or export any data you need".

Extension Screenshots

screenshot
screenshot
screenshot

Download Easy Web Data Scraper Extension CRX File

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

                        Easy Web Data Scraper is a automatic data extraction tool for any website. With this plugin, you can extract or export any data you need

Aren't you bored of the manually copying data? All you have to do is install the Easy Web Data Scraper quickly.

*No bloat, no ads, no unnecessary permissions, just a simple way to automatic extraction.*

The advanced data scraper technology handles web data unlike any other extension. If you encounter an issue, please report it via the customer support flag icon on the capture page, so we can improve the extension for you and everyone else who uses it.

How to use?
On the page where you want to extract data, click the icon in the upper right corner to use.

What does the tool do?
- Automatic Page Flip Extraction
- Customize exported data columns
- Support data preview
- Support crawl speed adjustment
- Support infinite page scrolling

WHO LOVES IT?
- For E-commerce sellers: Extracting product sales, product prices, descriptions, product reviews, URL extraction, images, etc. from e-commerce sites such as Amazon, Shopify, Ebay, Walmart, Etsy, etc.
- For Sales or marketers: Collect leads from various channels such as LinkedIn, Facebook, Instagram, Tiktok, etc., extract customer names, emails, phone numbers, social links, etc.
- Whenever there is a need for data export, there is a need for this tool.

Completely free & unlimited uses! Best alternative to BigSeller - Product Scraper. No registration, no trial period! For more product research, please check in https://findniche.com

Developer promise: This extension does not contain any malware or spyware beyond standard Google Analytics.                    

Extension Basic Information

Name Easy Web Data Scraper Easy Web Data Scraper
ID mndkmbnkepbhdlkhlofdfcmgflbjggnl
Official URL https://chromewebstore.google.com/detail/easy-web-data-scraper/mndkmbnkepbhdlkhlofdfcmgflbjggnl
Description Free & No-code scraper tool can automatically flip pages to extract or export any data you need
File Size 877 KB
Installation Count 42,776
Current Version 1.2.3
Last Updated 2023-09-05
Publish Date 2022-08-15
Rating 4.17/5 Total 96 Ratings
Developer Wuhenlove
Email [email protected]
Payment Type free
Privacy Policy Page URL https://findniche.com/privacy
Supported Languages en,ca,da,et,hr,lv,lt,pl,sk,sl,sr,bg,fa,gu,am-ET,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.findniche.com\/*",
        "*:\/\/kodepay.io\/*",
        "*:\/\/*.kodepay.io\/*"
    ],
    "action": {
        "default_icon": "icon\/128yun.png"
    },
    "icons": {
        "128": "icon\/128yun.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/jquery.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/kodepayContent.js"
            ],
            "matches": [
                "https:\/\/kodepay.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}