Indeed Scraper

Extract Indeed job titles, salaries, locations, and apply links and download in user-friendly formats like Excel with ease.

什么是Indeed Scraper?

Indeed Scraper是由https://ggext.com开发的Chrome扩展程序,该扩展的主要功能是“Extract Indeed job titles, salaries, locations, and apply links and download in user-friendly formats like Excel with ease.”。

扩展截图

screenshot

下载Indeed Scraper扩展crx文件

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

扩展使用说明

                        Introducing our Indeed Scraper, the ultimate tool for extracting job listings from Indeed with ease. With just a few simple steps, you can scrape job details, salaries, locations, and apply links, and save them to a CSV file for use in Excel.

Indeed is a leading job site with a massive database of job listings, providing valuable information on job openings, salaries, locations, and job seeker profiles. Our Indeed scraper enables you to effortlessly Scraping this information without the need for coding knowledge.

The benefits of using our Indeed scraper are plentiful. HR managers, recruiters, and anyone looking to create a database of candidates, track hiring trends, and stay informed about the job market can benefit from the valuable insights that our scraper provides.

With our Indeed scraper, you can save time, eliminate the need to build and test your own scraper, and have immediate access to all the job information you need. The data extraction process begins immediately after your request, and the duration of the extraction will vary depending on the amount of information you need to retrieve.

Don't waste any more time manually searching for job information on Indeed. Try our Indeed scraper today and gain valuable insights into the job market.

Questions?
Drop us a line at [email protected]
https://indeed-scraper.ggext.com/#faqs



------------------------------------------
Data Privacy
------------------------------------------
All data is processed in your local computer, it is never passing through our web server, no one knows what you explore. The extension will NOT attempt to offload, distribute, broadcast, sell, or in any way share collected data.

------------------------------------------
LEGAL
------------------------------------------
Indeed is a trademark of Indeed Inc., registered in the U.S. and other countries.This is an unofficial enhancement for Indeed. This extension is not related to Google Maps of Indeed Inc.                    

扩展基本信息

名称 Indeed Scraper Indeed Scraper
ID cgelphinochnndbeinkgdjolojgdkabc
官方URL https://chromewebstore.google.com/detail/indeed-scraper/cgelphinochnndbeinkgdjolojgdkabc
简介 Extract Indeed job titles, salaries, locations, and apply links and download in user-friendly formats like Excel with ease.
文件大小 2.24 MB
安装次数 315
当前版本 1.2.8
更新时间 2023-10-28
上架时间 2023-03-12
评分 3.67/5 共3次评分
开发者 https://ggext.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://indeed-scraper.ggext.com
帮助页面URL https://indeed-scraper.ggext.com
隐私政策页面URL http://ggext.com/privacy.html
支持的语言 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",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.2.8",
    "author": "GShoppingExport",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.indeed.com\/*"
            ],
            "js": [
                "plasmo-overlay.db6b23e9.js"
            ],
            "run_at": "document_end",
            "css": [
                "plasmo-overlay.40eb3b06.css"
            ]
        }
    ],
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvprLj\/V153hVGOd9f9KHEyDyR2+aKPEy9MwNRpWnI0r2EMQ6YEu\/TPqfvLx+neXbKYYmaDTx7tTaaasSBZf7deNcXARnxPjxEeMHT2mT5fpbQ3vEIepQNK4P34LsPjQWNlhyvaxhqH6qsQaAhQcFXD4IhigOO+t62gDrqA48jQTxf8j3oCjkrI3zqSrQh9JFLJSdCvmDMWw1+q\/YfTvagzM4s7e8WJWeiLkV3MztyzbaoWGcQjMWU4H4D3fQupXY1iHpTzMwmDZ4Lm5gh+g47QglezSkW0MXlUxHUrvM6SX3RPy7xUgyxoAPh9e4FQXF7VW\/s0gVgRtrGUEMVPBWowIDAQAB",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "632845667525-g42sa7icimli6jdv1ga808icjsh6ta84.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ajaxhook.min.js",
                "injected\/inject.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.indeed.com\/*"
            ],
            "resources": [
                "ic_find.55e1d60b.png",
                "plasmo-overlay.b5a63de5.css",
                "plasmo-overlay.6b53d8a1.css",
                "plasmo-overlay.9c8f7704.png",
                "plasmo-overlay.e0ca028d.png",
                "plasmo-overlay.f41a453c.jpg",
                "plasmo-overlay.7bae0545.png"
            ]
        }
    ]
}