Screpto - Web Scraping Made Simple

Best in class web scraping tool. Simply point and select, preview, and instantly turn any website into a spreadsheet or API.

Τι είναι το Screpto - Web Scraping Made Simple;

Το Screpto - Web Scraping Made Simple είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://screpto.com, και η κύρια λειτουργία του είναι "Best in class web scraping tool. Simply point and select, preview, and instantly turn any website into a spreadsheet or API.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screpto - Web Scraping Made Simple

Λήψη αρχείων επέκτασης Screpto - Web Scraping Made Simple σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Screpto is an easy to use yet powerful tool that makes web scraping simple and reliable. With our advanced extension, it’s ridiculously easy to extract complex structured data from any website. Simply point and click, preview, and get results instantly. No downloads, No coding required.

• Powerful, fast and intuitive data extraction:

Say goodbye to hours spent on building a scraper or gathering data manually. With Screpto, within your browser, simply select data elements you need, organize them as you’d like, preview in real-time, and copy or save data as JSON or CSV formats in a matter of seconds.

With our chrome extension, you can build complex data structures that fits your need. We support major data types, multi-level nested structures with objects and arrays, element attributes so you can be limited only by your imagination.


FEATURES:

- Point and select interface
- Visually organize and customize data with drag & drop
- Preview results in real-time
- Smart bulk select similar elements
- Extract elements attributes
- Multi-level nesting support
- Multiple data types support (Objects, Arrays, Strings and Numbers)
- Export data locally
- Devtools integration


• Automate your tasks in the Cloud. Schedule scraping tasks and get results via API:

Save time extracting data. With our cloud based service, you can schedule your task to get fresh data on an hourly, daily, weekly or monthly basis. Moreover, you can access or download the data via API.

Better yet, configure webhooks to receive data as soon as it gets extracted.


FEATURES:

- Save task schema on the cloud
- Schedule scraping on hourly, daily, weekly or monthly basis
- Javascript rendered websites support
- Access results via API
- Export results as CSV / JSON via API
- Proxy rotation
- Pagination
- Version control
- Webhooks


• Unlimited potential:

Screpto supports many different use cases thanks to our highly flexible scraping capabilities.

Check our documentation page:

https://docs.screpto.com/docs/scraping-extension

What's new in Screpto: 

https://www.notion.so/What-s-new-in-Screpto-c38d5197e4cc48b3bee9416609e4831d                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Screpto - Web Scraping Made Simple Screpto - Web Scraping Made Simple
ID gkdihiafcimldmdfofclddfoeohjljkd
Επίσημο URL https://chrome.google.com/webstore/detail/screpto-web-scraping-made/gkdihiafcimldmdfofclddfoeohjljkd
Περιγραφή Best in class web scraping tool. Simply point and select, preview, and instantly turn any website into a spreadsheet or API.
Μέγεθος Αρχείου 378 KB
Αριθμός Εγκαταστάσεων 178
Τρέχουσα Έκδοση 1.6.0
Τελευταία Ενημέρωση 2021-06-04
Ημερομηνία Δημοσίευσης 2020-11-01
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://screpto.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.screpto.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.screpto.com/contact?p=extension
URL της Σελίδας Πολιτικής Απορρήτου https://screpto.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screpto - Web Scraping Made Simple",
    "version": "1.6.0",
    "short_name": "Screpto",
    "manifest_version": 2,
    "description": "Best in class web scraping tool. Simply point and select, preview, and instantly turn any website into a spreadsheet or API.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/screpto\/gkdihiafcimldmdfofclddfoeohjljkd",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*.screpto.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.screpto.com:*\/*"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self' https:\/\/*.clearbit.com; style-src * 'unsafe-inline';",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                ".\/styles\/injected.css"
            ]
        }
    ]
}