# Leadfeeder AI integration on Definable

> Leadfeeder identifies companies visiting your website and converts them into high-value leads.

## What this connects

Leadfeeder identifies companies visiting your website and converts them into high-value leads.

Vendor: https://www.leadfeeder.com/

## Tools available

**6** tools available. First 6:

- `LEADFEEDER_GET_ACCOUNT` — Get Account — Tool to retrieve the details of a specific account by ID. Use when you need to get information about a particular Leadfeeder account.
- `LEADFEEDER_GET_ACCOUNTS` — Get Accounts — Tool to retrieve a list of accounts the user has access to. Use when you need to discover all available Leadfeeder accounts after authentication.
- `LEADFEEDER_GET_ALL_VISITS` — Get All Visits — Tool to retrieve all visits for a specific lead. Use when you need detailed visit history for a lead, optionally filtered by date range.
- `LEADFEEDER_GET_COMPANY_INFO_BY_IP` — Get Company Info by IP — Tool to retrieve company information based on an IP address. Use when you need to enrich an IP and obtain its company profile. Returns 404 if no match is found.
- `LEADFEEDER_GET_CUSTOM_FEEDS` — Get Custom Feeds — Retrieve all custom feeds configured for a Leadfeeder account. Custom feeds are saved filter configurations that help organize and segment company visits. Returns an empty list for accounts without premium features (402), non-existent accounts (404), or accounts with no custom feeds. Use LEADFEEDER_GET_ACCOUNTS first to obtain valid account IDs.
- `LEADFEEDER_GET_TRACKING_SCRIPT` — Get Tracking Script — Tool to retrieve the website tracking script for a given account. Use when you need to obtain the JavaScript tracking code to be inserted on webpages for visitor tracking.

## Auth

Auth schemes: `API_KEY`.

## How agents use Leadfeeder

Inside a Definable workflow, Leadfeeder is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Leadfeeder** — the Researcher (GPT-5.5) pulls context from Leadfeeder (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Leadfeeder** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Leadfeeder (create record, post message, draft email).
- **Designer / Engineer → Distributor → Leadfeeder** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Leadfeeder (attach file, open PR comment, post status).

The Verifier checks every Leadfeeder call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- analytics — https://definable.ai/apps/category/analytics/
- crm — https://definable.ai/apps/category/crm/

## Related

- HTML page: https://definable.ai/apps/leadfeeder/
- Same category (analytics): https://definable.ai/apps/category/analytics/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
