Indeed Scraper

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

什么是Indeed Scraper?

Indeed Scraper是由https://indeedscraper.net开发的Chrome扩展程序,该扩展的主要功能是“Scrape Indeed jobs, salaries, locations, and apply links and save to CSV or Excel. Easy to use.”。

扩展截图

screenshot
screenshot
screenshot

下载Indeed Scraper扩展crx文件

下载Indeed Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Indeed Scraper Indeed Scraper
ID fnmcgefncfbmgeafmdelmjklpblodpnc
官方URL https://chromewebstore.google.com/detail/indeed-scraper/fnmcgefncfbmgeafmdelmjklpblodpnc
简介 Scrape Indeed jobs, salaries, locations, and apply links and save to CSV or Excel. Easy to use.
文件大小 1020 KB
安装次数 239
当前版本 10.3.10
更新时间 2023-09-07
上架时间 2023-08-14
评分 4.83/5 共6次评分
开发者 https://indeedscraper.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://indeedscraper.net
帮助页面URL https://indeedscraper.net
隐私政策页面URL https://indeedscraper.net/privacy
支持的语言 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"
    ]
}