Web Scraping & Screenshot Automation with GPT 4.1 mini and Firecrawl

Go to Workflow
0 views
Built by Luan Correia Luan Correia
Created on June 05, 2026

Description

🔍 Overview

This template uses Firecrawl’s /search API to perform AI-powered web scraping and screenshots — no code required. Just type natural language prompts, and an AI Agent will convert them into precise Firecrawl queries.

⚙️ Setup

Get your Firecrawl API Key from https://firecrawl.dev
Add it to n8n using HTTP Header Auth:
Key: Authorization
Value: Bearer YOUR_API_KEY

🚀 What It Does

Turns natural language into smart search queries
Scrapes web data and captures full-page screenshots
Returns titles, links, content, and images

đź’ˇ Example

Input:
> Find AI automation pages on YouTube (exclude Shorts)

Result:
{
"query": "intitle:AI automation site:youtube.com -shorts",
"limit": 5
}

Nodes Used (3)

AI Agent
@n8n/n8n-nodes-langchain.agent
HTTP Request
n8n-nodes-base.httpRequest
OpenRouter Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenRouter