How it works

From your reference catalog to structured detections.

Klaimed turns your reference catalog into a continuous detection feed. Stream your monitoring listings, or hand off the scraping. We match candidates, explains each match, and signal scoring ranks what matters — delivered as structured data your platform can act on.

Inputs
REFERENCERW-218 · 3 imgs · €4,200
LISTINGSaliexpress-a · 1.2k / d
Klaimed pipeline
matching
reasoning
signaling
Detection record
reference: "RW_218"
matches: 24
similarity: 0.96
counterfeit: true
attributes: "coin_edge..."
trademark · evidence · signed
The pipeline

One continuous detection feed.

Reference, ingest, process, deliver — everything between your catalog and your enforcement workflow runs on our infrastructure.

01 Reference

Your reference catalog, indexed visually and structurally.

Send image URIs alongside the structured product data — names, models, brands, reference prices, registered trademarks. We co-design the visual with your team and index every reference as a queryable target.

  • Image URIs · names · models · brands · prices
  • Visual details customization
  • Incremental catalog refresh, sub-minute
reference_catalog2,438 refs
WTC_RW_218
3 images · attributes: 28
SNK_CR_218
3 images · attributes: 28
BAG_LV_341
3 images · attributes: 28
HRD_AP_001
3 images · attributes: 28
queued
02 Ingest

Your scraping data, or ours.

Stream listings you already collect, or hand off ingestion to us. Either way the input is image URI plus metadata. We handle proxies, parsers, rate limits, CAPTCHAs, and dead-letter queues so your platform doesn't run scraper infrastructure.

  • BYO ingestion: streaming POST or S3 lake
  • Klaimed scrapers: from major platforms to long-tail web
  • Refresh as tight as 1h on premium tiers
open_web · listings/s218 sources
NAEUAPAC
US
marketplace_a
1,204 / d
DE
social_b
892 / d
JP
resale_c
543 / d
03 Match

Retrieval, reasoning, scoring — in one pass.

Vision retrieves visually similar listings. Attribute reasoning grades every match against the reference. Behavioral signals — price drift, seller history, listing patterns — score the likelihood of counterfeit or grey-market activity.

  • Visual matching retrieves candidates per reference
  • Attribute-level reasoning per listing
  • Multi-signal score: vision + reasoning + behavioral
candidates → clusters3 clusters · 19 matches
RW_218clu_8B3F12 matches · 0.94 · counterfeitclu_2A1E4 matches · 0.88 · counterfeitclu_F33D3 matches · 0.71 · grey-marketmatch · reason · signals
04 Deliver

Enriched detections via GraphQL. Monitor in batch or live.

Each match arrives as one signed JSON record — URL, surface, market, confidence, attribute reasoning, signal breakdown, evidence image. Detections flow through one GraphQL endpoint. Pull a batch when you're ready to run enforcement reviews, or stream live for instant alerts as new matches come in.

  • One GraphQL API for batch or live processing
  • Each match: similarity, evidence, market, attribute reasoning, counterfeit flag...
  • Built-in dashboard for queue, errors, and processing lag
detections.graphqlv1 · signed
query Detections($ref: ID!) {
  reference(id: $ref) {
    id
    clusters {
      id
      matches
      similarity
      counterfeit
      trademark { name registered }
      evidence
    }
  }
}
batch· pull on demandlive· instant streamdashboard· queue monitor