Facebook Marketplace

Marketmon

{% if recent_runs %}
Recent monitoring runs
{% for run in recent_runs %} {% endfor %}
CompletedFoundMatchedNewNotifiedHeldDismissed
{{ run.completed_utc[:19].replace('T', ' ') }} UTC{{ run.discovered }}{{ run.matched }}{{ run.new }}{{ run.notified }}{{ run.held }}{{ run.dismissed }}
{% endif %} {% for search_name, records in groups %}

{{ search_name }}

{{ records|length }} shown
{% if records %}
{% for record in records %} {% set listing = record.candidate.listing %}
{% if listing.image_url %}{{ listing.title }}{% else %}
No image available
{% endif %}
{{ listing.price_cents|price }} {% if listing.distance_miles is not none %}{{ '%.1f'|format(listing.distance_miles) }} mi{% endif %}

{{ listing.title }}

{{ listing.location or 'Location unavailable' }}

{{ 'Exact match' if record.candidate.exact else 'Candidate' }} {{ '%.0f'|format(record.candidate.relevance * 100) }}% match · {{ '%.0f'|format(record.candidate.score * 100) }}% score

{% if not record.is_current %}

Not in latest search results

{% endif %}

ID {{ listing.listing_id }}

First seen {{ record.first_seen_utc[:10] }} · Last seen {{ record.last_seen_utc[:19].replace('T', ' ') }} UTC

{% if record.disposition %}{% endif %}
{% endfor %}
{% else %}
No {{ view }} listings stored for this search.
{% endif %}
{% else %}
No active searches are configured.
{% endfor %}