Data Scraper - Easy Web Scraping

Data Scraper extracts data out of HTML web pages and imports it into Microsoft Excel spreadsheets

Co je Data Scraper - Easy Web Scraping?

Data Scraper - Easy Web Scraping je rozšíření Chrome vyvinuté https://dataminer.io, a jeho hlavní funkcí je „Data Scraper extracts data out of HTML web pages and imports it into Microsoft Excel spreadsheets“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Data Scraper - Easy Web Scraping

Stáhněte si soubory rozšíření Data Scraper - Easy Web Scraping ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        DataMiner is a data extraction tool that lets you scrape any HTML web page. You can extract tables and lists from any page and upload them to Google Sheets or Microsoft Excel. With this tool you can export web pages into XLS, CSV, XLSX or TSV files (.xls .csv .xlsx .tsv)

You can use DataMiner for FREE in our starter subscription plan. You will get 500 free page credits per month. This way you can see how it works and what you can export with no risk. Beyond our free plan, we have paid plans with more features.

Using one of the existing extraction recipes, you can convert most of the popular websites to csv with just one click. The recipes are user generated and shared for others to use. We have over 1 million of them for many websites in the world. No other tool can match this functionality.

You also get access to our outstanding support. We answer all emails and phone calls. We also have daily Office Hours where we screen share with customers and answer questions. If you have any questions or issues, we are always there to answer.

WHO LOVES IT?

-   Sales people searching for leads
-   Leadgen companies needing for contact info
-   Ecommerce distributers, retail sellers, customers analyzing prices or reviews
-   Recruiters looking for top candidates and rates
-   Job searches looking for the best jobs in jobs databases
-   Small business owners trying to manage ratings and reviews in ecommerce sites
-   Businesses fighting competition in online database
-   Data science / scientists / students wanting to skrap and mining more clean info
-   Marketing professionals analyzing sentiments in tweets and posts
-   Growth hackers needing ways to collect and analyze information
-   People organizing friends list and email contacts

ADDITIONAL FEATURES:

-   Automated crawling of paginated websites
-   Scrape single page or multi page pagination and crawl
-   Automatic navigation to next page
-   Extract emails with RegEx (regular expressions)
-   Download completed pages complete with images
-   International language support with UTF-8
-   Form filling using xls

(C) 2023 Copyright Software Innovation Lab LLC                    

Základní Informace o Rozšíření

Název Data Scraper - Easy Web Scraping Data Scraper - Easy Web Scraping
ID nndknepjnldbdbepjfgmncbggmopgden
Oficiální URL https://chromewebstore.google.com/detail/data-scraper-easy-web-scr/nndknepjnldbdbepjfgmncbggmopgden
Popis Data Scraper extracts data out of HTML web pages and imports it into Microsoft Excel spreadsheets
Velikost souboru 6.04 MB
Počet instalací 290,953
Aktuální Verze 5.7.65
Poslední Aktualizace 2023-11-19
Datum Vydání 2019-03-08
Hodnocení 4.00/5 Celkem 652 Hodnocení
Vývojář https://dataminer.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dataminer.io
URL Stránky Nápovědy https://dataminer.io
URL Stránky Zásad Ochrany Soukromí https://dataminer.io/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Data Scraper - Easy Web Scraping",
    "author": "Software Innovation Lab, LLC",
    "short_name": "Data Scraper",
    "version": "5.7.65",
    "description": "Data Scraper extracts data out of HTML web pages and imports it into Microsoft Excel spreadsheets",
    "icons": {
        "16": "\/dist\/assets\/img\/mining16.png",
        "19": "\/dist\/assets\/img\/mining19.png",
        "24": "\/dist\/assets\/img\/mining24.png",
        "32": "\/dist\/assets\/img\/mining32.png",
        "36": "\/dist\/assets\/img\/mining36.png",
        "38": "\/dist\/assets\/img\/mining38.png",
        "48": "\/dist\/assets\/img\/mining48.png",
        "64": "\/dist\/assets\/img\/mining64.png",
        "96": "\/dist\/assets\/img\/mining96.png",
        "128": "\/dist\/assets\/img\/mining128.png"
    },
    "background": {
        "scripts": [
            "\/bg\/js\/bg_script_dm.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "\/dist\/assets\/img\/mining16.png",
            "32": "\/dist\/assets\/img\/mining32.png",
            "48": "\/dist\/assets\/img\/mining48.png"
        },
        "default_title": "Data Miner",
        "default_popup": "\/dist\/index.html#\/popup"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/*",
        "notifications",
        "downloads",
        "clipboardWrite",
        "pageCapture"
    ],
    "web_accessible_resources": [
        "\/dist\/index.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/hooks.zapier.com https:\/\/stage.run.dataminer.io https:\/\/run.dataminer.io https:\/\/dataminer.io https:\/\/data-miner.io https:\/\/apis.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dj3xmmjxrdmmc.cloudfront.net; object-src 'self'; img-src * data:; "
}