{
  "name": "Discover real market problems from Reddit posts with OpenAI",
  "nodes": [
    {
      "id": "973a9cd8-ed88-4325-8ea7-368e251238f5",
      "name": "Sticky: Workflow Overview (Yellow)",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -280,
        -40
      ],
      "parameters": {
        "width": 540,
        "height": 400,
        "content": "## Discover Real Market Problems from Reddit Posts with OpenAI\n\nThis workflow fetches fresh Reddit posts from **Teachers**, **Education**, and **RemoteWork**, filters for relevance, analyzes them with"
      }
    },
    {
      "id": "ab7940ff-bbeb-4b46-8cb3-d5e9b7edc003",
      "name": "Sticky: Variables to Configure (White)",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -280,
        420
      ],
      "parameters": {
        "width": 540,
        "height": 300,
        "content": "## Variables & Credentials to Configure\n- **Reddit OAuth2**: connect your Reddit account in all Reddit nodes.\n- **OpenAI API**: set your OpenAI credential in the *Message a model* node.\n- **Google She"
      }
    },
    {
      "id": "b2d729c8-6626-43ab-aca6-30be2c92e7a2",
      "name": "Sticky: Google Sheets Fields (White)",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1740,
        -100
      ],
      "parameters": {
        "width": 480,
        "height": 400,
        "content": "## Google Sheets Fields (Schema & Meaning)\n- **SubRedit** *(string)*: Source subreddit name (e.g., `r/Teachers`).\n- **URL** *(string)*: Link to the original Reddit post.\n- **Title** *(string)*: Reddit"
      }
    },
    {
      "id": "35ae34aa-28a9-450c-aa8e-b1f237c4257d",
      "name": "Sticky: Prompts (White)",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1100,
        580
      ],
      "parameters": {
        "width": 700,
        "height": 620,
        "content": "## Prompts (English, Neutral)\n**User Prompt**\nAnalyze the following Reddit post to determine if it describes a real problem related to the future of work or education. If it does, identify the underly"
      }
    },
    {
      "id": "117fc69e-460a-467c-b062-3fd3e84a645a",
      "name": "Get many posts Teachers",
      "type": "n8n-nodes-base.reddit",
      "position": [
        620,
        140
      ]
    },
    {
      "id": "5c09961a-49e7-46dc-95ec-72ea107727b9",
      "name": "Get many posts Education",
      "type": "n8n-nodes-base.reddit",
      "position": [
        620,
        360
      ]
    },
    {
      "id": "c96e68b4-a51f-4f1b-8e99-c95c65be7ce8",
      "name": "Get many posts RemoteWork",
      "type": "n8n-nodes-base.reddit",
      "position": [
        620,
        540
      ]
    },
    {
      "id": "e5b186d7-71b3-4262-9589-164c09cf6b9e",
      "name": "Message a model",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1280,
        360
      ]
    },
    {
      "id": "c3de3cb6-feb1-4131-96c1-b22854dd23a2",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        400,
        360
      ]
    },
    {
      "id": "948c9ca8-2fe0-4798-acfa-81ca063145bd",
      "name": "Merger",
      "type": "n8n-nodes-base.merge",
      "position": [
        860,
        360
      ]
    },
    {
      "id": "a54491c6-e71a-493d-9a46-27d36e7e7782",
      "name": "+5 UPS",
      "type": "n8n-nodes-base.filter",
      "position": [
        1060,
        360
      ]
    },
    {
      "id": "a31da91e-089b-4372-b259-76f3bec462d1",
      "name": "is_related",
      "type": "n8n-nodes-base.filter",
      "position": [
        1660,
        360
      ]
    },
    {
      "id": "2e9c09f3-0b41-464f-9b83-8b066cca4cc8",
      "name": "Add to Market Pains List",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1920,
        360
      ]
    }
  ],
  "connections": {
    "+5 UPS": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merger": {
      "main": [
        [
          {
            "node": "+5 UPS",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "is_related": {
      "main": [
        [
          {
            "node": "Add to Market Pains List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model": {
      "main": [
        [
          {
            "node": "is_related",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get many posts Teachers",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get many posts Education",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get many posts RemoteWork",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get many posts Teachers": {
      "main": [
        [
          {
            "node": "Merger",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get many posts Education": {
      "main": [
        [
          {
            "node": "Merger",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Get many posts RemoteWork": {
      "main": [
        [
          {
            "node": "Merger",
            "type": "main",
            "index": 2
          }
        ]
      ]
    }
  }
}