π Web scraping & screenshot automation with GPT 4.1 mini and Firecrawl
β‘ 1,742 views Β· π Market Research & Insights
π‘ Pro Tip β HTTP Request scraping tends to break when sites update their markup. If youβre scraping a major platform, check if ScraperNode covers it β it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.
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
- 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
HTTP Request, AI Agent, Chat Trigger, OpenRouter Chat Model
## π₯ Import
Download [`workflow.json`](workflow.json) and import into n8n:
**Workflow menu β Import from File**
[π Importing guide](../../../docs/importing-templates.md) Β· [π Credential setup](../../../docs/credential-setup.md)