Web Scraping & Data Extraction

šŸ”šŸ› ļø Tavily Search & Extract - Template

šŸ”šŸ› ļø Tavily Search & Extract - Template

Manual
High
17
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
17
Node Types
6

Node Types

sticky Note
Sticky Note1, Sticky Note, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note6
7 nodes
http Request
Tavily Search, Tavily Extract, Tavily Extract Top Search, Tavily Search Topic
4 nodes
set
Get Top Result, Filter > 90%, Tavily API Key
3 nodes
lm Chat Open Ai
OpenAI Chat Model
1 node
chain Llm
Summarize Web Page Content
1 node
chat Trigger
Provide search topic via Chat window
1 node

Workflow JSON

13.72 KB
{
  "id": "QqbYH25we4JDZrZD",
  "meta": {
    "instanceId": "31e69f7f4a77bf465b805824e303232f0227212ae922d12133a0f96ffeab4fef"
  },
  "name": "šŸ”šŸ› ļø Tavily Search & Extract - Template",
  "tags": [],
  "nodes": [
    {
      "id": "e029204b-2e05-4262-b464-7c1b3a995f91",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -780,
        -940
      ],
      "parameters": {
        "color": 4,
        "width": 520,
        "height": 940,
        "content": "## Tavily API Search Endpoint\n\n**Base URL**: `https://api.tavily.com/search`\n**Method**: POST\n\n### Required Parameters\n- `query`: The search query string\n- `api_key`: Your Tavily API key\n\n### Optional Parameters\n- `search_depth`: \"basic\" or \"advanced\" (default: \"basic\")\n- `topic`: \"general\" or \"news\" (default: \"general\") \n- `max_results`: Maximum number of results to return (default: 5)\n- `include_images`: Include query-related images (default: false)\n- `include_...

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