Instant Data Scraper
Instant Data Scraper extracts data from web pages and exports it as Excel or CSV files
Instant Data Scraper là gì?
Instant Data Scraper là một tiện ích mở rộng Chrome được phát triển bởi https://webrobots.io, và tính năng chính của nó là "Instant Data Scraper extracts data from web pages and exports it as Excel or CSV files".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Instant Data Scraper
Tải xuống các tệp mở rộng Instant Data 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
Instant Data Scraper is an automated data extraction tool for any website. It uses AI to predict which data is most relevant on a HTML page and allows saving it to Excel or CSV file (XLS, XLSX, CSV). Community Support group: https://www.facebook.com/groups/instantdata/ This tool does not require website specific scripts, instead it uses heuristic AI analysis of HTML structure to detect data for extraction. If the prediction is not satisfactory, it lets the user customize the selections for greater accuracy. This type of scraping technology is much more convenient, because it does not require large user created libraries of scraping scripts, which often become filled with outdated and redundant versions. This means that our scraping method works just as well with small and lesser known websites, as it does with global giants like Amazon. Also, our users do not need to have any coding, json or xml skills! Instant Data Scraper FEATURES: * Detecting data for extraction with AI. * Detecting when dynamic data has loaded. * Delay and maximum wait time customization for desired crawling speed * Support for pagination on websites. * Automatic navigation to next page via buttons or links. * Support for infinite scrolling. * Extracted data preview with copy and paste support. * Data export to Excel spreadsheet or CSV file. * Extracted data column renaming and filtering. This extension is completely FREE. Instant Data Scraper works well in unison with SEO tools, CRM recruiter systems, sales leads management tools or email marketing campaigns. Web scraping and data downloading is made easy with our tool. Furthermore, you have data security and privacy as the scraped data does not leave your browser. Instant Data Scraper USE CASES: * Lead generation for companies and freelancers. * Growth hackers looking for easy ways to collect data. * Recruiters looking for job candidates. * Crawl results from search engines. * Get product pricing data from e-commerce websites. * Amazon sellers, distributors and review analysts. * Get email and addresses and phone numbers from directories. * Get contact info from professional association websites. * Scrape reviews and ratings. * Analyze posts for likes, comments, connection and contacts. * Extract emails and ID from social media profiles. Developer promise: This extension does not contain any malware or spyware beyond standard Google Analytics.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Instant Data Scraper |
ID | ofaokhiedipichpaobibbnahnkdoiiah |
URL Chính Thức | https://chromewebstore.google.com/detail/instant-data-scraper/ofaokhiedipichpaobibbnahnkdoiiah |
Mô tả | Instant Data Scraper extracts data from web pages and exports it as Excel or CSV files |
Kích Thước Tệp | 944 KB |
Số Lần Cài Đặt | 662,529 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2024-01-31 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 4.85/5 Tổng số 3772 Đánh Giá |
Nhà Phát Triển | https://webrobots.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webrobots.io/instantdata |
URL Trang Trợ Giúp | https://www.facebook.com/groups/instantdata/ |
URL Trang Chính Sách Bảo Mật | https://webrobots.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Data Scraper", "version": "1.2.0", "manifest_version": 3, "description": "Instant Data Scraper extracts data from web pages and exports it as Excel or CSV files", "action": { "default_icon": "pokeball64.png" }, "permissions": [ "webRequest", "activeTab" ], "incognito": "split", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "pokeball16.png", "32": "pokeball32.png", "64": "pokeball64.png", "128": "pokeball128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "onload.css" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/sha256.min.js", "onload.js" ] } ] } |