Browse AI: Fast Web Scraping & Monitoring

Scrape, monitor, and automate any website in 2 minutes.

Browse AI: Fast Web Scraping & Monitoring란 무엇입니까?

Browse AI: Fast Web Scraping & Monitoring은(는) https://browse.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape, monitor, and automate any website in 2 minutes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Browse AI: Fast Web Scraping & Monitoring 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Train a robot to scrape any website in 2 mins with no-code.

Automate any repetitive web data extraction task you do on the web. Never again spend hours monitoring your competitor's site regularly to extract pricing information. Your time is more valuable than that. 

Superpowers Browse AI will give you:
- Set up web scraping automations using an easy to use point-and-click interface.
- Download data as a spreadsheet or sync it with a Google Sheet.
- Run tasks on a schedule and monitor data for changes.
- Stream data into any other software using the Zapier integration or REST API and webhooks.
- Turn any website into an API. Code examples are available in all popular languages.

Here is what some of the users say:

- "We've been using Browse AI and it has been phenomenal. It's the easiest scraper that we've ever used, and the ability to listen for changes is game-breaking. It now serves a core part of our business and saves us thousands of dollars per month. Can't wait to see what other features await us down the line!" 
Weiwei Li, CTO at marketplace startup
https://www.producthunt.com/posts/browse-ai?comment=1502234

- "New favorite web tool is @BrowseAI. It’s like having a developer specializing in python scraping waiting for your ideas to write scripts. Lots of pre-made “tasks”, like pulling data from a company’s LinkedIn, Google Search results, and much more"
Dan Capelle, Managing Director at Synkun Inc.
https://twitter.com/DanCapelle/status/1440330780610232323

- "Browse.AI has been immensely helpful as it enabled us to scrape live inventory data from our retailers that they are unwilling to provide to new vendors. This means my sales team knows who to call and when and saves immeasurable time."
Taylor McCarten, CEO at BinBreeze
https://www.producthunt.com/posts/browse-ai?comment=1503330

By using this extension, you agree to the terms of service (available at the Privacy Policy link on the sidebar). In order to improve the extension and identify and fix bugs early, we collect anonymous usage data. You can disable this under Settings.

Have questions or feedback? We're all ears. 
https://browse.ai/support                    

확장 프로그램 기본 정보

이름 Browse AI: Fast Web Scraping & Monitoring Browse AI: Fast Web Scraping & Monitoring
ID obpcenkclppghkfpielmefegceegofeh
공식 URL https://chromewebstore.google.com/detail/browse-ai-fast-web-scrapi/obpcenkclppghkfpielmefegceegofeh
설명 Scrape, monitor, and automate any website in 2 minutes.
파일 크기 1.43 MB
설치 횟수 101,481
현재 버전 1.4.76
최근 업데이트 2023-12-16
출시 날짜 2020-07-03
평점 4.18/5 총 40 개의 평점
개발자 https://browse.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browse.ai
도움말 페이지 URL https://browse.ai/support
개인정보 보호 정책 페이지 URL https://browse.ai/about/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browse AI: Fast Web Scraping & Monitoring",
    "version": "1.4.76",
    "manifest_version": 2,
    "description": "Scrape, monitor, and automate any website in 2 minutes.",
    "homepage_url": "https:\/\/dashboard.browse.ai",
    "icons": {
        "16": "assets\/[email protected]",
        "48": "assets\/[email protected]",
        "128": "assets\/[email protected]"
    },
    "minimum_chrome_version": "74",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/[email protected]",
        "default_title": "Browse AI Recorder",
        "default_popup": "popup.html"
    },
    "content_scripts": [],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "apps\/assets\/*.mp3",
        "apps\/static\/js\/*.js",
        "apps\/static\/js\/*.js.map",
        "apps\/static\/css\/*.css",
        "apps\/static\/css\/*.css.map",
        "apps\/static\/media\/*.png",
        "apps\/static\/media\/*.ttf",
        "apps\/static\/media\/*.woff",
        "apps\/static\/media\/*.woff2",
        "apps\/static\/media\/*.eot",
        "apps\/*.glb"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/dashboard.browse.ai\/*",
            "https:\/\/qa-dashboard.browseai.com\/*",
            "https:\/\/dashboard.browseai.com\/*",
            "https:\/\/qa-dashboard.browse.ai\/*",
            "https:\/\/dashboard.browse.ai\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version_name": "1.4.76"
}