Indeed Scraper

Scrape Indeed jobs, salaries, locations, and apply links and save to CSV or Excel. Easy to use.

Co to jest Indeed Scraper?

Indeed Scraper to rozszerzenie Chrome opracowane przez https://indeedscraper.net, a jego główną funkcją jest „Scrape Indeed jobs, salaries, locations, and apply links and save to CSV or Excel. Easy to use.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Indeed Scraper

Pobierz pliki rozszerzeń Indeed Scraper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Our Indeed Scraper extension is a powerful tool designed to extract valuable job data from Indeed's extensive database. Whether you're a job seeker looking for specific opportunities or an HR manager seeking insights into the job market, our extension provides the information you need without the hassle of manual searches or coding.

Why choose our Indeed Scraper?

Access Fresh and Extensive Data: With over 250 million users worldwide, Indeed is a goldmine of job information. Our scraper allows you to quickly gather fresh and extensive data, providing valuable insights into job trends, hiring patterns, and more.

Extract Comprehensive Job Details: Our scraper extracts essential job details such as titles, dates posted, company names, locations, salaries, ratings, full job descriptions, and apply URLs.

How does it work?
Guide video: https://indeedscraper.net

Using our Indeed Scraper is simple:
1. Open indeed.com and perform your desired search.
2. Click the "Export Jobs" button and wait for the extraction process to complete.
3. Download the extracted data in CSV or Excel file format.


Advantages of our Indeed Scraper:

🔹 No Coding Required: Our user-friendly interface eliminates the need for coding knowledge, making it accessible to users of all levels.
🔹 Real-time Results: Receive fresh and accurate data within seconds, eliminating the wait time for requested information.
🔹 Customizable Search Queries: Tailor your search criteria to match your specific needs, ensuring relevant and targeted results.
🔹 Time-saving: Our scraper saves you time by automating the data collection process, allowing you to focus on your core tasks.
🔹 Regular Updates: We consistently update our scraper to ensure compatibility with any changes made to the Indeed website.                    

Podstawowe informacje o rozszerzeniu

Nazwa Indeed Scraper Indeed Scraper
ID fnmcgefncfbmgeafmdelmjklpblodpnc
Oficjalny URL https://chromewebstore.google.com/detail/indeed-scraper/fnmcgefncfbmgeafmdelmjklpblodpnc
Opis Scrape Indeed jobs, salaries, locations, and apply links and save to CSV or Excel. Easy to use.
Rozmiar pliku 1020 KB
Liczba instalacji 239
Aktualna Wersja 10.3.10
Ostatnia Aktualizacja 2023-09-07
Data Publikacji 2023-08-14
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper https://indeedscraper.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://indeedscraper.net
Adres URL Strony Pomocy https://indeedscraper.net
Adres URL Strony Polityki Prywatności https://indeedscraper.net/privacy
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDes__",
    "version": "10.3.10",
    "manifest_version": 3,
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAows7mkgFz8dTs6WK3HvCQg8Rwjt0g9ZCBtAsInEBj86UnFoPeFN7nXeyvOefoCzPFfpp\/g58lxeEfUB3MfpAlj22LqbQoTAL9ps1eGWujENiIjrJFbEDXd\/cFFgFCGRY+qhHDnprIdtT9ax1ETfJxk34M3uOEDHyzoGFhM3tKZDpGCFnvROjWAclNIyLthAp6INuBNc1IrunjxKVmX03OafnE0j1craDQ+9iWiVCGUif\/r+5e\/rSiMi7reU6YDmUcGNNpSVY0tTLhZjP1TQHRz1HOeiu9rzV8JVu4BBqcBrgKCF7G\/+1QbQaDW6tmXImxSu2SbD+9lpA10gQvHxEawIDAQAB",
    "homepage_url": "https:\/\/indeedscraper.net",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-c5fb39e7.f7539a0e.js"
            ],
            "matches": [
                "*:\/\/*.indeed.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*",
                "assets\/*",
                "cframe.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.indeed.com\/*"
            ],
            "resources": [
                "assets\/chunk-d2f25f54.js",
                "assets\/chunk-c5fb39e7.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}