Squashed from chore/license-relicense. Full message preserved in the original branch commitbb77eb5. See ADR-0002 for the decision rationale. Refs: ADR-0002, commitbb77eb5
41 lines
No EOL
1 KiB
JSON
41 lines
No EOL
1 KiB
JSON
{
|
|
"name": "LinkedIn Job Posting",
|
|
"description": "Extract job posting details from LinkedIn",
|
|
"site": "linkedin.com",
|
|
"category": "professional",
|
|
"icon": "\ud83d\udcbc",
|
|
"url_pattern": "*://www.linkedin.com/jobs/*",
|
|
"schema": {
|
|
"name": "linkedin_job",
|
|
"base_selector": ".jobs-search__job-details",
|
|
"fields": [
|
|
{
|
|
"name": "title",
|
|
"selector": "h1",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "company",
|
|
"selector": ".job-details-jobs-unified-top-card__company-name",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "location",
|
|
"selector": ".job-details-jobs-unified-top-card__bullet",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"selector": "#job-details",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "post_date",
|
|
"selector": ".job-details-jobs-unified-top-card__posted-date",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"_license": "MIT",
|
|
"_copyright": "Copyright (c) 2026 Rug Munch Media LLC"
|
|
} |