Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Startup Funding Research Automation with Claude, Perplexity AI, and Airtable How it works This intelligent workflow automatically discovers and analyzes recently funded startups by: 1. Monitoring m...
n8n-nodes-base.manualtrigger, n8n-nodes-base.filter, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.informationextractor, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.merge, n8n-nodes-base.splitout
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Julian Kaiser.
Original n8n.io sourceThis intelligent workflow automatically discovers and analyzes recently funded startups by:
| Field Name | Data Type | Description |
|---|---|---|
| website_url | String | URL of the company website |
| company_name | String | Name of the company |
| funding_round | String | The funding stage or round (e.g., Series A, Seed, etc.) |
| funding_amount | Number | The amount of funding received |
| lead_investor | String | The primary investor leading the funding round |
| market | String | The market or industry sector the company operates in |
| participating_investors | String | List of other investors participating in the funding round |
| press_release_url | String | URL to the press release about the funding |
| evaluation | Number | The company's valuation |
| Field Name | Data Type | Description |
|---|---|---|
| website_url | String | URL of the company website |
| company_name | String | Name of the company |
| funding_round | String | The funding stage or round (e.g., Series A, Seed, etc.) |
| funding_amount | Number | The amount of funding received |
| currency | String | Currency of the funding amount |
| announcement_date | String | Date when the funding was announced |
| lead_investor | String | The primary investor leading the funding round |
| participating_investors | String | List of other investors participating in the funding round |
| industry | String | The industry sectors the company operates in |
| company_description | String | Description of the company's business |
| hq_location | String | Company headquarters location |
| founding_year | Number | Year the company was founded |
| founder_names | String | Names of the company founders |
| ceo_name | String | Name of the company CEO |
| employee_count | Number | Number of employees at the company |
| total_funding | Number | Total funding amount received to date |
| total_funding_currency | String | Currency of total funding |
| funding_purpose | String | Purpose or use of the funding |
| business_model | String | Company's business model |
| valuation | Object | Company valuation information |
| previous_rounds | Object | Information about previous funding rounds |
| source_urls | String | Source URLs for the funding information |
| original_report | String | Original report text about the funding |
| market | String | The market the company operates in |
| press_release_url | String | URL to the press release about the funding |
| evaluation | Number | The company's valuation |
I found that by using perplexity via open router, we lose access to the sources, as they are not stored in the same location as the report itself so I opted to use perplexity API via HTTP node.
For using perplexity and or jina you have to configure header auth as described in Header Auth - n8n Docs
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 51 workflow blocks. Download the JSON for the full node graph.
| Workflow | Startup funding research automation with Claude, Perplexity AI, and Airtable |
|---|---|
| Complexity | advanced |
| Nodes | 51 |
| Categories | Market Research, AI Summarization |
| Author | Julian Kaiser |
| Published | 08 Mar 2025 |
Use the JSON export at /data/workflows/3107/3107.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Startup Funding Research Automation with Claude, Perplexity AI, and Airtable How it works This intelligent workflow automatically discovers and analyzes recently funded startups by: 1. Monitoring m...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.