Indeed Scraper

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

O que é Indeed Scraper?

Indeed Scraper é uma extensão do Chrome desenvolvida por https://ggext.com, e sua principal característica é "Extract Indeed job titles, salaries, locations, and apply links and download in user-friendly formats like Excel with ease.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Indeed Scraper

Baixe arquivos de extensão Indeed Scraper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Indeed Scraper Indeed Scraper
ID cgelphinochnndbeinkgdjolojgdkabc
URL Oficial https://chromewebstore.google.com/detail/indeed-scraper/cgelphinochnndbeinkgdjolojgdkabc
Descrição Extract Indeed job titles, salaries, locations, and apply links and download in user-friendly formats like Excel with ease.
Tamanho do Arquivo 2.24 MB
Contagem de Instalações 315
Versão Atual 1.2.8
Última Atualização 2023-10-28
Data de Publicação 2023-03-12
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://ggext.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://indeed-scraper.ggext.com
URL da Página de Ajuda https://indeed-scraper.ggext.com
URL da Página de Política de Privacidade http://ggext.com/privacy.html
Idiomas Suportados 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"
            ]
        }
    ]
}