← Sweden

Swedish Job Search

GET /sweden/jobtech/search

Free-text search across 45,000+ active Swedish job ads from Arbetsförmedlingen via JobTech.

Parameters

q required

Search query

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/sweden/jobtech/search?q=elixir"

Live Response

{
  "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
}