–
For each company, calls the Firecrawl search API to pull fresh web results about the business.
–
A Gemini-powered AI agent turns those results into a concise, factual 2–3 sentence company profile (sector, geography, prospect-relevant notes) — and returns "Insufficient data" instead of hallucinating when evidence is thin.
–
A second AI agent finds the decision-maker (CEO / founder / key executive) and returns structured JSON — name, LinkedIn URL, and email — which a Code node parses and normalises.
–
Wait nodes pace the LLM and API calls to stay within rate limits across large runs.