News Extraction

News Extraction

Scheduled
High
36
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
36
Node Types
10

Node Types

sticky Note
Sticky Note12, Sticky Note13, Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note6, Sticky Note7, Sticky Note9, Sticky Note10, Sticky Note11, Sticky Note14, Sticky Note15, Sticky Note16, Sticky Note17, Sticky Note18
18 nodes
html
Extract the HTML with the right css class, Extract date, Extract individual posts
3 nodes
open Ai
Summary, Keywords
2 nodes
set
Rename keywords, Rename Summary
2 nodes
merge
Merge, Merge date & links, Merge Content with Date & Link, Merge ChatGPT output with Date & Link
4 nodes
code
Select posts of last 7 days
1 node
http Request
HTTP Request1, Retrieve the web page for further processsing
2 nodes
schedule Trigger
Schedule Trigger each week
1 node
noco Db
NocoDB news database
1 node
item Lists
Create single link items, Create single date items
2 nodes

Workflow JSON

22.95 KB
{
  "id": "xM8Z5vZVNTNjCySL",
  "meta": {
    "instanceId": "b8ef33547995f2a520f12118ac1f7819ea58faa7a1096148cac519fa08be8e99"
  },
  "name": "News Extraction",
  "tags": [],
  "nodes": [
    {
      "id": "97711d12-20de-40aa-b994-d2b10f20a5e5",
      "name": "Extract the HTML with the right css class",
      "type": "n8n-nodes-base.html",
      "position": [
        -500,
        0
      ],
      "parameters": {
        "options": {
          "trimValues": true
        },
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "data",
              "attribute": "href",
              "cssSelector": "=div:nth-child(9) > div:nth-child(3) > a:nth-child(2)",
              "returnArray": true,
              "returnValue": "attribute"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "b874b570-daae-4878-b525-07ac30756eb1",
      "name": "Summary",
      "type": "n8n-nodes-base...

Showing first 1000 characters. Click "Expand" to view the full JSON.