llms.txt Content
# English Jobs Austria
> English Jobs Austria is a job search platform for English-speaking roles in Austria. 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.at`.
### 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.at/jobs/software%20developer`
- **Location-only:** `GET https://englishjobsearch.at/in/wien`
- **Query and location:** `GET https://englishjobsearch.at/in/wien/software%20developer`
- **With additional languages:**
- `GET https://englishjobsearch.at/jobs/software%20developer?include=french.german.spanish`
- `GET https://englishjobsearch.at/in/wien?include=french`
- `GET https://englishjobsearch.at/in/wien/software%20developer?include=french.german`
## Allowed Locations
Below is the list of supported location IDs:
Cities:
- `hollabrunn` # Hollabrunn
- `trofaiach` # Trofaiach
- `hallein` # Hallein
-