# RealtorFinder > RealtorFinder is a marketplace where home sellers post their property and receive competing proposals from licensed realtors — then choose the agent they want to work with based on commission rate, marketing plan, and experience. RealtorFinder flips the traditional model: instead of sellers calling agents, agents compete for listings. Sellers list for free and review multiple proposals before committing to anyone. The platform is in a founding-member pre-launch phase (sellers go live August 2026); realtors can sign up now to claim their market and get guaranteed access to every new listing in their area. ## Public Pages - [Home](https://www.realtorfinder.net/): Seller-facing landing page explaining the value proposition, how the process works, and an email capture for early access - [For Sellers](https://www.realtorfinder.net/sellers): Detailed seller guide — step-by-step process, what realtor proposals include, FAQs - [For Realtors](https://www.realtorfinder.net/realtors): Realtor landing page with founding-member offer, pricing plans, and signup CTA - [Pricing](https://www.realtorfinder.net/pricing): Three subscription tiers — Basic ($99/mo), Professional ($249/mo), Firm ($499/location/mo) — with annual billing option (save 20%) - [About](https://www.realtorfinder.net/about): Company mission, founding story, team background - [Blog](https://www.realtorfinder.net/blog): Real estate advice for sellers and realtors; articles on pricing, staging, choosing an agent, market trends - [Contact](https://www.realtorfinder.net/contact): Contact form and support email - [For Buyers](https://www.realtorfinder.net/buyers): Buyer-focused landing page with find-an-agent flow - [Find an Agent](https://www.realtorfinder.net/find-agent): Buyers enter their criteria and get matched with local realtors - [FAQ](https://www.realtorfinder.net/faq): Frequently asked questions for both sellers and realtors - [Realtor Directory](https://www.realtorfinder.net/realtor-directory): Browse licensed realtors by market - [Fair Housing](https://www.realtorfinder.net/fair-housing): Fair Housing Act compliance statement - [Privacy Policy](https://www.realtorfinder.net/privacy): Data collection and usage policy - [Terms of Service](https://www.realtorfinder.net/terms): Platform terms and conditions - [Cookie Policy](https://www.realtorfinder.net/cookies): Cookie usage and preferences ## Authenticated Pages (login required) - [Seller Dashboard](https://www.realtorfinder.net/dashboard/seller): Sellers manage their listings, view incoming proposals, compare agents, and accept/decline offers - [Realtor Dashboard](https://www.realtorfinder.net/dashboard/realtor): Realtors browse active listings, submit proposals, track proposal status, and manage their profile - [Inbox](https://www.realtorfinder.net/inbox): Messaging between sellers and realtors after a proposal is submitted - [Login / Signup](https://www.realtorfinder.net/login): Unified login and registration page for sellers and realtors ## API (JSON, authentication required for most endpoints) - `GET /api/listings` — Active listings (realtors/public); seller's own listings when authenticated as seller - `POST /api/listings` — Create a new listing (seller only) - `POST /api/offers` — Submit a proposal on a listing (realtor only) - `GET /api/offers/:listingId` — Get proposals for a listing (seller who owns it) - `POST /api/auth/login` — Authenticate and start session - `POST /api/auth/signup` — Register new seller or realtor account - `GET /api/realtors/founding-count` — Returns `{ claimed, total, remaining, city_claimed }` for social proof display - `GET /api/reviews/:realtorId` — Public reviews for a realtor profile ## Optional - [Sitemap](https://www.realtorfinder.net/sitemap-index.xml) - [Robots.txt](https://www.realtorfinder.net/robots.txt)