{% include "_nav.html" %}

Local Jobs

Entry-level and junior roles near you. Focused on UK and Germany.

{% if not location %}

Where are you based?

Type your city or area above — like Whitechapel, Stuttgart, or Berlin — and we'll find entry-level tech jobs near you.

Works best for UK and Germany. You can also set your location in Settings.

{% elif not jobs %}

No entry-level jobs found near "{{ location }}". Try a broader area or different filters.

{% else %}
{{ "{:,}".format(total) }} jobs near {{ location }}
    {% for j in jobs %}
  1. {{ j.title }}
    {% if j.level and j.level != 'unknown' %}{{ j.level }}{% endif %}
    {{ j.company }} {% if j.location %}·{{ j.location }}{% endif %} {% if j.remote and j.remote != 'unknown' %}{{ j.remote }}{% endif %} {% if j.employment_type and j.employment_type != 'unknown' %}{{ j.employment_type }}{% endif %} {% if j.salary_min or j.salary_max %} {%- if j.salary_estimated %}~{% endif -%} {%- if j.salary_currency == "USD" or not j.salary_currency %}${% endif -%} {%- if j.salary_min %}{{ "{:,}".format(j.salary_min) }}{% endif -%} {%- if j.salary_min and j.salary_max %}-{% endif -%} {%- if j.salary_max %}{{ "{:,}".format(j.salary_max) }}{% endif -%} {%- if j.salary_currency and j.salary_currency != "USD" %} {{ j.salary_currency }}{% endif -%} {% endif %}
    {% if j.languages or j.skills %}
    {% for l in j.languages %}{{ l }}{% endfor %} {% for s in j.skills %}{{ s }}{% endfor %}
    {% endif %}
    {{ j.source }} {% if j.posted_at %}·{{ j.posted_at | localdate }}{% endif %} Apply
  2. {% endfor %}
{% endif %}