Pattern Library
Reusable acquisition intelligence — site platforms, URL patterns, and selector strategies.
| Platform / pattern | Example firms | URL patterns | Selector strategy | Success rate | Firms using | Notes |
|---|---|---|---|---|---|---|
| WordPress (attorney CPT) | Skadden, White & Case, Debevoise | /professionals/{slug}, /people/{name} | article.attorney-profile h1 + .bio-content | 96.2% | 842 | — |
| Sitecore | Kirkland & Ellis, Latham & Watkins | /en/lawyers/{id}/{name} | Scroll lazy-load + .lawyer-detail modular components | 91.4% | 312 | Lazy load requires scroll simulation |
| Custom React SPA | Regional mid-size firms | /team/{uuid} | API intercept + DOM hydration wait | 68.5% | 156 | High manual review rate; selector drift on deploy |