Indeed Scraper

Extracting jobs, salaries, locations, and job seeker profiles from Indeed and exporting them to a CSV file for use in Excel.

Co to jest Indeed Scraper?

Indeed Scraper to rozszerzenie Chrome opracowane przez https://extensionsbox.com, a jego główną funkcją jest „Extracting jobs, salaries, locations, and job seeker profiles from Indeed and exporting them to a CSV file for use in Excel.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Indeed Scraper

Pobierz pliki rozszerzeń Indeed Scraper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Introducing the Indeed Scraper Browser Extension: Your Ultimate Job Data Extraction and Saving Solution

Whether you're a job seeker, HR manager, recruiter, or business owner, the Browser Extension is your go-to tool for in-depth job market analysis. With the ability to save and export data not only in CSV format but also in JSON and XLSX (Excel), this extension unlocks a wealth of information from Indeed's vast job listings. Our scraper simplifies the process of searching and extracting detailed job data, requiring no coding expertise.

Why Choose the Indeed Scraper?
Harness the full potential of Indeed's database to identify job trends, track hiring patterns, and pinpoint job openings that meet your specific needs. Our extension gives you the power to:
- Effortlessly access up-to-date, extensive job data.
- Analyze job market trends and recruitment practices.
- Locate targeted job vacancies and craft more effective job listings.

What Data Formats Can You Export?
Our extension is adept at extracting crucial information from job postings, allowing you to save and export data in the following formats:
- CSV
- JSON
- XLSX (Excel)
This includes details like Position Name, Company, Location, Rating, URL, Id, Posted At, Scraped At, and External Apply Link.
With the Pro version and settings activated, you can obtain additional columns such as:
Salary, Job Type, Shift & Schedule, Description Text, Description HTML.

How to Use the Indeed Scraper?
Operating our extension is straightforward and user-friendly. Simply:
1. Navigate to indeed.com and conduct a search with basic parameters like job title, company name, and location.
2. Click the Download button next to the “Find Jobs” button. ( or you can copy the search results page’s URL from your browser's address bar, Paste the URL into our extension's input field).
3. select "EXPORT JOBS" and choose your desired format (CSV, JSON, or XLSX).
4. Wait for the scraping process to complete.
5. Click "Download Jobs" to receive your data in the chosen format, ready for thorough analysis.

The Benefits of Our Extension
Opting for our extension offers a multitude of advantages:
- No need for coding expertise – we manage all the technical aspects.
- Instantaneous results – obtain the latest data in a flash.
- Customizable searches – refine your queries to fulfill your specific requirements.
- Time-saving – bypass the lengthy hours of manual data gathering or scraper development.
- Consistent updates – our tool is regularly enhanced to keep pace with Indeed's site modifications.

Speed of Delivery
Your data is just a few clicks away once you start the scraping process. The duration of extraction depends on the data volume, but our tool is optimized for swift and efficient performance.

Prepare to revolutionize your approach to job market data access. The Indeed Scraper is the ideal solution for anyone aiming to optimize their job data collection and analysis process. Give it a try now and witness the impact firsthand!

Data Privacy
The data you work with remains confined to your local machine and does not traverse our servers at any point.

Disclaimer
This extension is an independently developed product by ExtensionsBox and has no association with INDEED.                    

Podstawowe informacje o rozszerzeniu

Nazwa Indeed Scraper Indeed Scraper
ID bneijclffbjaigpohjfnfmjpnaadchdd
Oficjalny URL https://chromewebstore.google.com/detail/indeed-scraper/bneijclffbjaigpohjfnfmjpnaadchdd
Opis Extracting jobs, salaries, locations, and job seeker profiles from Indeed and exporting them to a CSV file for use in Excel.
Rozmiar pliku 2.43 MB
Liczba instalacji 1,615
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2024-02-04
Data Publikacji 2023-02-01
Ocena 4.09/5 Łącznie 11 Oceny
Deweloper https://extensionsbox.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://indeedscraper.extensionsbox.com
Adres URL Strony Pomocy https://indeedscraper.extensionsbox.com
Adres URL Strony Polityki Prywatności https://indeedscraper.extensionsbox.com/privacy
Obsługiwane Języki 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",
    "version": "1.1.2",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.indeed.com\/*",
        "*:\/\/*.extensionsbox.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.indeed.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0oboL2MxEN4l35ttKFcudfUBAhYX4UdvexKCXHyUQci12kPPvZTzSrpWQJI9U\/a8MkhSjK46jqq8J5E1O6dNZTulLKgVrLXyaAju+Bc5vOBnV4KhTvmLbvGH\/Z2We\/4f6ZS88uTzyRrdeL9PG5oAVHxszlUMqHSVVlqZBpiFzap\/NyUduQvQMMrGK0HfyRxDl1dyKpCoZINoLk8SjWISajs4lqrfzvsYkV51bOCywjbU0KsakEyxhoyUkcS\/V9VP56QBjQbKmaCZGSa6uEx6CRQz4Aw5eMh0E1oJdF5njyEGeORM3TdVzHgCmShQczdR3plnGOx4MP9lpVsuvitD4wIDAQAB",
    "oauth2": {
        "client_id": "562771673784-feam2lpu4e566s4f72qkoin1fjhn3vkp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*",
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}