# AgentsMetrics — extended summary for LLM crawlers AgentsMetrics helps real estate brokerages hire and retain agents using data-driven intelligence. ## What the product does - **Agent search & discovery**: Search 150k+ real estate agent profiles with filters for geography, production signals, and activity. - **Smart recruitment**: AI-assisted scoring and prioritization to focus recruiter outreach on high-intent agents. - **Brokerage intelligence**: Competitive reports on rival brokerages—retention, hiring, turnover, and market positioning. - **Movement signals**: Detect when agents change brokerages or show signs of disengagement. - **Exports**: Download agent lists and competitive reports for CRM and outreach workflows. ## Who it is for - Brokerage owners and managers - Recruiting directors and team leads - Regional franchise operators evaluating market share and talent pipelines ## Public vs authenticated areas | Area | URL pattern | Indexable | |------|-------------|-----------| | Marketing & pricing | `/`, `/pricing` | Yes | | Blog | `/blog/*` | Yes | | Recruiting intelligence (pSEO) | `/real-estate-agent-recruiting/*` | Yes | | Recruit app (logged-in) | `/recruit/*` | No | | ProBroker app | `/probroker/*` | No | | API routes | `/api/*` | No | ## Geographic coverage (pSEO) Recruiting intelligence landing pages are generated from `lib/seo/locations.ts`. Each state page covers market context; each county page covers local recruiting pain points, agent angles, and competitor intelligence themes. Current coverage: **New York** (10 counties including NYC boroughs and Western NY). As new states and counties are added to `lib/seo/locations.ts`, they are automatically included in `/sitemap.xml` via `getRecruitingSitemapPaths()`. ## Pricing (high level) - **Pro** plan with monthly and annual billing - Subscription available on Pro - See https://agentsmetrics.com/pricing for current plans ## Technical notes - Production domain: `agentsmetrics.com` - Blog content is syndicated from `dam.agentsmetrics.com` - GraphQL API powers the authenticated recruit experience (not public) ## Sitemaps & robots - Sitemap: https://agentsmetrics.com/sitemap.xml - Blog sitemap: https://agentsmetrics.com/blog/sitemap.xml - Robots: https://agentsmetrics.com/robots.txt - Short LLM index: https://agentsmetrics.com/llms.txt