Skip to content

Sources

Where signals come from. Each source can be toggled independently.

SourceCostNotes
LinkedIn (linkdapi)~1-2 linkdapi credits per company per syncPrimary source. First call resolves slug → companyId (cached per restart + persisted to DB)
Custom links (custom)~$0.012 per cold scrape; cachedUser-added URLs. Claude extracts items. See Custom links docs
Company site (company_site)FreeTries common RSS/Atom paths (/feed, /rss, /news/feed) on the company's domain
Google News (google_news)FreeGoogle News RSS — public, rate-limited
openFDA (openfda)Free510(k) clearances — primary FDA signal for medical devices
Crunchbase (crunchbase)Needs CRUNCHBASE_API_KEY env varFunding rounds. Off by default if no key set

Priority

LinkedIn (1) > Custom (2) > others (3). Same-URL dedup keeps the highest-priority source. Run order inside each company sync is: LinkedIn → custom → P3 sources (parallel).

Defaults

On a new org: only LinkedIn is enabled. Add the others from onboarding or Settings → Sync.

Same content as the in-app docs drawer. Source of truth: frontend/src/docs/sections.ts.