data-scraper-agent

Automates scraping, enriching, and storing web data to Notion, Google Sheets, or Supabase via GitHub Actions.

3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/idiaz01/enterprise-superpowers --skill data-scraper-agent-idiaz01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-scraper-agent
Source: https://github.com/idiaz01/enterprise-superpowers/tree/main/content/skills/data-scraper-agent
Command: npx skills add https://github.com/idiaz01/enterprise-superpowers --skill data-scraper-agent-idiaz01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build production-ready, automated AI-powered data collection pipelines that gather, enrich, and store data with minimal human intervention.

Core Features & Use Cases

  • Three-layer stack: collect, enrich, and store data efficiently.
  • LLM batching and fallbacks: optimize calls and ensure reliability under load.
  • GitHub Actions deployment: zero-infrastructure deployment for scheduled runs.
  • Use Case: Automatically scrape web data, enrich it with AI, and push results to Notion, Google Sheets, or Supabase.

Quick Start

Initialize the data-scraper-agent workflow to kick off scheduled data collection.

Frequently Asked Questions about data-scraper-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web scraping and data enrichment without managing servers?

You can automate web scraping and data enrichment without managing servers by deploying the pipeline via GitHub Actions. This zero-infrastructure approach uses scheduled runs to collect, enrich, and store data automatically.

What is an AI-powered data collection pipeline and how does it work?

An AI-powered data collection pipeline is an automated workflow that scrapes web data, uses LLMs to enrich it, and stores the results. It operates on a three-layer stack: collect, enrich, and store.

Can I use GitHub Actions to run scheduled data scraping tasks?

Yes, you can use GitHub Actions to run scheduled data scraping tasks. It provides zero-infrastructure deployment for automated pipelines, executing the collect, enrich, and store stack on a schedule.

How do I store scraped and enriched data in Notion or Supabase?

To store scraped and enriched data in Notion or Supabase, you configure the storage layer of the pipeline. The workflow automatically pushes the AI-enriched results directly into your chosen platform.

What is the best way to handle LLM batching for large data scraping workflows?

The best way to handle LLM batching for large data scraping workflows is to use a pipeline with built-in batching and fallbacks. This optimizes AI calls and ensures reliability under load during the enrichment phase.