Data Scraper & Intent Analyzer
SkillWeb & browsingA toolkit for web data extraction and search intent analysis. Includes patterns for handling lazy-loaded content and LLM prompts for classifying search keywords.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Data Scraper & Intent Analyzer skill
What this skill tells your AI
The instructions your AI receives, as published by kennyzir/7deer_skills in data-scraper-intent/SKILL.md and read by ahel’s review.
This skill provides reusable patterns and prompts for two common SEO/data tasks:
- Web Data Extraction: Handling tricky scenarios like lazy-loaded images, Next.js Image components, and paginated content.
- Search Intent Classification: Using LLMs to classify keywords into actionable content categories.
Resources Included
resources/scraping_patterns.md: A guide with code snippets on how to handle common web scraping challenges using Playwright/Puppeteer.resources/intent_prompts.md: Ready-to-use LLM prompts for classifying search keywords.
Usage
1. Data Extraction Patterns
Review resources/scraping_patterns.md when you need to extract data from:
- Websites using lazy-loading for images (e.g.,
loading="lazy", IntersectionObserver). - Next.js apps using
<Image>component (srcset, blur placeholders). - Sites with infinite scroll or "Load More" buttons.
2. Intent Analysis
Copy the prompts from resources/intent_prompts.md and use them with your LLM of choice (GPT-4, DeepSeek, Claude) to classify keywords from Google Trends, SEMrush, or Ahrefs.
Example Workflow (Trend to Page)
- Input: A list of rising keywords from Google Trends.
- Step 1: Use the "Keyword Intent Classifier" prompt to categorize them.
- Step 2: For "Informational" intents, create guide pages.
- Step 3: For "Transactional" intents, create tool pages.
- Output: A prioritized list of pages to create.
Signals
- GitHub stars
- 313
- Forks
- 141
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
data-scraper-intent- Source
- github.com/kennyzir/7deer_skills