Grepsr - Web Scraping Tool

Scrape data from any website & turn it into a spreadsheet or API in seconds!

ما هو Grepsr - Web Scraping Tool؟

Grepsr - Web Scraping Tool هو إضافة Chrome تم تطويرها بواسطة https://www.grepsr.com، والميزة الرئيسية لها هي "Scrape data from any website & turn it into a spreadsheet or API in seconds!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Grepsr - Web Scraping Tool

قم بتنزيل ملفات الامتداد Grepsr - Web Scraping Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Grepsr for Chrome is a free web scraping tool that allows you to easily extract any web data using an intuitive point-and-click toolkit, and turn it into spreadsheet in seconds. 

Better yet - plug and play Grepsr for Chrome into your app using a simple API and automate the look for new and fresh data.

• Start scraping at the click of a mouse

Directly within your browser, simply point to the data element you need and click it using our intuitive tagging toolkit, and save the data fields to process your scrape and we’ll get you the data you need.

No more installing and going through an overwhelming interface to build web scraping 'agents!'

• Download data in any format

Within your project in the Grepsr app, simply go to Dataset > Download and click the 'Download' button associated with the data output format of your choice. If that option isn't available right away, just click 'Export' and select the format from the dropdown.

Furthermore, deploy data using our built-in integration to popular document management systems such as Dropbox, Google Drive, Amazon S3, Box, FTP and more.

• Automate your scrape for new data

Save time and avoid repetitive work. Schedule your scraper at any specific day or time-period using just a calendar to extract new and fresh data from the source, over and over again.

Other web scraping tools only spit out the data. Grepsr goes beyond by providing suite of easy-to-use workflow tools, support and APIs to manage your data workflows better, every day.

Watch our detailed walk-through video here: https://www.youtube.com/watch?v=dLx6JTPKpsw

Or read more on our blog:
https://www.grepsr.com/how-to-use-grepsr-for-chrome-to-scrape-the-web-for-free-699f27109bd2/                    

معلومات أساسية عن التمديد

الاسم Grepsr - Web Scraping Tool Grepsr - Web Scraping Tool
ID hjdijkhlfpeafghibmiabeofkiicdnjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/grepsr-web-scraping-tool/hjdijkhlfpeafghibmiabeofkiicdnjm
الوصف Scrape data from any website & turn it into a spreadsheet or API in seconds!
حجم الملف 911 KB
عدد التثبيتات 9,462
النسخة الحالية 1.1.5
آخر تحديث 2023-10-04
تاريخ النشر 2019-11-25
تقييم 3.58/5 مجموع تقييمات 64
المطور https://www.grepsr.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.grepsr.com/chrome-extension/?ref=chrome_web_store
عنوان صفحة المساعدة http://www.grepsr.com/?ref=chrome_web_store
عنوان صفحة سياسة الخصوصية https://www.grepsr.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grepsr - Web Scraping Tool",
    "short_name": "Grepsr for Chrome",
    "version": "1.1.5",
    "author": "Bidhan A",
    "description": "Scrape data from any website & turn it into a spreadsheet or API in seconds!",
    "browser_action": {
        "default_title": "Grepsr"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/app.grep.sr\/*",
            "*:\/\/app.dev.grepsr.net\/*",
            "*:\/\/appnext.dev.grepsr.net\/*",
            "*:\/\/appnext.grepsr.com\/*",
            "*:\/\/app.local.grepsr.net\/*",
            "*:\/\/app.grepsr.com\/*",
            "*:\/\/www.grepsr.com\/*",
            "http:\/\/localhost:3010\/*"
        ]
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon64.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "file:\/\/*\/*",
        "tabs",
        "notifications",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "templates\/*",
        "fonts\/*",
        "css\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com\/analytics.js\/v1\/db4qO5ehHztrRgO3ylU9TIyhEI4PGbal\/analytics.min.js https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/bat.bing.com\/bat.js https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'"
}