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是由https://extensionsbox.com开发的Chrome扩展程序,该扩展的主要功能是“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

下载Indeed Scraper扩展crx文件

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

扩展使用说明

                        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
帮助页面URL https://indeedscraper.extensionsbox.com
隐私政策页面URL 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": [
                ""
            ]
        }
    ]
}