Web Scraper - GetData.IO

3-Click Web-to-CSV for Your ChatGPT Bot!

Qu'est-ce que Web Scraper - GetData.IO ?

Web Scraper - GetData.IO est une extension Chrome développée par https://getdata.io, et sa fonction principale est "3-Click Web-to-CSV for Your ChatGPT Bot!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Scraper - GetData.IO

Téléchargez les fichiers d'extension Web Scraper - GetData.IO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Unlock data-driven potential for your ChatGPT Bot using GetData.IO, your cloud-based solution.

Key Features:
- 🌐 Unlimited browser-based downloads
- 📊 Create API endpoints for competitive pricing, reviews, news, and more.
- 🖱️ Easily select data from web pages.
- 🔄 Integrate webhooks for automatic updates tailored to your ChatGPT.
- 🕒 Schedule crawlers flexibly (as often as every 15 minutes).
- 💼 Access data in .CSV, .JSON, or Excel.
- 🚀 Seamlessly sync vast data volumes with your ChatGPT.

Empower your ChatGPT Bot with invaluable training data. Make informed decisions and unleash the full potential of GetData.IO. Get started today!
CONTACT INFO:
The GetData.IO is ready to help you. If you have problems using the tool, extracting data from any website or encounter difficulties in your journey to generating market insights, let us know. Just ask your question via email at [email protected]. Let’s be friends!

IMPORTANT INFO:
The data sources you created will be visible to you and community members when you create public data sources. 

The data sources will be private and visible only to you when you create private data sources which is available in our paid plan. 

To best ensure we track changes on a webpage accurately, we collect the cookies for that site  when you create a data source.

Gathered data will be stored on our server and its accessibility will be determine by you based on your choice of data source type. It will be deleted when you delete your data source.

GetData.IO requires you to accept our terms of service as well as understand our privacy policy to use the software. Please refer to our site at https://getdata.io/terms-of-service and https://getdata.io/privacy-policy. 

Part of our terms of use is that you understand and abide by the terms of use of whatever site you are using and that the community data sources are there for you to use “as is” without any obligation from GetData.IO to modify or fix them or to help you use them. We do provide ample tutorials and help documents for how to use our chrome extension and how to make or modify data sources on your own.

Create an API and start making informed decisions now!

(C) 2023 Copyright  GetData Inc                    

Informations de Base sur l'Extension

Nom Web Scraper - GetData.IO Web Scraper - GetData.IO
ID ofncgcgajhgnbkbmkdhbgkoopfbemhfj
URL Officiel https://chromewebstore.google.com/detail/web-scraper-getdataio/ofncgcgajhgnbkbmkdhbgkoopfbemhfj
Description 3-Click Web-to-CSV for Your ChatGPT Bot!
Taille du Fichier 878 KB
Nombre d'Installations 7,484
Version Actuelle 6.0.6
Dernière Mise à Jour 2023-10-10
Date de Publication 2020-02-21
Évaluation 4.21/5 Total 47 Évaluations
Développeur https://getdata.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getdata.io
URL de la Page de Politique de Confidentialité https://getdata.io/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css",
                "css\/font-awesome-4.2.0\/css\/font-awesome.css",
                "css\/hopscotch-0.2.6.min.css"
            ],
            "js": [
                "js\/lib\/file_saver.js",
                "js\/content\/browsers\/chrome.js",
                "js\/config\/config.js",
                "js\/lib\/jquery_1.9.1.min.js",
                "js\/lib\/jquery_ui_1.10.3.js",
                "js\/lib\/handlebars.runtime.js",
                "js\/lib\/handlebar-helpers.js",
                "js\/content\/templates\/sidebar.hbs.precompiled.js",
                "js\/content\/templates\/column.hbs.precompiled.js",
                "js\/content\/templates\/community_icon.hbs.precompiled.js",
                "js\/content\/templates\/listing_panel_column.hbs.precompiled.js",
                "js\/content\/templates\/listing_panel_recommended_column.hbs.precompiled.js",
                "js\/content\/templates\/recommended_panel_column.hbs.precompiled.js",
                "js\/content\/templates\/introduction_modal.hbs.precompiled.js",
                "js\/content\/templates\/notification_panel.hbs.precompiled.js",
                "js\/content\/templates\/notification_save_panel.hbs.precompiled.js",
                "js\/lib\/underscore-min.js",
                "js\/lib\/backbone-min.js",
                "js\/lib\/bootstrap.bundle.min.js",
                "js\/content\/lib\/backbone-override.js",
                "js\/content\/models\/crawler.js",
                "js\/content\/models\/tutorial.js",
                "js\/content\/models\/tab.js",
                "js\/content\/models\/page.js",
                "js\/content\/models\/pagination.js",
                "js\/content\/models\/column.js",
                "js\/content\/models\/recommended_column.js",
                "js\/content\/views\/crawler_view.js",
                "js\/content\/views\/dom_array_generator.js",
                "js\/content\/views\/listing_detector.js",
                "js\/content\/views\/recommendation_detector.js",
                "js\/content\/views\/selected_dom_view.js",
                "js\/content\/views\/column_view.js",
                "js\/content\/views\/listing_panel_column_view.js",
                "js\/content\/views\/listing_panel_recommended_column_view.js",
                "js\/content\/views\/recommended_column_view.js",
                "js\/content\/views\/recommended_panel_column_view.js",
                "js\/content\/views\/pagination_view.js",
                "js\/content\/views\/sidebar_view.js",
                "js\/content\/views\/tab_view.js",
                "js\/lib\/hopscotch-0.2.6.min.js",
                "js\/content\/views\/tutorial_view.js",
                "js\/content\/application.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background\/application.js"
    },
    "action": {
        "default_icon": "images\/krake_icon_disabled_24_new.png",
        "default_title": "Get Data"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/content\/templates\/sidebar.hbs",
                "js\/content\/templates\/column.hbs",
                "js\/content\/templates\/community_icon.hbs",
                "js\/content\/templates\/listing_panel_column.hbs",
                "js\/content\/templates\/listing_panel_recommended_column.hbs",
                "js\/content\/templates\/recommended_panel_column.hbs",
                "js\/content\/templates\/introduction_modal.hbs",
                "js\/content\/templates\/notification_panel.hbs",
                "js\/content\/templates\/notification_save_panel.hbs",
                "images\/logo-long.svg",
                "images\/logo-a.png",
                "images\/active-state.svg",
                "images\/recommendations-state.svg",
                "images\/empty-state.svg",
                "images\/loading-icon.gif",
                "images\/empty-state-first.svg",
                "images\/help-circle.svg",
                "images\/arrow-right-circle.svg",
                "images\/arrow-right-circle-active.svg",
                "images\/menu-close-icon.svg",
                "images\/sidebar-add-icon.png",
                "images\/sidebar-pagination-icon.png",
                "images\/sprite-green.png",
                "images\/recommendations_icon.svg",
                "images\/chevron-down.svg",
                "images\/chevron-down-active.svg",
                "images\/chevron-up.svg",
                "images\/chevron-up-active.svg",
                "images\/delete.svg",
                "images\/delete-active.svg",
                "images\/plus-circle.svg",
                "images\/plus-circle-active.svg",
                "images\/notification-close-icon.svg",
                "images\/pagination-active.svg",
                "images\/pagination-inactive.svg",
                "images\/recommendation-active.svg",
                "images\/recommendation-inactive.svg",
                "html\/panel.html",
                "css\/font-awesome-4.2.0\/fonts\/fontawesome-webfont.eot",
                "css\/font-awesome-4.2.0\/fonts\/fontawesome-webfont.svg",
                "css\/font-awesome-4.2.0\/fonts\/fontawesome-webfont.ttf",
                "css\/font-awesome-4.2.0\/fonts\/fontawesome-webfont.woff",
                "css\/font-awesome-4.2.0\/fonts\/FontAwesome.otf"
            ]
        }
    ],
    "icons": {
        "128": "images\/krake_icon_128_new.png",
        "16": "images\/krake_icon_16_new.png",
        "24": "images\/krake_icon_24_new.png",
        "32": "images\/krake_icon_32_new.png",
        "48": "images\/krake_icon_48_new.png"
    },
    "manifest_version": 3,
    "name": "Web Scraper - GetData.IO",
    "short_name": "GetData.IO",
    "description": "3-Click Web-to-CSV for Your ChatGPT Bot!",
    "permissions": [
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "version": "6.0.6"
}