Webutler.AI - AI powered web scraper

Webutler.AI uses AI to predict which data is most relevant on a HTML page and allows saving it to Excel.

Webutler.AI - AI powered web scraper란 무엇입니까?

Webutler.AI - AI powered web scraper은(는) webutler.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webutler.AI uses AI to predict which data is most relevant on a HTML page and allows saving it to Excel."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Webutler.AI - AI powered web scraper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Webutler.AI is an automated data extraction tool for any website. It is based on artificial intelligence to analyze the most relevant structured data on a web page and allows it to be downloaded and saved to Excel.

The tool does not require site-specific scripts, but instead uses the HTML structure to detect associated data and select the most appropriate list. Because it doesn't require complex user-defined rules, it means our crawling method works just as well for small and lesser-known sites as those of global giants like Amazon. Plus, our users don't need any coding skills!

Web data collection and downloading is easy with our tool. Plus, you have data security and privacy as the collected data never leaves your browser.

Some Common Use Cases:
* E-commerce sellers, distributors and review analysts collect product prices and reviews
* Sales staff automatically and regularly collect sales leads through professional social profiles
* Freelancers automatically collect emails, addresses and phone numbers from public directories
* Marketing professionals analyze social media sites
* Collect ratings and comments on posts
* Recruiters looking for qualified candidates
* Job seekers looking for the best jobs
* Data scientists collect more clean data
* Students study data science and data mining

ADDITIONAL INFO:
Following Chrome extension permissions are required to run the Webutler.AI:
activeTab: to track active tab for the creating of recipe
storage: to store scraped data and configuration
unlimitedStorage: to store scraped data on local for exporting later

This tool refers to the automatic identification function of Instant Data Scraper and MiniRPA, which can  analyze the most relevant structured data on the webpage with one click, and provide paging function. If you need more advanced and complex collection functions, you can use the MiniRPA.

if you have any feedback or feature requests: [email protected].

If you have collection needs that you cannot solve by yourself, you can also send them to [email protected], and we will use this tool or the MiniRPA to answer the questions.                    

확장 프로그램 기본 정보

이름 Webutler.AI - AI powered web scraper Webutler.AI - AI powered web scraper
ID ghmjdagapadakjaffiimogiecdnjdaac
공식 URL https://chromewebstore.google.com/detail/webutlerai-ai-powered-web/ghmjdagapadakjaffiimogiecdnjdaac
설명 Webutler.AI uses AI to predict which data is most relevant on a HTML page and allows saving it to Excel.
파일 크기 2.28 MB
설치 횟수 520
현재 버전 1.0.4
최근 업데이트 2023-07-05
출시 날짜 2023-05-04
평점 5.00/5 총 2 개의 평점
개발자 webutler.ai
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://webutlerai.github.io/webulter.ai/Privacy.txt
지원되는 언어 en,zh-CN
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "Webutler.AI",
    "description": "__MSG_extDesc__",
    "version": "1.0.4",
    "author": "__MSG_extAuthor__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "static\/icons\/webutler16.png",
        "48": "static\/icons\/webutler48.png",
        "128": "static\/icons\/webutler128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "static\/icons\/webutler16.png",
            "38": "static\/icons\/webutler48.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/static\/js\/jquery-3.5.1.min.js",
                "\/static\/js\/jQuery.drag.js",
                "\/content\/client\/index.js"
            ],
            "css": [
                "\/content\/client\/index.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/**",
                "\/content\/iframe\/**",
                "options\/options.html**",
                "\/content\/**"
            ],
            "matches": [
                ""
            ]
        }
    ]
}