What problem does it solve? B2B prospect lists mix self-serve companies with sales-led ones, and those groups need different offers and copy. This Skill determines whether a company publishes real self-serve pricing on its own website and extracts the plan structure, so lists can be filtered or routed without manual research. ## Core Features & Use Cases - Pricing page detection: Walks candidate URLs (/pricing, /plans, /price, and www variants) with a soft-404 guard that checks the final resolved path, not just HTTP 200. - Structured extraction: Uses a locked model prompt to produce a JSON record with pricing_public, pricing_model, plans, lowest_paid_price, has_free_tier, enterprise_quote_only, and confidence. - Free verification: Asserts every reported price and plan name appears verbatim in the fetched page text, catching fabrication without a second model call. - Use Case: Given 1,000 prospect domains, split them into product-led companies with public price lists and quote-only enterprise vendors, then route each half to the appropriate campaign. ## Quick Start Check whether notion.com publishes public pricing and extract its plan tiers and lowest paid price.