{% load static %} Jobs Aggregator Scraper

Jobs Scraped

{% if jobs_total|length > 0 %}
{% for job in jobs_total %} {% if input_text.lower in job.title.lower and junior_check in job.title.lower and salary_check in job.salary %} {% endif %} {% endfor %}
Title Salary Company Published URL
{{ job.title }} {{ job.salary }} {{ job.company }} {{ job.published_date }} URL
{% else %}

No jobs found. Try it again.

{% endif %}