Web scraping & screenshot automation with GPT 4.1 mini and Firecrawl
Workflow preview
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER
Early Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Important notice
This workflow is provided as-is. Please review and test before using in production.
Overview
🔍 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
- 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
}