Indeed Scraper

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

Qu'est-ce que Indeed Scraper ?

Indeed Scraper est une extension Chrome développée par https://indeedscraper.net, et sa fonction principale est "Scrape Indeed jobs, salaries, locations, and apply links and save to CSV or Excel. Easy to use.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Indeed Scraper

Téléchargez les fichiers d'extension Indeed Scraper 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

                        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.                    

Informations de Base sur l'Extension

Nom Indeed Scraper Indeed Scraper
ID fnmcgefncfbmgeafmdelmjklpblodpnc
URL Officiel https://chromewebstore.google.com/detail/indeed-scraper/fnmcgefncfbmgeafmdelmjklpblodpnc
Description Scrape Indeed jobs, salaries, locations, and apply links and save to CSV or Excel. Easy to use.
Taille du Fichier 1020 KB
Nombre d'Installations 239
Version Actuelle 10.3.10
Dernière Mise à Jour 2023-09-07
Date de Publication 2023-08-14
Évaluation 4.83/5 Total 6 Évaluations
Développeur https://indeedscraper.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://indeedscraper.net
URL de la Page d'Aide https://indeedscraper.net
URL de la Page de Politique de Confidentialité https://indeedscraper.net/privacy
Langues Prises en Charge 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"
    ]
}