Agenty - Advanced Web Scraper

Web scraping software with AI to extract data from websites using point-and-click extension to get data from web crawling

Agenty - Advanced Web Scraper là gì?

Agenty - Advanced Web Scraper là một tiện ích mở rộng Chrome được phát triển bởi https://agenty.com, và tính năng chính của nó là "Web scraping software with AI to extract data from websites using point-and-click extension to get data from web crawling".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Agenty - Advanced Web Scraper

Tải xuống các tệp mở rộng Agenty - Advanced Web Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        No-code web data scraping software to auto-extract data from websites using point-and-click CSS Selectors or AI.

Real-time web data extraction preview and download into various formats like JSON, CSV or TSV.

Build free web scraper scripts using the Chrome extension and host on Agenty cloud for batch URL for bulk extraction, and more advanced web scraping features: like Scheduling, Anonymous website proxies, Website Crawling, Scrape 100 or millions of web pages, Extract multiple website simultaneously, uploading data to server, FTP, S3 etc.

Using the extension, you can build 3 types of agents -
1. Web scraping agents
2. Change detection agents
3. Web crawling agents

How to use
--------------------------------
1. Go to website you want to extract and then launch the extension.
2. Select agent type under "Create new" or you can use sample agents template under my agents.
2. Click on a webpage element that you would like to extract (it will turn green). Agenty will then generate best CSS selector for that element, and will highlight (yellow) everything that is matched by that selector. 
3. Now you can click on a highlighted element to remove it from the selector (red), or click on an un-highlighted element to add it to the extractor. Through this process of selection and rejection, Agenty will help you come up with the perfect CSS selector for your items need to be extracted.
4. Extract any number of fields with TEXT, HTML or ATTR (attributes) and instant output preview of extracted data.

How to edit an agent
-------------------------------
1. Go to the website URL, where the agent was created
2. Launch the Agenty extension
3. Click on the open button beside your agent to open it in Agenty.
4. Now, you can add/change anything and save it back to your account.


Features
--------------------------------
1. Extract any number of fields from a web-page.
2. Use the built-in CSS selector to generate pattern with one click.
3. Write your own custom CSS selector.
4. Choose the item you want to extract. E.g. TEXT, HTML or ATTR (Attribute) 
5. See the result preview instantly as CSS selector selected.
5. Toggle the position left/right.
7. Export output in most popular file format JSON, CSV or TSV

Whether you are scraping websites with Agenty or using the API in C#, Python, Node JS, Perl, Ruby, Java or JavaScript programming language. 

You can use this Chrome extension to auto-generate CSS selectors for web scraping or web automation with Playwright, Puppeteer and Selenium for website testing.

See more details : https://agenty.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Agenty - Advanced Web Scraper Agenty - Advanced Web Scraper
ID gpolcofcjjiooogejfbaamdgmgfehgff
URL Chính Thức https://chromewebstore.google.com/detail/agenty-advanced-web-scrap/gpolcofcjjiooogejfbaamdgmgfehgff
Mô tả Web scraping software with AI to extract data from websites using point-and-click extension to get data from web crawling
Kích Thước Tệp 604 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.9.6
Cập Nhật Lần Cuối 2023-09-13
Ngày Phát Hành 2020-02-06
Đánh Giá 4.20/5 Tổng số 174 Đánh Giá
Nhà Phát Triển https://agenty.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://agenty.com/products/scraping-agent/
URL Trang Trợ Giúp https://www.agenty.com/docs/
URL Trang Chính Sách Bảo Mật https://agenty.com/company/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.9.6",
    "name": "Agenty - Advanced Web Scraper",
    "short_name": "Web Scraper",
    "description": "Web scraping software with AI to extract data from websites using point-and-click extension to get data from web crawling",
    "homepage_url": "https:\/\/agenty.com",
    "permissions": [
        "activeTab",
        "scripting",
        "identity",
        "identity.email"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/agenty-16.png",
            "24": "icons\/agenty-24.png",
            "32": "icons\/agenty-32.png"
        },
        "default_title": "Agenty"
    },
    "icons": {
        "128": "icons\/agenty-128.png",
        "64": "icons\/agenty-64.png",
        "48": "icons\/agenty-48.png",
        "24": "icons\/agenty-24.png",
        "32": "icons\/agenty-32.png",
        "16": "icons\/agenty-16.png"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pixel.gif",
                "\/core\/loader.js",
                "\/core\/agenty-iframe.html",
                "\/core\/agenty-iframe.js",
                "\/core\/angular.min.js",
                "\/core\/agenty-iframe.css",
                "\/core\/selectorgadget\/selectorgadget.css",
                "\/core\/agenty-chrome.css",
                "\/core\/jquery.min.js",
                "\/core\/diff_match_patch.js",
                "\/core\/selectorgadget\/dom.js",
                "\/core\/selectorgadget\/core.js",
                "\/core\/agenty-chrome.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "422764263809-p2udfa6670hr4kc5qj9dsk19e17thskt.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxS5hRJcw0bbu3LLV2f87CycTXM5Q6\/3EZhoOL28DgeHpqBM5+fLii5N324ElXXZVFh3mqaS4pHvAtqOT30Ikf6TOGgdZ4yKuj3gSNp2iCvJ3yYv5re5kg0NVDAW4CitH3GCk3sWk0S3Y7hNlJ9oXAqqkSot7uJhBVNLIBmuBptdIZhn53SBP1Kk1Bn3t3WzBV6aiAYwTb97oNveojyLYMDDUu2cl32jAsMBd0JQ9UPYIBkCpS0ieG9GIUVFlhXL8FDPwi42Gqyi9zb8oYHTziMzHzVsng5JAiKwRYm7R7e+2jejteHgwCGlJCWZY5iAdRCnwKKAx3ciYM5zWomXdTQIDAQAB"
}