Skip to main content
Inputs: 1–3 reference domains · optional location. Returns: organizations similar to the references by embedding similarity. Use this when you have a known organization and want “more like this”, competitors, acquisition targets, or lookalike prospects for an ABM list.

The recipe

Set ISTARI_API_KEY, then swap in your reference domains and optional country. The request maps to POST /v2/search with similar_to.

What each lever does

Validated examples

Embedding similarity is the corpus’s strongest signal — it holds for famous brands and unknown SMEs:

Notes

  • Exclusion is by exact domain. A reference’s sister domains can still appear (here number26.de, N26’s alternate, surfaced). Add every known domain to excludes.
  • Multi-domain queries are fused with reciprocal-rank fusion: great for “organizations like A, B and C”.
  • To steer toward or away from concepts (boost/penalize terms, repel specific organizations), use find_similar_with_steering.
  • Pair with POST /v2/fetch to hydrate full profiles for the shortlist.