linkedin-jobs
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLinkedIn Jobs
LinkedIn 职位查询
Requires environment variable.
BRIGHTDATA_API_KEYTwo operations: search (discover jobs by criteria) and fetch (get a specific job by URL or ID). Both return full raw JSON.
需要配置环境变量。
BRIGHTDATA_API_KEY支持两种操作:搜索(按条件查找职位)和获取详情(通过URL或ID获取特定职位信息)。两种操作均返回完整的原始JSON数据。
Search jobs
搜索职位
Cost: ~$1.50 per 1k records. Always use to control costs. Default limit is 25.
--limitScript paths below are relative to this skill's directory.
bash
python3 scripts/search_linkedin_jobs.py "software engineer" \
--location "United States" \
--remote Remote \
--time-range "Past month" \
--job-type Full-time \
--experience "Mid-Senior level" \
--limit 25keyword--location| Flag | Valid values |
|---|---|
| Max results (default 25). Keep low to control costs. |
| |
| |
| |
| |
| Company name string |
| Country code (e.g. |
Returns an array of job objects.
成本:每1000条记录约1.50美元。 请务必使用参数控制成本,默认限制为25条。
--limit以下脚本路径均相对于本工具的目录。
bash
python3 scripts/search_linkedin_jobs.py "software engineer" \
--location "United States" \
--remote Remote \
--time-range "Past month" \
--job-type Full-time \
--experience "Mid-Senior level" \
--limit 25keyword--location| 参数标志 | 有效值 |
|---|---|
| 最大结果数(默认25)。建议设置较小值以控制成本。 |
| |
| |
| |
| |
| 公司名称字符串 |
| 国家代码(例如: |
返回职位对象数组。
Fetch a specific job
获取特定职位详情
Takes ~30 seconds. Accepts a full LinkedIn URL or numeric job ID.
bash
python3 scripts/fetch_linkedin_job.py 4358573391
python3 scripts/fetch_linkedin_job.py "https://www.linkedin.com/jobs/view/4358573391"Returns a single job object.
耗时约30秒,支持传入完整的LinkedIn职位URL或数字职位ID。
bash
python3 scripts/fetch_linkedin_job.py 4358573391
python3 scripts/fetch_linkedin_job.py "https://www.linkedin.com/jobs/view/4358573391"返回单个职位对象。
Key output fields
关键输出字段
job_posting_idjob_titlecompany_namejob_locationjob_summaryjob_posted_datejob_employment_typejob_seniority_leveljob_num_applicantsbase_salaryis_easy_applyapplication_availabilityurlapply_linkjob_description_formattedjob_posting_idjob_titlecompany_namejob_locationjob_summaryjob_posted_datejob_employment_typejob_seniority_leveljob_num_applicantsbase_salaryis_easy_applyapplication_availabilityurlapply_linkjob_description_formatted