data-scraper-intent

Classify SEO keywords by intent and extract web data with scraping patterns.

261|119|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kennyzir/7deer_skills --skill data-scraper-intent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-scraper-intent
Source: https://github.com/kennyzir/7deer_skills/tree/main/data-scraper-intent
Command: npx skills add https://github.com/kennyzir/7deer_skills --skill data-scraper-intent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates two common SEO workflows by providing reusable web scraping patterns and LLM prompts for search-intent classification, reducing manual effort and errors.

Core Features & Use Cases

  • Web data extraction patterns for lazy-loaded content, Next.js Image components, and paginated pages.
  • Ready-to-use prompts for classifying search keywords into informational, navigational, transactional, or commercial intents.
  • Clear workflow guidance and example usage with Google Trends data and SEO content planning.

Quick Start

Clone this skill and start using the patterns in resources/scraping_patterns.md and prompts in resources/intent_prompts.md to classify keywords and extract data.

Frequently Asked Questions about data-scraper-intent

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

FAQPage Schema
How do I classify SEO keywords by search intent using LLM prompts?

To classify SEO keywords by search intent using LLM prompts, you apply ready-to-use prompt templates that categorize keywords into informational, navigational, transactional, or commercial intents for content planning. This skill provides these prompts in the resources directory to automate the workflow.

What is the best way to scrape lazy-loaded content and Next.js Image components?

The best way to scrape lazy-loaded content and Next.js Image components is using reusable web scraping patterns designed for dynamic pages. This skill provides extraction patterns compatible with Playwright or Puppeteer workflows to reliably capture dynamically loaded elements.

Can I use these web scraping patterns with Puppeteer instead of Playwright?

Yes, you can use these web scraping patterns with Puppeteer instead of Playwright. The extraction logic is designed to integrate with either framework to automate data collection from sites featuring paginated pages and dynamic images.

How do I extract data from Google Trends for keyword trend analysis?

To extract data from Google Trends for keyword trend analysis, you apply the provided scraping patterns to capture the trend data, then use the included LLM prompts to classify and analyze the search intent behind those keywords for SEO content planning.

Do I need to install external dependencies to use the intent classification prompts?

No, you do not need to install external dependencies to use the intent classification prompts. The skill contains zero dependencies and operates using the markdown files provided in the resources folder for immediate keyword classification and web scraping.