search_jobs
Search open Alaska government, legislative, campaign, policy, municipal, federal, and nonprofit job listings. All filters optional.
Parameters5
| query | string | optional | keywords matched against title, employer, and description |
| category | string | optional | |
| region | string | optional | |
| remote | boolean | optional | only remote/hybrid-eligible jobs |
| limit | integer | optional |
Raw schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "keywords matched against title, employer, and description"
},
"category": {
"type": "string",
"enum": [
"legislative",
"campaign",
"lobbying",
"agency_policy",
"elections",
"nonprofit",
"other"
]
},
"region": {
"type": "string",
"enum": [
"juneau",
"anchorage",
"fairbanks",
"matsu",
"statewide",
"rural"
]
},
"remote": {
"type": "boolean",
"description": "only remote/hybrid-eligible jobs"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"default": 20
}
}
}