Web Site Scraper for LLMs with Airtop
Recursive Web Scraping
Use Case
Automating web scraping with recursive depth is ideal for collecting content across multiple linked pages—perfect for content aggregation, lead generation, or research projects.
What This Automation Does
This automation reads a list of URLs from a Google Sheet, scrapes each page, stores the content in a document, and adds newly discovered links back to the sheet. It continues this process for a specified number of iterations based on the defined scraping depth.
Input Parameters:
Seed URL: The starting URL to begin the scraping process.
Example: https://example.com/
Links must contain: Restricts the links to those that contain this specified string.
Example: https://example.com/
Depth: The number of iterations (layers of links) to scrape beyond the initial set.
Example: 3
How It Works
Starts by reading the Seed URL from the Google Sheet.
Scrapes each page and saves its content to the specified document.
Extracts new links from each page that match the Links must contain string, appends them to the Google Sheet.
Repeats steps 2–3 for the number of times specified by Depth - 1.
Setup Requirements
Airtop API Key — free to generate.
Credentials set up for Google Docs (requires creating a project on Google Console). Read how to.
Credentials set up for Google Spreadsheet.
Next Steps
Add Filtering Rules**: Filter which links to follow based on domain, path, or content type.
Combine with Scheduler**: Run this automation on a schedule to continuously explore newly discovered pages.
Export Structured Data**: Extend the process to store extracted data in a CSV or database for analysis.
Read more about website scraping for LLMS
Related Templates
Automate Daily Keyword Research with Google Sheets, Suggest API & Custom Search
Who's it for This workflow is perfect for SEO specialists, marketers, bloggers, and content creators who want to automa...
USDT And TRC20 Wallet Tracker API Workflow for n8n
Overview This n8n workflow is specifically designed to monitor USDT TRC20 transactions within a specified wallet. It u...
Bulk Automated Google Drive Files Sharing and Direct Download Link Generation
This N8N workflow automates the process of sharing files from Google Drive. It includes OAuth2 authentication, batch pro...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments