Function: listProspectsWithoutPosting()
listProspectsWithoutPosting(
svc,companyId,limit?):Promise<ProspectRow[]>
Defined in: src/db/queries/pipeline.ts:678
High-score prospect facilities with NO active signal (CMS-only signal). Surfaces facilities that would otherwise be invisible because they have no open posting. Excludes any facility that has an active signal (those live in the Signal Inbox). Ordered by score desc.
Parameters
svc
SupabaseClient
companyId
string
limit?
number = 50
Returns
Promise<ProspectRow[]>