Batch Data Collector - Next-Gen Web Scraper

Data extraction from any website

Batch Data Collector - Next-Gen Web Scraperとは何ですか?

Batch Data Collector - Next-Gen Web Scraperはhttp://batchdatacollector.comによって開発されたChromeの拡張機能で、その主な機能は「Data extraction from any website」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Batch Data Collector - Next-Gen Web Scraper拡張機能のCRXファイルをダウンロード

Batch Data Collector - Next-Gen Web Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The fastest, most feature-rich Web Scraper and Data Extractor available. Ever. 

Latest Updates: 
- Bug-fixes 
- Removal of  and wildcards for plugin content settings (ref. Chrome > 85.0.4183.83)
- New one-click actions
- New "RegExp based" template group 
- Advanced Interface: added 7 new string replace methods 

Batch 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.

Batch Data Collector, the premium version of Free Data Collector, includes dozens of enhancements to support the most serious of data brokers. Create a recipe, define a multi-tab batch campaign, and watch as your computer executes your plans effectively, efficiently and, best of all, autonomously.

Free Data Collector 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

Batch Data Collector contains all features in Free Data Collector, plus:
- 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

Check out the rest of our premium features here:
https://www.batchdatacollector.com/gopremium/

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/                    

拡張機能の基本情報

名前 Batch Data Collector - Next-Gen Web Scraper Batch Data Collector - Next-Gen Web Scraper
ID ldlnaccjobmaealinkjmaogkamemfhge
公式URL https://chrome.google.com/webstore/detail/batch-data-collector-next/ldlnaccjobmaealinkjmaogkamemfhge
説明 Data extraction from any website
ファイルサイズ 4.38 MB
インストール数 487
現在のバージョン 5.3.4.1
最終更新日 2020-09-14
公開日 2020-08-30
開発者 http://batchdatacollector.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.batchdatacollector.com
ヘルプページのURL https://www.batchdatacollector.com/contact-us/
プライバシーポリシーページのURL https://www.batchdatacollector.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Batch Data Collector - Next-Gen Web Scraper",
    "version": "5.3.4.1",
    "short_name": "BdC",
    "manifest_version": 2,
    "description": "Data extraction from any website",
    "icons": {
        "128": "BDataCollector.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "contextMenus",
        "activeTab",
        "contentSettings",
        "proxy",
        "webRequest",
        "system.memory",
        "history",
        "downloads",
        "webRequestBlocking",
        "pageCapture"
    ],
    "browser_action": {
        "default_title": "Batch Data Collector",
        "default_icon": "BDataCollector.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}