Skip to content
FlowHubFluxonLab
Airtable
AI Automationfree

Startup Funding Research Automation with Claude, Perplexity AI, and Airtable

by Julian Kaiseradapted from n8n official workflow galleryUpdated Aug 2026
RequiresAirtableAirtableAnthropic Chat ModelAuto-fixing Output ParserAuto-fixing Output ParserBBasic LLM ChainHTMLHTMLHTTP RequestHTTP RequestInformation ExtractorInformation ExtractorOpenRouter Chat ModelOpenRouter Chat ModelStructured Output ParserStructured Output Parser
Share Post Share
MaWhen clicking ‘Test workflow’When clicking ‘…FiFilterOPStructured Output ParserStructured Outp…PerplexityFiFilter1IEExtract Structured DataExtract Structu…CLResearch URLCLExtract URLMeMerge Extracted DataMerge Extracted…SOSplit TC ArticlesSplit TC Articl…HtTC HTML ParserSOSplit VB ArticlesSplit VB Articl…HtVB HTML ParserHRVenturebeat (VB)HRTechcrunch (TC)Claude 3.5 SonnetClaude 3.5 Sonn…Claude 3.5 HaikuSeCollect DataAirtableOPAuto-fixing Output ParserAuto-fixing Out…OPExtract Structured JSONExtract Structu…SePromptsHRDeep ResearchSePick data (Perplexity)Pick data (Perp…SePick data (jina)EWWhen Executed by Another WorkflowWhen Executed b…HRJINA Deep SearchWrite Results to AirtableWrite Results t…CLExtract Structured Data (2)Extract Structu…EWRoute to Deep ResearchRoute to Deep R…XmParse TC XMLXmParse VB XMLClaude 3.5 Sonnet (2)Claude 3.5 Sonn…HRGet Funding Article HTML for scraping (TC)Get Funding Art…HRGet Funding Article HTML for scraping (VB)Get Funding Art…123456789101112131415161718192021222324
1/5
FLOWS
STEPS · 24
Run manually by an operator

Startup Funding Research Automation with Claude, Perplexity AI, and Airtable How it works This intelligent workflow automatically discovers and analyzes recently funded startups by: Monitoring multiple news sources (TechCrunch and VentureBeat) for funding announcements Using AI to extract key funding details (company name, amount raised, investors) Conducting automated deep research on each company through perplexity deep research or jina deep search. Organizing all findings into a structured Airtable database for easy access and analysis Set up steps (10-15 minutes) Connect your news feed sources (TechCrunch and VentureBeat). Could be extended. These were easy to scrape and this data can be expensive. Set up your AI service credentials (Claude and Perplexity or jina which has generous free tier) Connect your Airtable account and create a base with appropriate fields (can be imported from my base) or see structure below.

Tags

n8nreference-onlyairtablechain-llmhtmlinformation-extractorlm-chat-anthropiclm-chat-open-routeroutput-parser-autofixingoutput-parser-structured
Connects
airtableAirtableAnthropic Chat ModelautofixingoutputparserAuto-fixing Output ParserBBasic LLM ChainhtmlHTMLWHTTP Request
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes35
AddedMar 8, 2025

Related workflows

See all AI Automation
autofixingoutputparserBopenaichatmodelstructuredoutputparser
free

Force AI to use a specific output format

This workflow is for anyone looking to automatically fetch, validate, and parse complex language-based queries into a structured format. Its unique capability lies in not only processing language but also fixing invalid outputs before structuring them. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
airtableCsheetsW
free

Route insurance quote leads with OpenAI, Airtable, Sheets, Teams, Slack and Twilio

Quick overview This workflow receives insurance quote submissions via a webhook, normalizes and deduplicates them against Airtable and/or Google Sheets, uses OpenAI to score and classify the lead, then routes hot/warm leads to Microsoft Teams and/or Slack (plus Twilio SMS for hot leads) and logs the quote. How it works Receives an insurance quote request through a webhook endpoint. Applies configurable settings (log destination, notification channels, thresholds) and normalizes the incoming form payload into a standard quote format. Checks Airtable and/or Google Sheets for recent matching email/phone/hash entries to detect duplicate submissions. If the quote is new and has contact details, sends the quote data to OpenAI to generate a lead score, priority, underwriting flags, missing info, and recommended next steps. Routes the quote as hot, warm, or cold based on the score/priority and prepares formatted alert messages for Microsoft Teams and Slack. Posts hot/warm alerts to Microsoft Teams and/or Slack, and sends a Twilio SMS to an agent for hot leads. Creates a quote log record in Airtable and/or appends a row to Google Sheets, then returns a JSON response with logging and notific

by Precision Tech
DhtmlWopenaichatmodel
free

Scrape and summarize webpages with AI

This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP requests to fetch essay content, and AI-based summarization using GPT-4o. It's an excellent example of an end-to-end automated task that is not only efficient but also provides real value by summarizing valuable content. Note that to use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team