landing-page-intel

Installation
SKILL.md

Landing Page Intel

Extract GTM-relevant intelligence from any company's landing page by scraping its HTML source.

Quick Start

Only dependency is pip install requests. No API key needed.

# Basic scan of a single URL
python3 skills/landing-page-intel/scripts/scrape_landing_page.py \
  --url "https://example.com"

# Scan multiple pages of the same site
python3 skills/landing-page-intel/scripts/scrape_landing_page.py \
  --url "https://example.com" --pages "/,/pricing,/about"
Installs
6
GitHub Stars
9
First Seen
May 1, 2026
landing-page-intel — gooseworks-ai/gooseworks-skills