You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
site_id: linkedin
|
|
enabled: true
|
|
repair_needed: false
|
|
|
|
identity:
|
|
label: LinkedIn Jobs
|
|
category: aggregator
|
|
base_url: https://www.linkedin.com
|
|
start_url_template: "https://www.linkedin.com/jobs/search/?keywords={keywords_urlencoded}&geoId=103644278&origin=JOB_SEARCH_PAGE_LOCATION_AUTOCOMPLETE"
|
|
|
|
browser:
|
|
profile_mode: persistent_chrome_profile
|
|
profile_name: JobAgent
|
|
headed_on_learn: true
|
|
headless_on_run: false
|
|
|
|
search:
|
|
keyword_mode: url_param
|
|
location_mode: url_param
|
|
sort_mode: url_param
|
|
date_mode: url_param
|
|
result_list_wait_selector: "li[data-occludable-job-id]"
|
|
|
|
pagination:
|
|
mode: none
|
|
max_pages: 1
|
|
|
|
extract:
|
|
container_selectors:
|
|
- "li[data-occludable-job-id]"
|
|
fields:
|
|
title:
|
|
text:
|
|
- "a.job-card-list__title--link"
|
|
company:
|
|
text:
|
|
- ".artdeco-entity-lockup__subtitle span"
|
|
location:
|
|
text:
|
|
- ".job-card-container__metadata-wrapper li span"
|
|
url:
|
|
attr:
|
|
selector: "a.job-card-list__title--link"
|
|
name: href
|
|
|
|
post_filters:
|
|
include_posted_text: []
|
|
|
|
healthcheck:
|
|
min_items_expected: 0
|
|
required_fields:
|
|
- title
|
|
fail_if_zero_when_known_active: false
|
|
|
|
learn:
|
|
last_learned_at: null
|
|
source_url: null
|