LinkedIn Lead Sync
Marketing Doc verified

LinkedIn Lead Sync Connector

Retrieve consented leads (name, email, phone, company, …) that members submitted to your LinkedIn Lead Gen Forms, via the Marketing Lead Sync API. BYOK OAuth 2.0; requires the approved Lead Sync API product (scope r_marketing_leadgen_automation) and a qualifying role on the owning ad account/page. Read-only; first-party opt-in data only — LinkedIn exposes no arbitrary people-search/PII API.

$pip install "toolsconnector[linkedin_leads]"
5
Actions
Marketing
Category
Free
Apache 2.0

All 5 Actions

Action Description Parameters Returns
get_lead_formGet one LinkedIn Lead Gen Form by id (with its question definitions)form_idLeadForm
get_lead_responseGet a single lead by its response id, with contact fields resolvedlead_idLeadResponse
list_lead_formsList your LinkedIn Lead Gen Forms for an owner (org or ad account)owner  [count, start]PaginatedList[LeadForm]
list_lead_responsesList raw submitted leads for an owner (answers keyed by questionId)owner  [lead_type, versioned_form_urn, associated_entity, submitted_after, submitted_before, test_only, count, start]PaginatedList[LeadResponse]
list_leadsList submitted leads with contact fields resolved (EMAIL/PHONE_NUMBER/etc.)owner  [lead_type, versioned_form_urn, associated_entity, submitted_after, submitted_before, test_only, count, start]PaginatedList[LeadResponse]
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing