# English Jobs Denmark > English Jobs Denmark is a job search platform for English-speaking roles in Denmark. It helps non-local speakers find work. By default, it searches for jobs requiring only English. Users can specify additional languages they speak to broaden the search. You can search for these English-speaking jobs by crafting URLs as explained below. ## How to generate search engine results pages To generate a search URL, follow these patterns. The base URL is `https://englishjobs.dk`. ### URL Structure 1. `/jobs/{query}`: For searching by job title or keyword. 2. `/in/{location}`: For searching by location. 3. `/in/{location}/{query}`: For searching by both location and query. ### Path Parameters - `{query}`: The job title, keyword, or skill to search for. If it contains spaces, URL-encode them (e.g., `software developer` becomes `software%20developer`). - `{location}`: The ID of the city or region. Must be one of the values from the "Allowed Locations" list below. ### Query Parameters - `include`: (Optional) A dot-separated list of additional languages the user speaks. This will include jobs that require English *plus* any of the specified languages. - You can include up to 4 languages. - The language values must come from the "Allowed Languages for `include`" list below. ### Examples - **Query-only:** `GET https://englishjobs.dk/jobs/software%20developer` - **Location-only:** `GET https://englishjobs.dk/in/kobenhavn` - **Query and location:** `GET https://englishjobs.dk/in/kobenhavn/software%20developer` - **With additional languages:** - `GET https://englishjobs.dk/jobs/software%20developer?include=french.german.spanish` - `GET https://englishjobs.dk/in/kobenhavn?include=french` - `GET https://englishjobs.dk/in/kobenhavn/software%20developer?include=french.german` ## Allowed Locations Below is the list of supported location IDs: Cities: - `randers` # Randers - `svendborg` # Svendborg - `ikast-brande` # Ikast - `kalundborg` # Kalundborg - `allerod` # Lillerød - `guldborgsund` # Guldborgsund - `norddjurs` # Grenå - `ringkobing-skjern` # Ringkøbing-Skjern - `aero` # Ærøskøbing - `thisted` # Thisted - `frederikssund` # Frederikssund - `kobenhavn` # Copenhagen - `nyborg` # Nyborg - `billund` # Billund - `aalborg` # Aalborg - `horsens` # Horsens - `vejle` # Vejle - `helsingor` # Helsingør - `silkeborg` # Silkeborg - `nordfyns` # Nordfyns - `herning` # Herning - `frederikshavn` # Frederikshavn - `jammerbugt` # Jammerbugt - `fredericia` # Fredericia - `sonderborg` # Sønderborg - `fredensborg` # Fredensborg - `hjorring` # Hjørring - `vordingborg` # Vordingborg - `vesthimmerland` # Vesthimmerland - `tonder` # Tønder - `koge` # Køge - `hillerod` # Hillerød - `horsholm` # Hørsholm - `middelfart` # Middelfart - `frederiksberg` # Frederiksberg - `esbjerg` # Esbjerg - `kolding` # Kolding - `odense` # Odense - `aabenraa` # Aabenraa - `mariagerfjord` # Mariagerfjord - `viborg` # Viborg - `bornholm` # Bornholm - `odder` # Odder - `kerteminde` # Kerteminde - `naestved` # Næstved - `holstebro` # Holstebro - `lemvig` # Lemvig - `assens` # Assens - `holbaek` # Holbæk - `haderslev` # Haderslev - `morso` # Nykøbing Mors - `ringsted` # Ringsted - `rudersdal` # Rudersdal - `halsnaes` # Frederiksværk - `slagelse` # Slagelse - `arhus` # Aarhus - `roskilde` # Roskilde - `skanderborg` # Skanderborg - `hedensted` # Hedensted - `faaborg-midtfyn` # Faaborg - `lolland` # Lolland - `varde` # Varde - `lyngby-taarbaek` # Kongens Lyngby - `skive` # Skive - `egedal` # Egedal Regions: - `sjaelland` # Region Zealand - `nordjylland` # North Denmark Region - `hovedstaden` # Capital Region of Denmark - `midtjylland` # Central Denmark Region - `syddanmark` # Southern Denmark ## Allowed Languages for `include` Below is the list of supported languages for the `include` parameter: - `arabic` - `bulgarian` - `catalan` - `chinese` - `croatian` - `czech` - `danish` - `dutch` - `estonian` - `finnish` - `french` - `german` - `greek` - `hindi` - `hungarian` - `irish` - `italian` - `japanese` - `korean` - `latvian` - `lithuanian` - `luxembourgish` - `maltese` - `norwegian` - `polish` - `portuguese` - `romanian` - `russian` - `slovenian` - `spanish` - `swedish` - `turkish` - `ukrainian`