landing-page-intel
Extract competitor and customer intelligence from any company's landing page HTML. Discovers tech stack, analytics tools, ad pixels, customer logos, SEO metadata, CTAs, hidden elements, and more. No API keys required.
npx skills add gooseworks-ai/goose-skills --skill landing-page-intel --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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. ```bash # 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 \ --url "https://example.com" --output summary # Save full report to file python3 skills/landing-page-intel/scripts/scrape_landing_page.py \ --url "https://example.com" --output json > report.json ``` ## What It Extracts | Category | Details | |----------|---------| | **Tech Stack** | Analytics (GA4, Mixpanel, Amplitude, PostHog, Heap), marketing automation (HubSpot, Marketo, Pardot), chat widgets (Intercom, Drift, Crisp, Zendesk), A/B testing (Optimizely, VWO, LaunchDarkly), session recording (Hotjar, FullStory, LogRocket), CDPs (Segment, Clearbit, 6sense) | | **Ad Pixels** | Meta Pixel, Google Ads
- Quick Start
- What It Extracts
- CLI Reference
- GTM Use Cases
- Cost
Basic scan of a single URL python3 skills/landing-page-intel/scripts/scrape_landing_page.py \ Scan multiple pages of the same site Output as summary table instead of JSON Save full report to file
What does the landing-page-intel skill do?
Extract competitor and customer intelligence from any company's landing page HTML. Discovers tech stack, analytics tools, ad pixels, customer logos, SEO metadata, CTAs, hidden elements, and more. No API keys required.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill landing-page-intel --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
