Top Tips – Short Videos, Big Takeaways!
Top Tips Short Videos, big takeaways – learn how savvy agents use CMAsnap to close smarter. An agent just like you shares how she picked up new clients in the grocery store and at open houses CMAsnap has become this agent’s go-to tool for negotiating contract prices with other agents. Use CMAsnap and get help advocating for your clients. Whether you’re trying to avoid a low appraisal or just want to be better prepared, this is a must-watch for listing agents who work closely with appraisers. Credibility – Setting the Right Price. CMAsnap helps with the common issue of sellers over pricing their homes. Your time matters. She verified CMAsnap’s accuracy against others and realized she would reclaim hours / week of time Testimonials: 13 realtors in 3 minutes tell you why they use CMAsnap to up their game Edit Template
CMA Mastery Series – Videos
Are you ready to elevate your CMA game? CMA Mastery: Webinar Series Master CMAs. Win Listings. Generate Leads. A free 3 part training series using CMAsnap to help you price better, prospect smarter and grow faster. Why Watch this Series? Make confident CMA adjustments Choose the best comps with ease Use CMAs to generate and convert leads Save time using CMAsnap® https://vimeo.com/1168655011/e3dde09cb7?share=copy&fl=sv&fe=ci#t=0https://vimeo.com/1169724182/7e27f449d8?share=copy&fl=sv&fe=ci#t=0https://vimeo.com/1169727469/38f46cbb5c?share=copy&fl=sv&fe=ci#t=0 Part 1: Mastering CMA Adjustments Learn how to apply accurate, defensible property adjustments with CMAsnap®. Description:Creating an accurate Comparative Market Analysis is critical—but making proper property adjustments can be one of the most misunderstood parts of the process. In this session, you’ll learn how to confidently adjust for factors like square footage, condition, location, and more, while using CMAsnap® to simplify the process. Step-by-step examples and tool demonstrations will help you turn raw data into clear pricing strategies your clients can trust. Why You Should Watch:Save time, improve pricing accuracy, and build credibility. You’ll walk away with the tools and confidence to create high-impact CMAs that stand out in any market. Part 2: Finding the Right CompsLearn how to choose the best comps for a Comparative Market Analysis (CMA) using CMAsnap. We walk through the principles and practical steps to select the most accurate, relevant comparables—so your pricing guidance stands out with clients and appraisers alike. Description:Your CMA is only as strong as the comps you choose. In this hands-on session, we’ll explore how to identify the most relevant comparables—focusing on proximity, property features, market timing, and more. Learn how CMAsnap® helps you find, filter, and select ideal comps with ease, so your pricing is always grounded in smart market data. Why You Should Watch:Better comps mean better pricing. This class will help you defend your CMA, answer client questions with authority, and win more listings with confidence. Part 3: Prospecting & Lead Generation Turn CMAs into conversation starters and generate new listing opportunities. Description:CMAs aren’t just for pricing—they’re powerful prospecting tools. In this final session of the CMA Mastery Series, learn how to use CMAsnap® to generate leads, start meaningful conversations with homeowners, and position yourself as the local expert. We’ll show you how to identify potential sellers, create compelling CMAs that open doors, and follow up with purpose. From farming neighborhoods to nurturing your sphere of influence, CMAsnap® makes it easy to provide value and stay top-of-mind with future clients. Why You Should Watch:If you want more listings, you need more conversations—and this class shows you how to spark them. Walk away with a repeatable system for using CMAsnap® to attract new business and grow your pipeline with ease Watch Part 1 (~30 min) Watch Part 2 (~23 min) Watch Part 3 (~26 min) Meet Your Speaker: Tom Cunningham CEO & Founder, CMAsnap Tom Cunningham is the CEO and founder of CMAsnap, a SaaS platform transforming how agents deliver Comparative Market Analyses — faster, smarter, and with more clarity for clients. With over 17 years in real estate, Tom is more than just a seasoned broker — he’s a strategic thinker who brings cross-sector financial expertise to every conversation. Before launching CMAsnap in 2015, Tom built a career spanning mortgage-backed securities, corporate and distressed debt, and both residential and commercial property valuation. He’s trained in nearly every major real estate designation — from Pricing Strategy Advisor to Certified Negotiation Expert — and has worked hands-on in the complex world of asset refinancing and divestiture. Whether breaking down pricing strategy or navigating complex negotiations, Tom brings practical insight, analytical rigor, and a deep passion for helping agents win.
The Weekly Lift Off (Zooooom-inar)
Why launch your business solo when you can fly with the captain? Starting with a new platform can feel like staring at a complex dashboard, but you don’t have to figure it out by trial and error. Every week, our CEO steps away from the big picture to work directly with you. This isn’t a dry, pre-recorded walkthrough—it’s a live, interactive strategy session designed to cut through the learning curve and get you generating results immediately. Every Wednesday at 11:00 AM Eastern Time, join Tom Cunningham, CMAsnap CEO, for a live Getting Started session to make CMAsnap work for your business. No registration needed — just click here to join. Or copy this link https://tinyurl.com/ZOOM-CMAsnap and add it to your calendar . (Note this will not add it to your calendar automatically)
Embedding CMAsnap with the Embed API
The CMAsnap Embed API lets you embed the CMAsnap CMA report creation tool directly into your website using an <iframe>. This is ideal for platforms looking to streamline CMA report creation for their users without navigating away from their current workflow. Getting Started To embed CMAsnap, insert the following iframe code into your page: <iframe id=”cmasnap-iframe” src=”https://app.cmasnap.com/new?embed=true” scrolling=”no” style=”width: 1px; min-width: 100%; border: 0; overflow: hidden; height: 500px”> </iframe> Optional Query Parameters You can add the following optional query parameters to the iframe URL: If a report is found using one of these values, it will load in the iframe. Otherwise, the search wizard opens with the value prefilled. Example: Load the Embed Script The embed script will help resize the iframe to prevent nested scrolling. You can load it and initialize it like so. <script src=”https://app.cmasnap.com/static/js/embed.js”></script> <script> const cmasnapInt = setInterval(() => { if (typeof CMAsnap !== ‘undefined’) { new CMAsnap(‘#cmasnap-iframe’); clearInterval(cmasnapInt); } }, 1000); </script> Full Example <iframe id=”cmasnap-iframe” src=”https://app.cmasnap.com/new?embed=true&mlsId=ABCD1234″ scrolling=”no” style=”width: 1px; min-width: 100%; border: 0; overflow: hidden; height: 500px”> </iframe> <script src=”https://app.cmasnap.com/static/js/embed.js”></script> <script> const cmasnapInt = setInterval(() => { if (typeof CMAsnap !== ‘undefined’) { new CMAsnap(‘#cmasnap-iframe’); clearInterval(cmasnapInt); } }, 1000); </script>