intermediate1 hour3 min read

How to import companies that recently raised funding from Crunchbase into HubSpot

Import Crunchbase-funded companies into HubSpot as target accounts. Compare n8n, Make, code, and Claude Code with full setup guides.

How to import companies that recently raised funding from Crunchbase into HubSpot

This recipe includes a downloadable n8n template and Claude Code skill.

Workflow

Weekly schedule
Search Crunchbase funding
Filter by ICP
Create HubSpot companies

Why track recently funded companies?

Reps spend 2-3 hours per week manually searching Crunchbase, TechCrunch, and LinkedIn for companies that recently raised funding. By the time they find a relevant round, build a list, and enter it into HubSpot, the company has already been contacted by a dozen other vendors. The window on funding signals is 7-14 days — after that, the buying frenzy settles and response rates drop by 40-60%.

Automating this workflow means every Series A+ round that matches your ICP shows up in HubSpot within hours of the announcement, with funding details already attached. Your reps reach out first, not last.

What you'll get
HubSpot Company
CompanyFutureTech Inc
Funding RoundSeries B
Amount Raised$45M
IndustryAI / Machine Learning
SourceCrunchbase

How it works

Every approach follows the same pattern:

  1. Search Crunchbase for recent funding rounds — query the Crunchbase API for companies that raised a Series A or later in the last 30 days, filtered by industry, geography, and employee count
  2. Filter by ICP criteria — match against your ideal customer profile to avoid importing irrelevant companies (e.g., wrong industry, too small, wrong region)
  3. Deduplicate against HubSpot — search HubSpot by domain to check if each company already exists, preventing duplicate records
  4. Create HubSpot company records — import matching companies with funding details (round type, amount raised, investors) as custom properties

Which approach should I use?

  • n8n — best for recurring weekly imports with visual workflow control. Schedule Trigger runs the search automatically, HTTP Request nodes handle both APIs, and a Code node filters by ICP. Self-hosted n8n is free with unlimited executions. Requires setting up HTTP authentication for both Crunchbase and HubSpot APIs.
  • Make — best for non-technical users who want a visual builder without self-hosting. The Scheduler module triggers weekly, and HTTP modules handle API calls. The Iterator + Filter pattern makes ICP matching intuitive. Starts at $10.59/mo.
  • Code + Cron — best for maximum flexibility and zero ongoing cost. A Python script handles the full pipeline with fine-grained control over filtering, deduplication, and error handling. Runs on a cron schedule wherever you host it.
  • Claude Code — best for on-demand or exploratory use. Tell the agent "find companies that raised Series B+ in healthtech this month" and it searches Crunchbase, filters by your criteria, and imports to HubSpot conversationally. No scheduling setup needed.

What you'll need

Prerequisites
  • HubSpot account with API access
  • Crunchbase API access (Enterprise or API plan)
  • Defined ICP criteria (industry, funding stage, geography, employee count)
  • Custom HubSpot company properties for funding data (amount raised, funding stage, investors)

Choose your approach

Select an approach below to see the full step-by-step guide.

Compare approaches

n8n

medium
Cost: $0-24/mo
Latency: polling
Code: low
Reliability: 24/7 cloud

Make

medium
Cost: $10-29/mo
Latency: polling
Code: none
Reliability: 24/7 cloud

Code + Cron

medium
Cost: $0
Latency: real-time
Code: high
Reliability: Self-hosted

Claude Code

low
Cost: Usage-based
Latency: on-demand
Code: none
Reliability: On demand

n8n

medium

Schedule → Crunchbase HTTP search → Filter by criteria → HubSpot Create Companies

Downloadable templateView guide

Make

medium

Scheduler → Crunchbase HTTP → Iterator → Filter ICP → HubSpot Company module

Cost: $10-29/moView guide

Code + Cron

medium

Python script to search Crunchbase funding rounds and create HubSpot companies

Cost: $0View guide

Claude Code

low

Guided Claude Code skill — tell Claude to find recently funded companies and it searches Crunchbase, filters by ICP, and imports to HubSpot conversationally

Downloadable skillView guide

Related Recipes

Frequently Asked Questions

Looking to scale your AI operations?

We build and optimize automation systems for mid-market businesses. Let's discuss the right approach for your team.