Competitor Site Analysis
Usage
Use for a quick website data pull on a competitor, or as a first step before deeper analysis. Produces a structured 5-section profile from publicly available website information.
Process
Step 1: Gather Inputs
Ask the user for:
- Competitor name — the company to analyze
- Competitor URL — their homepage URL
- Specific sections to focus on (optional) — default: all 5
Step 2: Validate & Fetch
Confirm you have competitor name and URL. Fetch the homepage to verify it's reachable.
If the site is unreachable, behind a login wall, or returns errors — tell the user and stop.
Step 3: Fetch Website Pages
Fetch up to 6 pages. Adapt URLs based on what the site actually has — not every site uses the same paths.
| Page |
Typical URLs to Try |
What to Extract |
| Homepage |
/ |
Tagline, headline, value prop, target audience signals, trust badges, social proof |
| Pricing |
/pricing, /plans |
Model, tiers, price points, value metric, free tier, annual discount, trial, feature-by-tier gating |
| Features |
/features, /product |
Key features, integrations, platform capabilities |
| About |
/about, /about-us, /company |
Founded, team size signals, stage/funding signals, mission |
| Customers |
/customers, /case-studies |
Customer logos, testimonials, case study count, industries served |
| Careers |
/careers, /jobs, /about/careers |
Open roles by department, total headcount signals, strategic hiring patterns |
If a page doesn't exist (404, redirect to homepage), skip it and note "not found" for that section. Don't guess.
Step 4: Structure Findings
Organize extracted data into 5 sections:
Section 1: Company Overview
- Tagline (their words, not yours)
- Founded / age signals
- Stage / funding signals (bootstrapped, seed, Series X — based on about page, team size, office count)
- Team size signals (exact if stated, otherwise estimate from about page)
- Headquarters / markets
- Primary GTM motion: PLG / sales-led / content-led / community-led (based on homepage CTA — "Start free" vs. "Book a demo" vs. both)
- Partnerships / integrations as distribution (from features page or homepage)
Section 2: Product & Positioning
- Homepage headline (exact quote)
- Value proposition (what they promise in 1-2 sentences)
- Target audience (who the site speaks to)
- Key features (top 5-8 from features page)
- Integrations (notable ones)
- Product-led vs. sales-led signals (self-serve signup? demo request? both?)
- Free trial / freemium availability
Section 3: Pricing & Feature Monetization
- Pricing model (per-seat, usage-based, flat, freemium, custom)
- Tier breakdown with price points
- Value metric (what they charge per unit of)
- Annual discount percentage
- Free tier — what's included, what's limited
- Enterprise tier — custom pricing or listed?
Feature monetization — if the pricing page shows feature-by-tier breakdowns:
- Which features are free vs. gated?
- What's the key unlock at each paid tier? (the feature that justifies the upgrade)
- What do they gate behind enterprise? (reveals what they consider highest-value)
- Any usage limits that force upgrades? (seats, API calls, storage, etc.)
If pricing is not public, note "not public — sales-led motion" and any signals about pricing level.
Section 4: Social Proof & Trust
- Customer logos (notable names)
- Testimonial highlights (1-2 strongest quotes)
- Case study count and themes
- Trust signals (G2 badges, security certs, compliance badges)
- Community size (if visible — Slack, Discord, forum)
- Social media follower counts (if visible on site)
Section 5: Hiring Signals
- Total open roles (if listed)
- Roles by department — engineering, sales, marketing, product, customer success, etc.
- Notable hires or role types that signal strategic direction (e.g., "ML Engineer" = investing in AI, "Enterprise AE" = moving upmarket, "Developer Advocate" = building community)
- Hiring velocity signals — "urgently hiring", multiple roles in one department
If no careers page exists, note "no public careers page" and move on.
Output Format
Present the 5-section structured website profile:
# Competitor Site Analysis: [Name]
**URL:** [url]
**Date:** [current date]
## 1. Company Overview
[structured findings]
## 2. Product & Positioning
[structured findings]
## 3. Pricing & Feature Monetization
[structured findings]
## 4. Social Proof & Trust
[structured findings]
## 5. Hiring Signals
[structured findings]
Rules
- Never invent data — if a page is inaccessible or info isn't visible, mark "not found."
- Never fetch more than 6 pages per competitor.
- Never guess at pricing — if it's not public, say so.
- Don't add strategic interpretation — this skill extracts, it doesn't analyze. Save strategic assessment for competitor-landscape.
- Keep extraction factual. Quote headlines, list features, note prices. Don't editorialize.
- If key pages (pricing, features) are missing or inaccessible, flag that the profile will have gaps.
- If the site is heavily JS-rendered and content is sparse, suggest using Playwright MCP if available.
1---2name: competitor-site-analysis3description: Visit a competitor's website and extract structured data across 5 dimensions: overview, positioning, pricing, social proof, and hiring signals.4---56# Competitor Site Analysis78## Usage910Use for a quick website data pull on a competitor, or as a first step before deeper analysis. Produces a structured 5-section profile from publicly available website information.1112## Process1314### Step 1: Gather Inputs1516Ask the user for:171. **Competitor name** — the company to analyze182. **Competitor URL** — their homepage URL193. **Specific sections to focus on** (optional) — default: all 52021### Step 2: Validate & Fetch2223Confirm you have competitor name and URL. Fetch the homepage to verify it's reachable.2425**If the site is unreachable**, behind a login wall, or returns errors — tell the user and stop.2627### Step 3: Fetch Website Pages2829Fetch up to 6 pages. Adapt URLs based on what the site actually has — not every site uses the same paths.3031| Page | Typical URLs to Try | What to Extract |32|------|---------------------|-----------------|33| Homepage | `/` | Tagline, headline, value prop, target audience signals, trust badges, social proof |34| Pricing | `/pricing`, `/plans` | Model, tiers, price points, value metric, free tier, annual discount, trial, feature-by-tier gating |35| Features | `/features`, `/product` | Key features, integrations, platform capabilities |36| About | `/about`, `/about-us`, `/company` | Founded, team size signals, stage/funding signals, mission |37| Customers | `/customers`, `/case-studies` | Customer logos, testimonials, case study count, industries served |38| Careers | `/careers`, `/jobs`, `/about/careers` | Open roles by department, total headcount signals, strategic hiring patterns |3940**If a page doesn't exist** (404, redirect to homepage), skip it and note "not found" for that section. Don't guess.4142### Step 4: Structure Findings4344Organize extracted data into 5 sections:4546#### Section 1: Company Overview47- Tagline (their words, not yours)48- Founded / age signals49- Stage / funding signals (bootstrapped, seed, Series X — based on about page, team size, office count)50- Team size signals (exact if stated, otherwise estimate from about page)51- Headquarters / markets52- Primary GTM motion: PLG / sales-led / content-led / community-led (based on homepage CTA — "Start free" vs. "Book a demo" vs. both)53- Partnerships / integrations as distribution (from features page or homepage)5455#### Section 2: Product & Positioning56- Homepage headline (exact quote)57- Value proposition (what they promise in 1-2 sentences)58- Target audience (who the site speaks to)59- Key features (top 5-8 from features page)60- Integrations (notable ones)61- Product-led vs. sales-led signals (self-serve signup? demo request? both?)62- Free trial / freemium availability6364#### Section 3: Pricing & Feature Monetization65- Pricing model (per-seat, usage-based, flat, freemium, custom)66- Tier breakdown with price points67- Value metric (what they charge per unit of)68- Annual discount percentage69- Free tier — what's included, what's limited70- Enterprise tier — custom pricing or listed?7172**Feature monetization** — if the pricing page shows feature-by-tier breakdowns:73- Which features are free vs. gated?74- What's the key unlock at each paid tier? (the feature that justifies the upgrade)75- What do they gate behind enterprise? (reveals what they consider highest-value)76- Any usage limits that force upgrades? (seats, API calls, storage, etc.)7778**If pricing is not public**, note "not public — sales-led motion" and any signals about pricing level.7980#### Section 4: Social Proof & Trust81- Customer logos (notable names)82- Testimonial highlights (1-2 strongest quotes)83- Case study count and themes84- Trust signals (G2 badges, security certs, compliance badges)85- Community size (if visible — Slack, Discord, forum)86- Social media follower counts (if visible on site)8788#### Section 5: Hiring Signals89- Total open roles (if listed)90- Roles by department — engineering, sales, marketing, product, customer success, etc.91- Notable hires or role types that signal strategic direction (e.g., "ML Engineer" = investing in AI, "Enterprise AE" = moving upmarket, "Developer Advocate" = building community)92- Hiring velocity signals — "urgently hiring", multiple roles in one department9394**If no careers page exists**, note "no public careers page" and move on.9596## Output Format9798Present the 5-section structured website profile:99100```101# Competitor Site Analysis: [Name]102103**URL:** [url]104**Date:** [current date]105106## 1. Company Overview107[structured findings]108109## 2. Product & Positioning110[structured findings]111112## 3. Pricing & Feature Monetization113[structured findings]114115## 4. Social Proof & Trust116[structured findings]117118## 5. Hiring Signals119[structured findings]120```121122## Rules123124- Never invent data — if a page is inaccessible or info isn't visible, mark "not found."125- Never fetch more than 6 pages per competitor.126- Never guess at pricing — if it's not public, say so.127- Don't add strategic interpretation — this skill extracts, it doesn't analyze. Save strategic assessment for competitor-landscape.128- Keep extraction factual. Quote headlines, list features, note prices. Don't editorialize.129- If key pages (pricing, features) are missing or inaccessible, flag that the profile will have gaps.130- If the site is heavily JS-rendered and content is sparse, suggest using Playwright MCP if available.