{% extends "base.html" %} {% block title %}{{ keyword.keyword }} — Willhaben Tracker{% endblock %} {% block title_in_topbar %}
| Ad | Location | Link |
|---|---|---|
|
{{ ad.title }}
{{ format_price(ad.price) }}
{% if ad.published_at %}
{{ ad.published_at.strftime('%m/%d %H:%M') }}
{% endif %}
|
{% if ad.postcode %}{{ ad.postcode }} • {% endif %}
{{ ad.location or '—' }}
|
Open |
No ads found for this keyword yet.
| Execution Time | Result | Throughput | Diagnostics |
|---|---|---|---|
|
{{ log.scraped_at.strftime('%Y-%m-%d') }}
{{ log.scraped_at.strftime('%H:%M:%S') }}
|
{% if log.status == 'success' %} Success {% elif log.status == 'rate_limited' %} Blocked {% else %} Error {% endif %} |
{{ log.ads_found }} scanned
{{ log.new_ads }} new
|
{{ log.error_message or '—' }} |
No telemetry recorded yet.