get_contacts

Fetch stored outreach contacts

This is the explicit contact lookup. Call it when you are ready to write outreach, not on every SERP row.

Provide at least one of domain, email, or url. A publisher URL is reduced to its host. YouTube, Instagram, and TikTok URLs never fall back to the platform host. A watch or reel URL with no creator match is a miss.

Arguments

NameTypeRequired
domainstringOne of three
emailstringOne of three
urlstringOne of three
limitinteger, optional, cappedNo

Examples

Listicle / publisher:

{ "domain": "example.com" }

YouTube row from SERP:

{ "url": "https://www.youtube.com/watch?v=example" }

How to use it

After get_keyword_serp, take the rows you will actually pitch. Call this once per target, not in a giant unfiltered loop. Draft in the user's mail client. LinkDR will not send the message.