JobAd Enrichments
JobAd Enrichments är en AI-lösning som automatiskt hämtar ut relevanta ord och uttryck i platsannonser samtidigt som överflödig information filtreras bort. API:et bidrar till en mer träffsäker matchning mellan arbetsgivare och arbetssökande, och gör det lättare att navigera och snabbt hitta rätt...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (9 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| swagger | text | Version of the Swagger/OpenAPI specification used.Version of the Swagger/OpenAPI specification used. |
| basePathBase path | text | Base URL path under which the API's endpoints are exposed.Base URL path under which the API's endpoints are exposed. |
| paths | object | Definitions of the API's available endpoints and their operations.Definitions of the API's available endpoints and their operations. |
| info | object | General metadata about the API, such as title, version, and description.General metadata about the API, such as title, version, and description. |
| produces | array | List of MIME types the API can return in responses.List of MIME types the API can return in responses. |
| consumes | array | List of MIME types the API accepts in requests.List of MIME types the API accepts in requests. |
| tags | array | List of tags used to group the API's operations.List of tags used to group the API's operations. |
| definitions | object | Schema definitions for data objects used by the API.Schema definitions for data objects used by the API. |
| responses | object | Reusable response definitions, including error responses, for the API.Reusable response definitions, including error responses, for the API. |
Schema inferred from the distribution file's first records 1 month ago. Column types are sampled estimates, not source-declared.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (1 record)
Record 1info: {"title":"JobAd Enrichments API","versio · tags: [{"name":"jobad-enrichments-API"}]
{
"info": {
"title": "JobAd Enrichments API",
"version": "1.5.7",
"description": "Enriching job ads, making unstructured text structured"
},
"tags": [
{
"name": "jobad-enrichments-API"
}
],
"paths": {
"/synonymdictionary": {
"get": {
"tags": [
"jobad-enrichments-API"
],
"responses": {
"200": {
"schema": {
"$ref": "#/definitions/SynonymDictionaryResponse"
},
"description": "OK"
},
"422": {
"description": "Bad request"
},
"500": {
"description": "Technical error"
}
},
"parameters": [
{
"in": "query",
"enum": [
"COMPETENCE",
"OCCUPATION",
"TRAIT",
"GEO"
],
"name": "type",
"type": "string",
"required": true
},
{
"in": "query",
"enum": [
"CORRECTLY_SPELLED",
"MISSPELLED",
"BOTH"
],
"name": "spelling",
"type": "string",
"required": true
}
],
"description": "Returns all the items in the synonym dictionary that is used for identifying keywords in the job ads.",
"operationId": "get_get_synonym_dictionary_endpoint"
}
},
"/enrichtextdocuments": {
"post": {
"tags": [
"jobad-enrichments-API"
],
"responses": {
"200": {
"schema": {
"$ref": "#/definitions/EnrichDocsResponse"
},
"description": "OK"
},
"422": {
"description": "Bad request"
},
"500": {
"description": "Technical error"
}
},
"parameters": [
{
"in": "body",
"name": "payload",
"schema": {
"$ref": "#/definitions/EnrichDocsRequest"
},
"required": true
}
],
"description": "Enriches multiple job ads, returning structured job data. The result includes both demanded and non demanded concepts and a prediction between 0 and 1 (~0 = non demanded, ~1 = demanded).",
"operationId": "post_enrich_multiple_textdocuments_endpoint"
}
},
"/enrichtextdocumentsbinary": {
"post": {
"tags": [
"jobad-enrichments-API"
],
"responses": {
"200": {
"schema": {
"$ref": "#/definitions/EnrichDocsBinaryResponse"
},
"description": "OK"
},
"422": {
"description": "Bad request"
},
"500": {
"description": "Technical error"
}
},
"parameters": [
{
"in": "body",
"name": "payload",
"schema": {
"$ref": "#/definitions/EnrichDocsBinaryRequest"
},
"required": true
}
],
"description": "Enriches multiple job ads, returning structured job data. The result contains demanded concepts only. If occupations or geographical terms are found in the headline, they are also considered as demanded.",
"operationId": "post_enrich_multiple_textdocuments_binary_endpoint"
}
}
},
"swagger": "2.0",
"basePath": "/",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"responses": {
"MaskError": {
"description": "When any error occurs on mask"
},
"ParseError": {
"description": "When a mask can't be parsed"
},
"ValidationError": {}
},
"definitions": "[large value omitted]"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://jobad-enrichments-api.jobtechdev.se/swagger.json
Query examples
curl -sL 'https://jobad-enrichments-api.jobtechdev.se/swagger.json' -o data.jsonFull ndjson file download — the schema shown was inferred from the file's first records.
Dataset
Volume & freshness
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.