CRM Enrichment in Pipedream
Turn a URL on a record into headcount, industry, and what they have been posting.
A CRM record usually arrives with a company URL and little else, and the fields that make it useful — size, industry, whether they are actually active — sit on a public page nobody has time to open. This is the shape of job automation exists for: no interactive step, running on the schedule your sync already runs, and Pipedream can do the whole pass without anyone watching.
- 1A KonbiniAPI accountThe free plan includes 100 credits, which is enough to run this a few times.
- 2Pipedream connectedOAuth or API key.
- 3A real targetA public account, post, or keyword to run it against — the placeholders below are not live values.
Wire it up.
Each step below is a node or action in Pipedream. The KonbiniAPI step is an MCP tool call, and it costs the same credits as the matching REST call.
Good for
- Fill in headcount and industry on records that arrive with only a URL
- Add recent public activity so outreach can open with something current
- Re-enrich on a cadence so the data does not quietly age
- Qualify inbound leads before they reach a person
Trigger on the record or on a schedule, read the public company or person behind its URL, map the fields, and write back. Running it on a schedule as well as on create is what keeps it from going stale.
- 1Schedule triggerNightly, or on a webhook from the CRM when a record is created.
- 2Query the CRMSelect the records that need enriching — missing fields, or last enriched before your cutoff.
- 3MCP tool call — linkedin_get_company / linkedin_get_userFetch the public profile behind each URL on the record.
- 4Code stepNormalize headcount bands, map industries onto your own taxonomy, and decide what happens when a lookup comes back empty.
- 5Write backUpdate the CRM and log what changed, so a bad enrichment run can be identified later.
Other Pipedream workflows
- Monitor creator growthScheduled profile reads, with real code in the middle when you need it.
- Weekly competitor reportCollect on a schedule, format in code, deliver wherever the team reads.
- Track follower changesDetect the movement, decide in code whether it is worth an alert.
- Content digestA scheduled brief on what was published, not just that something was.
Run this in Pipedream.
One API key works for MCP and the REST API. The free plan includes 100 credits and no credit card.