Indeed Scraper

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

Wat is Indeed Scraper?

Indeed Scraper is een Chrome-extensie ontwikkeld door https://indeedscraper.net, en de belangrijkste functie is "Scrape Indeed jobs, salaries, locations, and apply links and save to CSV or Excel. Easy to use.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Indeed Scraper

Download Indeed Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Indeed Scraper Indeed Scraper
ID fnmcgefncfbmgeafmdelmjklpblodpnc
Officiële URL https://chromewebstore.google.com/detail/indeed-scraper/fnmcgefncfbmgeafmdelmjklpblodpnc
Beschrijving Scrape Indeed jobs, salaries, locations, and apply links and save to CSV or Excel. Easy to use.
Bestandsgrootte 1020 KB
Aantal Installaties 239
Huidige Versie 10.3.10
Laatst Bijgewerkt 2023-09-07
Publicatiedatum 2023-08-14
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar https://indeedscraper.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://indeedscraper.net
Help Pagina-URL https://indeedscraper.net
URL van de Privacybeleid Pagina https://indeedscraper.net/privacy
Ondersteunde Talen 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"
    ]
}