Skip to main content

Brand DNA generator using JotForm, Google Search, Gemini AI & Notion

Workflow preview

Workflow preview
100%
Brand DNA generator using JotForm, Google Search, Gemini AI & Notion preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automated Brand DNA Generator Using JotForm, Google Search, AI Extraction & Notion The Brand DNA Generator workflow automatically scans and analyzes online content to build a company’s Brand DNA pr...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.jotformtrigger, n8n-nodes-base.code, n8n-nodes-serpapi.serpapi, n8n-nodes-base.httprequest, n8n-nodes-webpage-content-extractor.webpagecontentextractor, @n8n/n8n-nodes-langchain.informationextractor, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.splitinbatches

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Budi SJ.

Original n8n.io source

1.1 Workflow description

Title
Brand DNA generator using JotForm, Google Search, Gemini AI & Notion
Workflow name
Brand DNA generator using JotForm, Google Search, Gemini AI & Notion

Automated Brand DNA Generator Using JotForm, Google Search, AI Extraction & Notion

The Brand DNA Generator workflow automatically scans and analyzes online content to build a company’s Brand DNA profile. It starts with input from a form, then crawls the company’s website and Google search results to gather relevant information. Using AI-powered extraction, the system identifies insights such as value propositions, ideal customer profiles (ICP), pain points, proof points, brand tone, and more. All results are neatly formatted and automatically saved to a Notion database as a structured Brand DNA report, eliminating the need for manual research.

🛠️ Key Features

  • Automated data capture, collects company data directly from form submissions and Google search results.
  • Uses AI-powered insight extraction with LLMs to extract and summarize brand-related information from website content.
  • Fetches clean text from multiple web pages using HTTP requests and a content extractor.
  • Merges extracted data from multiple sources into a single Brand DNA JSON structure.
  • Automatically creates a new page in Notion with formatted sections (headings, paragraphs, and bullet points).
  • Handles parsing failures and processes multiple pages efficiently in batches.

🔧 Requirements

  • JotForm API Key, to capture company data from form submissions.
  • SerpAPI Key, to perform automated Google searches.
  • OpenRouter / LLM API, for AI-based language understanding and information extraction.
  • Notion Integration Token & Database ID, to save the final Brand DNA report to Notion.

🧩 Setup Instructions

  1. Connect your JotForm account and select the form containing the fields Company Name and Company Website.
  2. Add your SerpAPI Key.
  3. Configure the AI model using OpenRouter or LLM.
  4. Enter your Notion credentials and specify the databaseId in the Create a Database Page node.
  5. Customize the prompt in the Information Extractor node to modify the tone or structure of AI analysis (Optional).
  6. Activate the workflow, then submit data through the JotForm to test automatic generation and Notion integration.

💡 Final Output

A complete Brand DNA Report containing:

  • Company Description
  • Ideal Customer Profile
  • Pain Points
  • Value Proposition
  • Proof Points
  • Brand Tone
  • Suggested Keywords
    All generated automatically from the company’s online presence and stored in Notion with no manual input required.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - JotForm Trigger

Type / Role
n8n-nodes-base.jotFormTrigger - jotFormTrigger
Config choices
Version 1

Block 2 - Code in JavaScript

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Google search

Type / Role
n8n-nodes-serpapi.serpApi - serpApi
Config choices
Version 1

Block 4 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - WebpageContentExtractor

Type / Role
n8n-nodes-webpage-content-extractor.webpageContentExtractor - webpageContentExtractor
Config choices
Version 1

Block 6 - Information Extractor

Type / Role
@n8n/n8n-nodes-langchain.informationExtractor - informationExtractor
Config choices
Version 1.2

Block 7 - OpenRouter Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 8 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 9 - Information Extractor1

Type / Role
@n8n/n8n-nodes-langchain.informationExtractor - informationExtractor
Config choices
Version 1.2

Block 10 - OpenRouter Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 11 - Merge Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Code in JavaScript2

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Create a database page

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 14 - Code in JavaScript1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Set url

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Brand DNA generator using JotForm, Google Search, Gemini AI & Notion
Complexity advanced
Nodes 22
Categories Market Research, AI Summarization
Author Budi SJ
Published 08 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10617/10617.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Brand DNA generator using JotForm, Google Search, Gemini AI & Notion do?

Automated Brand DNA Generator Using JotForm, Google Search, AI Extraction & Notion The Brand DNA Generator workflow automatically scans and analyzes online content to build a company’s Brand DNA pr...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.