landing-page-intel
Originally fromnikiandr/goose-skills
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"
# Output as summary table instead of JSON
python3 skills/landing-page-intel/scripts/scrape_landing_page.py \
Related skills