Indeed Scraper

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

ما هو Indeed Scraper؟

Indeed Scraper هو إضافة Chrome تم تطويرها بواسطة https://extensionsbox.com، والميزة الرئيسية لها هي "Extracting jobs, salaries, locations, and job seeker profiles from Indeed and exporting them to a CSV file for use in Excel.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Indeed Scraper

قم بتنزيل ملفات الامتداد Indeed Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Indeed Scraper Indeed Scraper
ID bneijclffbjaigpohjfnfmjpnaadchdd
عنوان URL الرسمي https://chromewebstore.google.com/detail/indeed-scraper/bneijclffbjaigpohjfnfmjpnaadchdd
الوصف Extracting jobs, salaries, locations, and job seeker profiles from Indeed and exporting them to a CSV file for use in Excel.
حجم الملف 2.43 MB
عدد التثبيتات 1,615
النسخة الحالية 1.1.2
آخر تحديث 2024-02-04
تاريخ النشر 2023-02-01
تقييم 4.09/5 مجموع تقييمات 11
المطور https://extensionsbox.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://indeedscraper.extensionsbox.com
عنوان صفحة المساعدة https://indeedscraper.extensionsbox.com
عنوان صفحة سياسة الخصوصية https://indeedscraper.extensionsbox.com/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",
    "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": [
                ""
            ]
        }
    ]
}