# English Jobs Netherlands > English Jobs Netherlands is a job search platform for English-speaking roles in The Netherlands. 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://englishjobsearch.nl`. ### 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://englishjobsearch.nl/jobs/software%20developer` - **Location-only:** `GET https://englishjobsearch.nl/in/amsterdam` - **Query and location:** `GET https://englishjobsearch.nl/in/amsterdam/software%20developer` - **With additional languages:** - `GET https://englishjobsearch.nl/jobs/software%20developer?include=french.german.spanish` - `GET https://englishjobsearch.nl/in/amsterdam?include=french` - `GET https://englishjobsearch.nl/in/amsterdam/software%20developer?include=french.german` ## Allowed Locations Below is the list of supported location IDs: Cities: - `delft` # Delft - `tiel` # Tiel - `heerenveen` # Heerenveen - `zwartewaterland` # Zwartewaterland - `schouwen-duiveland` # Schouwen-Duiveland - `breda` # Breda - `moerdijk` # Moerdijk - Zevenbergen - `utrecht` # Utrecht - `venlo` # Venlo - `zaanstad` # Zaandam - `goes` # Goes - `bussum` # Bussum - `roermond` # Roermond - `de-marne` # De Marne - `haarlem` # Haarlem - `ede` # Ede - `sneek` # Sneek - `s-gravenzande` # s-Gravenzande - `lingewaard` # Lingewaard - `borculo` # Borculo - `almere` # Almere - `kampen` # Kampen - `tilburg` # Tilburg - `hardenberg` # Hardenberg - `oldenzaal` # Oldenzaal - `rijssen` # Rijssen - `harlingen` # Harlingen - `hattem` # Hattem - `winschoten` # Winschoten - `lelystad` # Lelystad - `roosendaal` # Roosendaal - `middelburg` # Middelburg - `wageningen` # Wageningen - `sliedrecht` # Sliedrecht - `waterland` # Waterland - `s-gravenhage` # The Hague - `maastricht` # Maastricht - `bergen-op-zoom` # Bergen op Zoom - `lichtenvoorde` # Lichtenvoorde - `schoonhoven` # Schoonhoven - `amsterdam` # Amsterdam - `apeldoorn` # Apeldoorn - `sittard-geleen` # Sittard - `zutphen` # Zutphen - `ridderkerk` # Ridderkerk - `edam-volendam` # Edam - `franekeradeel` # Franeker - `s-hertogenbosch` # s-Hertogenbosch - `zwolle` # Zwolle - `leeuwarden` # Leeuwarden - `steenwijkerland` # Steenwijk - `naarden` # Naarden - `deventer` # Deventer - `purmerend` # Purmerend - `emmen` # Emmen - `sint-oedenrode` # Sint-Oedenrode - `doesburg` # Doesburg - `groningen` # Groningen - `harderwijk` # Harderwijk - `dronten` # Dronten - `oud-beijerland` # Oud-Beijerland - `hoogeveen` # Hoogeveen - `elburg` # Elburg - `hof-van-twente` # Hof van Twente - `zaltbommel` # Zaltbommel - `echt-susteren` # Echt - `terneuzen` # Terneuzen - `rotterdam` # Rotterdam - `eindhoven` # Eindhoven - `leidschendam-voorburg` # Leidschendam - `langedijk` # Langedijk - `dongeradeel` # Dokkum Provinces: - `drenthe` # Drenthe - `flevoland` # Flevoland - `gelderland` # Gelderland - `groningen-province` # Groningen (province) - `limburg` # Limburg - `noord-brabant` # North Brabant - `overijssel` # Overijssel - `utrecht-province` # Utrecht (province) - `friesland` # Friesland - `noord-holland` # North Holland - `zuid-holland` # South Holland - `zeeland` # Zeeland ## 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`