{% include "_nav.html" %}

Local Jobs

Zero-experience jobs near you — cleaning, retail, warehouse, hospitality, care, customer service, driving. Anyone can start. Tech is still a click away.

{% if not location %}

Where are you based?

Type your city or area above — like Whitechapel, Manchester, or Stuttgart — and we'll list zero-experience jobs near you. Toggle What kind of work if you want tech instead.

Best coverage right now is the UK and Germany. You can also set a default location in Settings.

{% elif not jobs %}

{% if category == 'nontech' %} No no-experience jobs found near "{{ location }}" yet. {% if tech_total > 0 %} There are {{ "{:,}".format(tech_total) }} tech roles — switch What kind of work above to see them. {% else %} Try a broader area, run a refresh from the main page, or switch to "Any kind". {% endif %} {% elif category == 'tech' %} No tech roles found near "{{ location }}". {% if nontech_total > 0 %} There are {{ "{:,}".format(nontech_total) }} no-experience local jobs — switch What kind of work above to see them. {% else %} Try a broader area or run a refresh from the main page. {% endif %} {% else %} Nothing found near "{{ location }}". Try a broader area or different filters. {% endif %}

{% 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 %}