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"

# Output as summary table instead of JSON
python3 skills/landing-page-intel/scripts/scrape_landing_page.py \
Related skills
Installs
1
First Seen
13 days ago