πŸ“Š 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.

View All Scrapers

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

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

πŸš€ What It Does

πŸ’‘ 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)