Free Data Collector - Limitless Web Scraper

Free data extraction from any website

Co je Free Data Collector - Limitless Web Scraper?

Free Data Collector - Limitless Web Scraper je rozšíření Chrome vyvinuté http://batchdatacollector.com, a jeho hlavní funkcí je „Free data extraction from any website“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Free Data Collector - Limitless Web Scraper

Stáhněte si soubory rozšíření Free Data Collector - Limitless Web Scraper 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í

                        NOTICE: we are rewriting Free/Batch Data Collector from scratch. It will be released before the end of the year (2022). 
__________________________________________________________
Data collection reimagined, without page limits. A Free Web Scraper.

Free Data Collector allows you to gather data from any website, quickly and easily.

Latest Updates: 
- Bug-fixes 
- New one-click actions
- New "RegExp based" template group 

Free Data Collector was completely rewritten to offer an interface similar to what you already know – Excel. You can visually compose your final file, and can easily capture the right web elements thanks to our point-and-click guide.

Our Chrome extension brings expert-level data sourcing software into the mainstream, focusing on easy-of-use for users who may be new to data extraction, limitless browsing for the most serious data jockeys, and advanced features for experts looking to maximize both control and efficiency.

Features:
- Excel, CSV and JSON exports
- Recipe creator
- Source code “guide” integrated into recipe creation
- RegExp-ready, including character extraction and boolean presence test
- Standard and non-standard attribute analysis and extraction
- Custom text isolation and capture between two fixed points
- AJAX event management, such as page scrolls and button clicks
- In-app data manipulation, validation, and/or exclusion prior to export
- Various browsing controls and throttles, such as blocking java script or multimedia objects for faster browsing

Looking to increase your speed and efficiency? 
Check out our Batch Data Collector Chrome Extension, which includes all features in Free Data Collector, plus additional premium features like:

- Simultaneous multi-tab browsing and extraction
- Multi-recipe functionality
- Save recipes to your archive
- Execute recipes within parent and iframes
- Auto-save recovery and memory control
- Integration with user-defined database endpoint
- IF and nested IF logic, with interactive interface
- Simultaneous source code manipulation (ex. character insert, substitute, trim)
- Language detection
- Website redirect detector
- Form fill, including customizable field completion journeys and time-based throttles
- Tab prioritization and forced timeouts
- Much, much more

Visit our homepage for tutorials, knowledgebase, feature roadmap, and more:
https://www.batchdatacollector.com/

Visit our helpdesk to discuss features or ask questions:
https://www.batchdatacollector.com/helpdesk/                    

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

Název Free Data Collector - Limitless Web Scraper Free Data Collector - Limitless Web Scraper
ID edkhimndmikhdkmjoiphedhdoaplknic
Oficiální URL https://chrome.google.com/webstore/detail/free-data-collector-limit/edkhimndmikhdkmjoiphedhdoaplknic
Popis Free data extraction from any website
Velikost souboru 2.29 MB
Počet instalací 1,483
Aktuální Verze 1.5.3.5
Poslední Aktualizace 2022-07-08
Datum Vydání 2019-12-17
Hodnocení 3.14/5 Celkem 7 Hodnocení
Vývojář http://batchdatacollector.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.batchdatacollector.com
URL Stránky Zásad Ochrany Soukromí https://www.batchdatacollector.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Data Collector - Limitless Web Scraper",
    "short_name": "FdC",
    "version": "1.5.3.5",
    "manifest_version": 2,
    "description": "Free data extraction from any website",
    "icons": {
        "128": "BDataCollector.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "activeTab",
        "downloads",
        "pageCapture"
    ],
    "browser_action": {
        "default_title": "Free Data Collector",
        "default_icon": "BDataCollector.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}