workflows.fit
Back to n8n workflows
n8n templateFreeBy Oskar

Autonomous AI crawler

This workflow with AI agent is designed to navigate through the page to retrieve specific type of information (in this example: social media profile links). The agent is equipped with 2 tools: - text tool: to retrieve...

DevelopmentCore NodesData & StorageAILangchainTool WorkflowLm Chat Open AiOutput Parser Structured
Loading interactive preview...

Template notes

This workflow with AI agent is designed to navigate through the page to retrieve specific type of information (in this example: social media profile links).

The agent is equipped with 2 tools: - text tool: to retrieve all the text from the page, - URLs tool: to extract all possible links from the page.

šŸ’” You can edit prompt and JSON schema connected to the agent in order to return other data then social media profile links.

šŸ‘‰ This workflow uses Supabase as storage (input/output). Feel free to change it to any other database of your choice.

šŸŽ¬ See this workflow in action [in my YouTube video](https://youtu.be/2W09puFZwtY).

How it works?

The workflow uses the input URL (website) as a starting point to retrieve the data (e.g. example.com). Using the "URLs tool", the agent is able to retrieve all links from the page and navigate to them.

For example, if you want to retrieve contact information, agent will try to find a subpage that might contain this information (e.g. example.com/contact) and extract the information using the text tool.