Squashed from chore/license-relicense. Full message preserved in the original branch commitbb77eb5. See ADR-0002 for the decision rationale. Refs: ADR-0002, commitbb77eb5
46 lines
No EOL
984 B
JSON
46 lines
No EOL
984 B
JSON
{
|
|
"name": "Monster Job",
|
|
"description": "Extract job posting from Monster",
|
|
"site": "monster.com",
|
|
"category": "professional",
|
|
"icon": "\ud83d\udcbc",
|
|
"schema": {
|
|
"name": "monster_job",
|
|
"base_selector": ".job-view",
|
|
"fields": [
|
|
{
|
|
"name": "title",
|
|
"selector": "h1",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "company",
|
|
"selector": ".company",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "location",
|
|
"selector": ".location",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "salary",
|
|
"selector": ".salary",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"selector": ".job-description",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "posted_date",
|
|
"selector": ".posted",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"url_pattern": "*://www.monster.com/*",
|
|
"_license": "MIT",
|
|
"_copyright": "Copyright (c) 2026 Rug Munch Media LLC"
|
|
} |