Jobs Scraper for LinkedIn™

Automate your LinkedIn™ job search by intelligently scraping and exporting relevant postings directly into a CSV file.

Jobs Scraper for LinkedIn™란 무엇입니까?

Jobs Scraper for LinkedIn™은(는) https://extensionsbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate your LinkedIn™ job search by intelligently scraping and exporting relevant postings directly into a CSV file."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Jobs Scraper for LinkedIn™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Boost Your Job Search with LinkedIn Jobs Scraper

LinkedIn™ is a goldmine for job seekers. With over 740 million members, it's one of the best platforms to find open positions and make connections. However, manually browsing jobs can be extremely time-consuming. This extension can help you find your next career opportunity faster.

What is LinkedIn Jobs Scraper?

This is an automated tool that extracts data from LinkedIn™ Job postings. It works by programmatically scrolling through search results and capturing key details about job postings like job title, company, location, description, and more.

The scraped data is exported into a structured CSV format for easy analysis and searchability. This saves you countless hours spent manually browsing listings.

Benefits of Using Our Extension

- Extracts up to 3000s postings matching your search criteria  
- Saves time compared to manual browsing 
- Provides structured data for easy sorting and filtering
- Lets you analyze job market trends and patterns
- Helps create targeted, relevant job applications 

How to Use This Tool for Your Job Search

Step 1: Enter Your Job Search Parameters 
Specify your target job title, location, keywords, and other filters. The more precise your search, the better the results.

Step 2: Scrape Job Postings Pages
After the search, the green button "Download Jobs" should appear on the right of the Search button. Click the "Download Jobs" button to open the scrape window. The scraper will automatically extract data from the job posting page as it scrolls through search results. 

Step 3: Export Data to CSV
All extracted info is cached on your computer. You can click "Export Jobs" to export scraped data to a CSV file.

With the power of web scraping, you can supercharge your job search and unlock positions tailored to your skills and interests. Automate the busy work and focus your efforts on crafting targeted, compelling applications.

How quickly will I receive the results?
The data extraction process begins immediately after you make a request. The duration of the extraction will vary depending on the amount of information you need to retrieve.

Data Privacy
Your data stays on your device and is not stored or transmitted to our servers. We prioritize keeping your information secure and confidential.

LinkedIn™ is registered trademarks or trademarks of LinkedIn Corporation and its affiliates in the United States and/or other countries. This independent project was developed by ExtensionBox and has no relationship with LinkedIn Corporation.                    

확장 프로그램 기본 정보

이름 Jobs Scraper for LinkedIn™ Jobs Scraper for LinkedIn™
ID jhmlphenakpfjkieogpinommlgjdjnhb
공식 URL https://chromewebstore.google.com/detail/jobs-scraper-for-linkedin/jhmlphenakpfjkieogpinommlgjdjnhb
설명 Automate your LinkedIn™ job search by intelligently scraping and exporting relevant postings directly into a CSV file.
파일 크기 3.17 MB
설치 횟수 796
현재 버전 1.0.7
최근 업데이트 2024-03-01
출시 날짜 2023-08-22
평점 3.88/5 총 8 개의 평점
개발자 https://extensionsbox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkedinjobsscraper.extensionsbox.com
도움말 페이지 URL https://linkedinjobsscraper.extensionsbox.com
개인정보 보호 정책 페이지 URL https://linkedinjobsscraper.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.0.7",
    "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"
    },
    "permissions": [
        "storage",
        "identity",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/linkedinjobsscraper.extensionsbox.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiNJWD8415gmI1TV00VHTUi\/9MMi6cgz5nHwbvIHp8O68tiBIoDhZtCyO0eTfe1amD5z+jWvmj13Mn7LAgkULBHK6R84egpaRdGK++sllCLDEMTfr4DOYIrU2xHtEvPawekVfn+GT0VpvilNx1hCGT4d53LwyDPdVe51PmZJJRwLOaR1G2qnnIeaoWvxAg3vfmGCyNZFIu5DDuIc\/9gikbV1ipatDKvikft\/WlF6\/9Qnj0wmg4LYZkWCkdYN2BXeGbfD3IH9502DUuVEYqf2V3QQQwJem1Wxe7ONbNFH7wxsiTGJ88Up5iigioEn1Fk+ovlV6b1ou4OX7f6GhUDhbiwIDAQAB",
    "oauth2": {
        "client_id": "700879747061-nipb5j51hqi6sfn2hj73tajmdvh38o2q.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": [
                ""
            ]
        }
    ]
}