Dada una URL, se va a scrapear su contenido para sacar un resumen de la página y una lista de tags. Además de su título. Con todo esto se construye API REST query para Linkding que añade la URL a este servicio.
Creado: 2025-03-17
6 nodos
Instrucciones
Editar Workflow
Visualización del Workflow
{
"name": "Add To Linkding",
"nodes": [
{
"parameters": {
"promptType": "define",
"text": "={{ $json.message.text }}",
"hasOutputParser": true,
"options": {
"systemMessage": "=You're my assistant for helping me to save my bookmarts at the Linkding API REST. \n\nGiven URL {{ $json.message.text }} and analyize the content. \n\nThen create a JSON with next properties:\n\n1. Received URL as input. (property: url)\n1. Obtain the title of the given URL. (property: title)\n2. Short description, about this URL. Read all the given URL and summarize in no more than 20 lines. What is about. You can use URL metadata like: \"description\". You have to be very precise with the description, no creativity. Double check what you have to say if you unsure. (property: description) \n3. Always empty string (property: notes)\n4. Always false (property: \"is_archived\")\n5. Always false (property: \"unread\")\n6. Always false (property: \"shared\")\n7. List of tags. Based on the page description and related content of the page. Create a list of 20 hashtags. Tags have to be simple words, if it's possible. If URL metadata already have those tags and add yours if they not at least 20 tags. If you have more than 20 tags, it's not bad. Don't use the '#' symbol at the beggining of the string. (property: hashtags)\n\n\nYou have to create JSON like this (example):\n\n{\n \"url\": \"https://example.com\",\n \"title\": \"Example title\",\n \"description\": \"Example description\",\n \"notes\": \"\",\n \"is_archived\": false,\n \"unread\": false,\n \"shared\": false,\n \"tag_names\": [\n \"tag1\",\n \"tag2\"\n ]\n}\n"
}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.7,
"position": [
80,
-80
],
"id": "2812dbfe-936e-4cb5-9827-f39ca7eb0e14",
"name": "AI Agent"
},
{
"parameters": {
"jsonSchemaExample": "{\n \"url\": \"https://example.com\",\n \"title\": \"Example title\",\n \"description\": \"Example description\",\n \"notes\": \"\",\n \"is_archived\": false,\n \"unread\": false,\n \"shared\": false,\n \"tag_names\": [\n \"tag1\",\n \"tag2\"\n ]\n}"
},
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"typeVersion": 1.2,
"position": [
360,
200
],
"id": "755b02a0-baf0-4879-b6ea-ca3eb27333cd",
"name": "Structured Output Parser"
},
{
"parameters": {
"toolDescription": "Usa esta herramienta cada vez que te compartan una URL",
"url": "={{ \"https://r.jina.ai/\" + $json.message.text + ($json.message.text.includes(\"github.com\") ? \"/blob/master/README.md\" : \"\") }}"
},
"type": "@n8n/n8n-nodes-langchain.toolHttpRequest",
"typeVersion": 1.1,
"position": [
260,
340
],
"id": "1afd2544-6a95-4df0-aac4-a436fc9c8f83",
"name": "Scrape"
},
{
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"typeVersion": 1.2,
"position": [
20,
160
],
"id": "YOUR_KEY",
"name": "OpenAI Chat Model",
"credentials": {
"openAiApi": {
"id": "LMDHoxU8iTYUixM2",
"name": "OpenAi account"
}
}
},
{
"parameters": {
"inputSource": "passthrough"
},
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
-320,
-80
],
"id": "671f54ae-8abe-470e-b75a-5faf1d704d39",
"name": "When Executed by Another Workflow"
},
{
"parameters": {
"method": "POST",
"url": "https://YOUR_LINKDING_URL/api/bookmarks/?disable_scraping",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Token YOUR_KEY"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ $json.output.toJsonString() }}",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
460,
-80
],
"id": "2609b58e-f676-4ca1-a3ab-98dcf4e928a0",
"name": "HTTP Request1"
}
],
"connections": {
"AI Agent": {
"main": [
[
{
"node": "HTTP Request1",
"type": "main",
"index": 0
}
]
]
},
"Structured Output Parser": {
"ai_outputParser": [
[
{
"node": "AI Agent",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Scrape": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"When Executed by Another Workflow": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "d1833cca-4c42-4c3f-a496-6ed5da6a1cd4",
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "f600b2a1ff1a82ac2e87af504806c8f54b8cca4eb55afaab02238ff1920c44dd"
},
"id": "GmBoiZee5WaVDwOL",
"tags": []
}