What problem does it solve?
Cold outbound campaigns need to know whether a prospect publishes self-serve pricing or is sales-led, because those two groups require different offers and copy. Manually checking hundreds of pricing pages is slow, and naive scrapers misread soft-404 redirects, truncated pages, and promotional prices.
Core Features & Use Cases
- Pricing page detection: Walks seven candidate URL paths per domain with a soft-404 guard that validates the final resolved path, not just HTTP 200.
- Structured extraction: Uses a locked LLM prompt to produce a JSON record with pricing_public, pricing_model, plans, lowest_paid_price, has_free_tier, and confidence, verified by a free verbatim string-search assertion.
- List filtering and routing: Splits prospect lists into self-serve versus quote-only companies, with explicit rules that unknown results never remove a row.
- Use Case: Given a 5,000-domain prospect list, run the playbook to tag each domain as self-serve or sales-led, route each half to the appropriate campaign, and optionally generate a pricing clause for copy.
Quick Start
Check each domain in my prospect list for a public pricing page and output a structured record of its plans, prices, and pricing model.