← Tools Reference

Leadfeeder

Leadfeeder integration (Marketing, Data). Imported from open-connector.

API key6 toolshttps://api.leadfeeder.com
GET
leadfeeder_list_accounts
List Leadfeeder accounts available to the API key, optionally including credit details for one account.

/v1/accounts

1 parameter
ParamTypeRequiredDescription
accountIdstringoptionalThe Leadfeeder account ID. Retrieve available account IDs with list_accounts.
GET
leadfeeder_get_current_user
Retrieve the Leadfeeder user associated with the connected API key.

/v1/users/me

GET
leadfeeder_get_company
Fetch detailed Leadfeeder firmographic and hierarchy data for one company ID.

/v1/companies/{companyId}

3 parameters
ParamTypeRequiredDescription
accountIdstringrequiredThe Leadfeeder account ID. Retrieve available account IDs with list_accounts.
companyIdstringrequiredThe Leadfeeder company ID. Older string-based company IDs are also supported by…
includestringoptionalAdditional relationship data to attach to a company response.
GET
leadfeeder_get_companies
Fetch detailed Leadfeeder firmographic data for up to 100 company IDs in one request.

/v1/companies

3 parameters
ParamTypeRequiredDescription
accountIdstringrequiredThe Leadfeeder account ID. Retrieve available account IDs with list_accounts.
companyIdsarrayrequiredLeadfeeder company IDs to retrieve.
includestringoptionalAdditional relationship data to attach to a company response.
POST
leadfeeder_match_companies
Match one or more company records to Leadfeeder companies and return ranked matches for each input record.

/v1/companies/match

3 parameters
ParamTypeRequiredDescription
accountIdstringrequiredThe Leadfeeder account ID. Retrieve available account IDs with list_accounts.
maxResultsPerCompanyintegeroptionalMaximum number of Leadfeeder matches returned per input company.
companiesarrayrequiredCompany records to match.
GET
leadfeeder_enrich_ip
Enrich one IPv4 or IPv6 address with Leadfeeder company or network intelligence.

/v1/ip/enrich

2 parameters
ParamTypeRequiredDescription
accountIdstringoptionalThe Leadfeeder account ID. Retrieve available account IDs with list_accounts.
ipstringoptionalA valid IPv4 or IPv6 address to enrich.