GET /sweden/jobtech/search
Free-text search across 45,000+ active Swedish job ads from Arbetsförmedlingen via JobTech.
q
required
Search query
| Name | Required | Default | Description |
|---|---|---|---|
q |
Yes | - | Search query |
curl "https://nordapi.ee/api/v1/sweden/jobtech/search?q=elixir"
{
"data": {
"freetext_concepts": {
"location": [],
"location_must": [],
"location_must_not": [],
"occupation": [],
"occupation_must": [],
"occupation_must_not": [],
"skill": [
"elixir"
],
"skill_must": [],
"skill_must_not": [],
"trait": [],
"trait_must": [],
"trait_must_not": []
},
"hits": [],
"positions": 0,
"query_time_in_millis": 1,
"result_time_in_millis": 10,
"stats": [],
"total": {
"value": 0
}
},
"success": true
}