Connecting to API at https://mend-api-a32e.onrender.com

Brand protection overview

Your marketplace monitor

Mend watches hostile marketplaces, flags MAP breaches with evidence, and repairs scrapers when pages change — without waiting for an engineer.

Quick actions

Advanced demo controls

Bright Data journey

Scraper Studio → agent → heal → violations

Bright Data journey

  1. Step 1

    Scraper Studio

    Custom collectors on demo shop, Newegg, B&H, Micro Center — pinned c_* IDs in repo.

  2. Step 2

    Coding agent (MCP)

    Cursor / Claude call mend_ingest_all, mend_trigger_heal, mend_collector_catalog.

  3. Step 3

    Self-heal on change

    bdata scraper heal + AI Flow when selectors break — same collector ID, restored rows.

  4. Step 4

    Structured output

    0 violations with MAP deltas, seller proof, and export.

Export legal compliance report →

Live alerts

Real-time Slack notifications as violations are detected

Live Alerts

Slack violation feed

Alerts stream in real time as violations are detected during Judge Mode or Live Ingest.

Checking…

Run Judge Mode — alerts appear here as violations are detected.

Configure a webhook in the Integrations tab, or set SLACK_WEBHOOK_URL on the API.

Reliability

Uptime, heal success, MAP exposure

Recent violations

Latest evidence from live ingest

Advanced panels (BD usage, heal proof, trust badge)

Same Collector ID — Self-Heal Proof

Same c_* ID, nothing downstream touched

c_mt0mi80d2hoovp48ch

Before (broken)

{
  "product_title": "Throw Soft Linen",
  "price": {
    "value": 45.4,
    "currency": "USD",
    "symbol": "$"
  },
  "seller_name": "Portland, OR"
}

After (healed)

{
  "product_title": "Earbuds Pro Mute",
  "price": 171.15,
  "seller_name": "Portland, OR"
}

Trust Badge Embed

Verified authorized seller

GET /trust/{listing_id}