 

{"id":5754,"date":"2025-09-18T06:03:47","date_gmt":"2025-09-18T10:03:47","guid":{"rendered":"https:\/\/www.houzeo.com\/blog\/?p=5754"},"modified":"2025-12-29T03:11:39","modified_gmt":"2025-12-29T08:11:39","slug":"rex-real-estate-reviews","status":"publish","type":"post","link":"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/","title":{"rendered":"REX Real Estate Reviews: Downfall and Alternatives"},"content":{"rendered":"\n<figure class=\"wp-block-pullquote\"><blockquote><p class=\"highlight\">\u270d\ufe0f <strong>Editor&#8217;s Note:<\/strong> REX Real Estate is no longer in business. Watch the <a  href=\"https:\/\/www.youtube.com\/watch?v=ltfefbxd7em\" target=\"_blank\" rel=\"noreferrer noopener\">Rise and Fall of REX Real Estate<\/a> while you consider alternatives to list your home.<\/p><\/blockquote><\/figure>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n      \n    <div class=\"reqRattingNewHolderBox\">\n        <div class=\"reqRattingNewHolderBoxUpper\">\n            <div class=\"topRowWrap\">\n                <span class=\"companyLogoWrap\">\n                    <img decoding=\"async\" src=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2025\/12\/REX-Real-Estate.png\" alt=\"Logo\" rel=\"preload\"  class=\"logoBox\" \/>\n                <\/span>\n                <div class=\"rattingBox\">\n                    <p class=\"avgRatingText\">\n                        <span class=\"starIcon \"><\/span>\n                        <strong>0<\/strong>\n                    <\/p>\n                    <span class=\"editorRating\">Editor's Rating<\/span>\n                    <span class=\"totalReviewsCount\"><\/span>\n                <\/div>\n                <div class=\"rattingBox userRatingBox\">\n                    <p class=\"avgRatingText\">\n                        <span class=\"starIcon starRatingOne\"><\/span>\n                        <strong>0<\/strong>\n                    <\/p>\n                    <span class=\"editorRating\">User Rating<\/span>\n                    <span class=\"totalReviewsCount\">\n                        (0 Reviews)\n                    <\/span>\n                <\/div>\n                <div class=\"writeReviewRatingWrap\">\n                    <div class=\"writeReview\">Write a review<\/div>\n                    <div class=\"ratingstarwrap\">\n                        <div class=\"rating\">\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star5\" class=\"radio-1\" value=\"5\">\n                            <label for=\"add_review__star5\" title=\"Excellent\" class=\"star star-1\"><\/label>\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star4\" class=\"radio-2\" value=\"4\">\n                            <label for=\"add_review__star4\" title=\"Great\" class=\"star star-2\"><\/label>\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star3\" class=\"radio-3\" value=\"3\">\n                            <label for=\"add_review__star3\" title=\"Average\" class=\"star star-3\"><\/label>\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star2\" class=\"radio-4\" value=\"2\">\n                            <label for=\"add_review__star2\" title=\"Poor\" class=\"star star-4\"><\/label>\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star1\" class=\"radio-5\" value=\"1\">\n                            <label for=\"add_review__star1\" title=\"Bad\" class=\"star star-5\"><\/label>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <p class=\"ReviewLogoText\">REX Real Estate was a discount brokerage that aimed to lower selling costs by avoiding MLS listings and reducing agent commissions. The company operated in select U.S. markets before shutting down most operations.<\/p>\n        <div class=\"reqRattingNewHolderBoxLower\">\n            <div class=\"col_50 prosBox\">\n                <p class=\"reviewPros\">Pros <span class=\"arrow\"><\/span><\/p>\n                <ul style=\"display: none;\">\n                    <li>Lower commission promise<\/li><li>Digital marketing focus<\/li><li>Potential buyer rebate options<\/li>                <\/ul>\n            <\/div>\n            <div class=\"col_50 consBox\">\n                <p class=\"reviewCons\">Cons <span class=\"arrow\"><\/span><\/p>\n                <ul style=\"display: none;\">\n                    <li>No MLS listing reduces exposure<\/li><li>Often led to longer sale times<\/li><li>Company operations largely ceased<\/li>                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n    <script>\n    function setupToggle(triggerClass) {\n        document.querySelectorAll('.' + triggerClass).forEach(el => {\n            el.addEventListener('click', () => {\n                const ul = el.nextElementSibling;\n                const arrow = el.querySelector('.arrow');\n                const isVisible = window.getComputedStyle(ul).display === 'block';\n\n                \/\/ Toggle only the clicked one\n                if (isVisible) {\n                    ul.style.display = 'none';\n                    arrow.classList.remove('up');\n                } else {\n                    ul.style.display = 'block';\n                    arrow.classList.add('up');\n                }\n            });\n        });\n    }\n\n    setupToggle('reviewPros');\n    setupToggle('reviewCons');\n    <\/script>\n    <script>\n        var inputs = document.querySelectorAll(\".ratingstarwrap .rating input\");\n        inputs.forEach(function(input) {\n            input.addEventListener(\"click\", function(e) {\n                var inputValue = e.target.value;\n                var starPick = \"list__star\" + inputValue;\n                document.getElementById(starPick).checked = true;\n                var element = document.getElementById(\"reviewTabWrapper\");\n                element.scrollIntoView({\n                behavior: \"smooth\",\n                block: \"center\" \/\/ or \"center\" or \"end\" or \"nearest\"\n            });\n\n            });\n        });\n\n\n        \/\/ document.querySelector(\".toUserReviews\").addEventListener(\"click\", function(){\n        \/\/     document.getElementById(\"reviewList\").scrollIntoView({\n        \/\/         behavior: \"smooth\"  \n        \/\/     });\n        \/\/ });\n        \/\/ document.querySelector(\".toUserReview\").addEventListener(\"click\", function(){\n        \/\/     document.getElementById(\"reviewList\").scrollIntoView({\n        \/\/         behavior: \"smooth\"  \n        \/\/     });\n        \/\/ });\n\n        document.querySelector(\".writeReview\").addEventListener(\"click\", function () {\n            const form = document.getElementById(\"myForm\");\n            const textarea = form.querySelector(\".reviewerDescription\");\n\n            form.scrollIntoView({ behavior: \"smooth\", block: \"center\" });\n\n            const ensureScrollAndFocus = () => {\n                const formPosition = form.getBoundingClientRect().top;\n\n                if (formPosition >= 0 && formPosition < window.innerHeight) {\n                    \/\/ Form is in view; now focus the textarea\n                    if (textarea) {\n                        textarea.focus();\n                    }\n                } else {\n                    \/\/ Wait for next frame and check again\n                    requestAnimationFrame(ensureScrollAndFocus);\n                }\n            };\n\n            ensureScrollAndFocus();\n        });\n\n\n    <\/script>\n        \n\n\n\n<p class=\"margin-top-28\" id=\"What-is-REX\">REX Real Estate is a discount brokerage that provides services in <a   href=\"#Locations\">16 states<\/a>. They charge a 2.5% listing agent commission. REX doesn&#8217;t list your home on the MLS. Instead, they advertise it on platforms like <a  href=\"https:\/\/www.houzeo.com\/blog\/zillow-for-sale-by-owner\/\" target=\"_blank\" rel=\"noreferrer noopener\">Zillow<\/a> and Facebook to find an unrepresented buyer.<\/p>\n\n\n\n<p>This approach allows sellers to save on the buyer agent commission. But it&#8217;s crucial to consider its potential impact. Homes listed on the MLS sell for <a  href=\"https:\/\/www.brightmls.com\/article\/on-off-mls-study#:~:text=more%20%7C%20Bright%20MLS-,On%2FOff%20MLS%20Study%3A%20Homes%20marketed%20through%20the%20MLS%20sell,than%20homes%20sold%20off%2DMLS.\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">16.98%<\/a> higher than those without an MLS listing. So, you may lose thousands of dollars on your home&#8217;s sale with REX.<\/p>\n\n\n\n<p>Additionally, a cash buyer marketplace can help you get fair value for your home. You can receive offers within a short time. You also get to compare multiple buyers instead of accepting one low offer.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<ul class=\"check-minus-content-list\" style=\"background-color: #dff0ff; padding:20px; margin-left:-5px;\">\n\u270d\ufe0f <b>Editor&#8217;s Take: We recommend you opt for cash buyer marketplaces.<\/b> They connect you with nationwide investors and buyers, increasing your chances of getting multiple cash offers. This way, you can choose the best offer and close the deal faster.<\/ul>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<script type=\"module\" crossorigin=\"\" src=\"https:\/\/msf.listwithclever.com\/cleveroffers.js\"><\/script>\n<msf-cashbuyer-wc-app accent-color=\"#3454d1\" api-url=\"https:\/\/api.listwithclever.com\/v2\/\" client-key=\"b78a539b-77fa-4576-894a-d0f574420058\" client-token=\"ed03a2c6-d7f0-4558-b157-b50cc1bd6904\" starting-component=\"cta\" start-form-button-text=\"Compare Cash Offers\" start-form-title=\"\u26a1\ufe0f Get fast cash offers near you\" start-form-text=\"Powered by Clever, this tool helps you find fast cash offers from home buyers.\">\n<\/msf-cashbuyer-wc-app>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"Legit\"><strong>Is REX Real Estate Legitimate?<\/strong><\/h2>\n\n\n\n<p>Yes, REX Real Estate is a legitimate brokerage company. Jack Ryan founded the company in 1987. They collaborate with licensed agents and operate in select markets across 16 U.S. states. REX is not accredited by <a  href=\"https:\/\/www.bbb.org\/us\/ca\/woodland-hills\/profile\/real-estate\/rex-real-estate-exchange-inc-1216-873298\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">BBB<\/a> and has a B- rating.<\/p>\n\n\n\n<p>REX Real Estate reportedly observed a downfall and ceased operations, leading to staff layoffs and the closure of specific offices. The company accused Zillow of their shutdown.<\/p>\n\n\n\n<h3 class=\"margin-top-15 wp-block-heading\"><strong>REX vs. Zillow Lawsuit<\/strong><\/h3>\n\n\n\n<p>In March 2021, REX filed a lawsuit against Zillow. They claimed that Zillow&#8217;s site modification showed non-MLS listings in a secondary tab. Zillow made this change in January 2021 to comply with NAR guidelines.<\/p>\n\n\n\n<p>REX alleged that the modification led to a significant loss of traffic. This drove consumers back to the MLS system and benefited NAR&#8217;s members. The lawsuit accused Zillow of limiting the competition, using deceptive practices, and false advertising.<\/p>\n\n\n\n<p>In September 2023, Zillow won the case as the jury found their practices to be within acceptable standards.<\/p>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"Locations\"><strong>REX Real Estate Locations<\/strong><\/h2>\n\n\n\n<p>REX Real Estate is a licensed real estate brokerage in&nbsp;16 states, highlighted in the map below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"840px\" height=\"450px\" src=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2024\/01\/REX-RE-Map-1024x550.webp\" alt=\"\" class=\"wp-image-478671\" srcset=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2024\/01\/REX-RE-Map-1024x550.webp 1024w, https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2024\/01\/REX-RE-Map-300x161.webp 300w, https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2024\/01\/REX-RE-Map-768x413.webp 768w, https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2024\/01\/REX-RE-Map-1536x826.webp 1536w, https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2024\/01\/REX-RE-Map-2048x1101.webp 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"Work\"><strong>How Does REX Real Estate Work?<\/strong><\/h2>\n\n\n\n<p>Home selling with REX is different from other <a  href=\"https:\/\/www.houzeo.com\/blog\/top-real-estate-companies\/\" target=\"_blank\" rel=\"noreferrer noopener\">real estate companies<\/a>. Instead of listing your home on the MLS, they list it on Zillow, Trulia, Google, Facebook, Instagram, Bing, and in print.<\/p>\n\n\n\n<p>This allows you to find a home buyer who is not represented by the agent and can save on the buyer agent commissions. In case you don&#8217;t, REX advises you to sell to a buyer represented by an agent.<\/p>\n\n\n\n<h2 class=\"margin-top-15 wp-block-heading\" id=\"Cost\"><strong>REX Listing Fee<\/strong><\/h2>\n\n\n\n<p>REX charges 2.5% of the home&#8217;s sale price, with a minimum fee of $9,000. If your home sells for below $360,000, you end up paying more than the advertised 2.5% commission.<\/p>\n\n\n\n<p>While REX claims savings on the buyer agent commission, this isn&#8217;t always the case. If their initial strategy doesn&#8217;t work, you will have to pay a 3% buyer agent commission. Several REX Real Estate reviews also highlight this issue.<\/p>\n\n\n\n<p>This approach not only elevates the total payable commission to 5.5% but also impacts your home&#8217;s value. Additionally, if your property stays on the market for longer, its value can decrease. This benefits the buyers in negotiations.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"sellingbuying\"><strong>REX Real Estate Services<\/strong><\/h2>\n\n\n\n<p><strong>\u00bb Jump to:<\/strong>&nbsp;<a   href=\"#Sell-with-REX\">For Sellers<\/a>&nbsp;|&nbsp;<a   href=\"#Buy-with-REX\">For Buyers<\/a><\/p>\n\n\n\n<p>REX offers various services to both sellers and buyers.<\/p>\n\n\n\n<h3 class=\"margin-top-15 wp-block-heading\" id=\"Sell-with-REX\"><strong>Selling With REX<\/strong><\/h3>\n\n\n\n<p>While you sell with REX, their agent, or another member of their team, will assist you throughout the process. However, your home won&#8217;t get listed on the MLS. The services you&#8217;ll get are:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a  href=\"https:\/\/www.houzeo.com\/blog\/how-to-price-your-home-for-sale\/\" target=\"_blank\" rel=\"noreferrer noopener\">Pricing the property<\/a><\/li><li>Open house showing management<\/li><li><a  href=\"https:\/\/www.houzeo.com\/blog\/real-estate-photography\/\" target=\"_blank\" rel=\"noreferrer noopener\">Professional photography<\/a><\/li><li>Negotiating offers with buyers<\/li><li>Closing <\/li><\/ul>\n\n\n\n<h3 class=\"margin-top-28 wp-block-heading\" id=\"Buy-with-REX\"><strong>Buying With REX<\/strong><\/h3>\n\n\n\n<p>If you are a buyer, REX Real Estate connects you with a dedicated agent. Your agent assists you with offers, negotiations, paperwork, and closing. Additionally, you can get a rebate that is 1% of the home&#8217;s purchase price.<\/p>\n\n\n\n<p>Buyer rebates often have associated terms and restrictions. State regulations and mortgage lender policies may also impose limitations. It&#8217;s crucial to inquire with your agent to fully understand the conditions surrounding the rebate.<\/p>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"Reviews\"><strong>REX Real Estate Reviews<\/strong><\/h2>\n\n\n\n<p>Based on 7 reviews, REX Real Estate has a 3.8 out of 5-star rating on <a  href=\"https:\/\/www.bbb.org\/us\/ca\/woodland-hills\/profile\/real-estate\/rex-real-estate-exchange-inc-1216-873298\/customer-reviews\" target=\"_blank\" rel=\"noreferrer noopener\">BBB<\/a>. We could not find their reviews on other credible websites.<\/p>\n\n\n\n<h3 class=\"margin-top-15 wp-block-heading\"><strong>REX Real Estate Reviews: Praises<\/strong><\/h3>\n\n\n\n<p>\u2705 Tami M. has praised REX&#8217;s professionalism and services.<\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">Tami M<\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2021<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:100%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">We used REX to purchase a home in TX in 2019, and could not have had a better experience. It wasn&#8217;t our first time purchasing a home, but our agent Kate Ward still walked us through everything and made sure we were making educated decisions. The rebate we got from purchasing with REX was a huge benefit and allowed us to splurge a bit on some furniture! We will definitely be using REX in the future.<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Better Business Bureau<\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<div style=\"height:14px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"margin-top-15\">\u2705 Leanne J. said that REX is easy to work with and provides good service.<\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">Leanne J<\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2021<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:100%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">I was a first-time homebuyer with very little knowledge about the industry or how buying a home even worked. REX made the whole process seamless and they were always available to answer my questions. Their professionalism, knowledge, and hard work were respected and appreciated.<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Better Business Bureau<\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<h3 class=\"margin-top-28 wp-block-heading\"><strong><strong>REX Real Estate Reviews: Complaints<\/strong><\/strong><\/h3>\n\n\n\n<p> \u274c Alice M. said that REX is competent but lacks sources to help you sell your house.<\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">Alice M<\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2020<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:20%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">\u2026in 3 months they only had 1 showing\u2026virtually&#8230;they promised at least 1 open house a month, they did not have any open houses.Also, after i listed the property I was informed that if another broker brought a buyer that I would have to negotiate their commission on top of the commission that I would owe to Rex&#8230;I listed my property with a full service broker who sold the property in 9 days for more money.<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Better Business Bureau<\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"margin-top-15\">\u274c Carol T. explained the sluggishness of REX Real Estate and their lack of concern for customer satisfaction.<\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">Carol T<\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2021<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:20%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">Our house was in a prime sought after market \u2013 5 open houses and only 3 people showed up. The last 40 days of our 90 agreement not a single showing. Why \u2013 because real estate agents in the market black list your house and will not show it. Listed with an agent the day after our contract ended with Rex \u2013 2 showings first day, 3 showings second day and 5 people at open house on day 3 and Boom multiple offers.<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Better Business Bureau<\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"proscons\"><strong>REX Real Estate Reviews: Pros and Cons<\/strong><\/h2>\n\n\n\n<p>Let&#8217;s see the pros and cons of REX Real Estate:<\/p>\n\n\n\n<h3 class=\"margin-top-15 wp-block-heading\">\ud83d\udc4d <strong>Pros<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Savings:<\/strong> The company offers an opportunity to save on a buyer agent commission. However, the savings depend on a case-by-case basis.<\/li><li><strong>Personalized Support:<\/strong> REX&#8217;s agents provide customized support during home sales and make it an exclusive experience for the home seller.<\/li><li><strong>Buyer Rebate:<\/strong> Home buyers can get up to a 1% rebate with REX Real Estate.<\/li><\/ul>\n\n\n\n<h3 class=\"margin-top-15 wp-block-heading\">\ud83d\udc4e <strong>Cons<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Limited Visibility:<\/strong> REX Real Estate doesn&#8217;t list your property on the MLS. This significantly reduces the exposure that your property gets.<\/li><li><strong>Risk of Reduced Price:<\/strong> It could take you longer to sell the property if you receive less exposure. Longer market times give the buyers an advantage in negotiations for your property.<\/li><\/ul>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"Alternatives\"><strong>Competitors of REX Real Estate<\/strong><\/h2>\n\n\n\n<p id=\"REX-vs.-Redfin\"><strong>\u00bb Jump to:<\/strong> <a   href=\"#REX-vs.-Houzeo\">REX vs. Houzeo<\/a> | <a   href=\"#Redfin\">REX vs. Redfin<\/a> | <a   href=\"#REX-vs.-Homie\">REX vs. Homie<\/a><\/p>\n\n\n\n<p>Here are 3 alternate companies you can consider:<\/p>\n\n\n\n<h3 class=\"margin-top-15 wp-block-heading\" id=\"REX-vs.-Houzeo\"><strong>1. REX vs. Houzeo<\/strong><\/h3>\n\n\n\n<p>While REX allows you to save buyer agent commission, <a  href=\"https:\/\/www.houzeo.com\" target=\"_blank\" rel=\"noreferrer noopener\">Houzeo<\/a> offers you savings on listing agent commission. Houzeo charges $429 + 0.5% commission instead of the conventional 3%. <\/p>\n\n\n\n<p>Moreover, Houzeo lists your home as <a  href=\"https:\/\/www.houzeo.com\/blog\/how-to-sell-a-house-by-owner\/\" target=\"_blank\" rel=\"noreferrer noopener\">FSBO<\/a>. So, you also have the opportunity to save on the buyer agent commission.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div id=\"footable_parent_487538\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui \">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"487538\" data-filter-delay=\"1000\" aria-label=\"REX Real Estate vs. Houzeo\"            id=\"footable_487538\"\n           data-unique_identifier=\"ninja_table_unique_id_3598127373_487538\"\n           class=\" foo-table ninja_footable foo_table_487538 ninja_table_unique_id_3598127373_487538 ui table  nt_type_legacy_table selectable striped vertical_centered  footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    <\/colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_parameter \">Parameter<\/th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_houwzer \"><center>REX Real Estate<\/center><\/th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_houzeo \"><center>Houzeo<\/center><\/th><\/tr>\n<\/thead>\n<tbody>\n\n        <tr data-row_id=\"16139\" class=\"ninja_table_row_0 nt_row_id_16139\">\n            <td><strong>Listing Fee<strong><\/td><td><center>2.5%<\/center><\/td><td><center>$399 + 0.5% at closing<\/center><\/td>        <\/tr>\n            <tr data-row_id=\"16140\" class=\"ninja_table_row_1 nt_row_id_16140\">\n            <td><strong>Customer Rating<strong><\/td><td><center><strong>4.8 stars<\/strong> (7 reviews)<\/center><\/td><td><center><strong>4.9 stars<\/strong> (7,140 reviews)<\/center><\/td>        <\/tr>\n            <tr data-row_id=\"16141\" class=\"ninja_table_row_2 nt_row_id_16141\">\n            <td><strong>Coverage<strong><\/td><td><center>16 states<\/center><\/td><td><center>47 states + Washington D.C.<\/center><\/td>        <\/tr>\n            <tr data-row_id=\"16147\" class=\"ninja_table_row_3 nt_row_id_16147\">\n            <td><strong>MLS Listing<strong><\/td><td><center>\u274c<\/center><\/td><td><center>\u2705<\/center><\/td>        <\/tr>\n            <tr data-row_id=\"16142\" class=\"ninja_table_row_4 nt_row_id_16142\">\n            <td><strong>Cancel Anytime<strong><\/td><td><center>\u274c<\/center><\/td><td><center>\u2705<\/center><\/td>        <\/tr>\n            <tr data-row_id=\"16144\" class=\"ninja_table_row_5 nt_row_id_16144\">\n            <td><strong>Showings Management Platform<strong><\/td><td><center>\u274c<\/center><\/td><td><center>\u2705<\/center><\/td>        <\/tr>\n            <tr data-row_id=\"16145\" class=\"ninja_table_row_6 nt_row_id_16145\">\n            <td><strong>Offer Management Platform<strong><\/td><td><center>\u274c<\/center><\/td><td><center>\u2705<\/center><\/td>        <\/tr>\n    <\/tbody><!--ninja_tobody_rendering_done-->\n    <\/table>\n    \n    \n    \n<\/div>\n\n\n\n\n<h3 class=\"margin-top-15 wp-block-heading\" id=\"Redfin\"><strong>2. REX vs. Redfin<\/strong><\/h3>\n\n\n\n<p>REX charges a 1.5% listing commission but extends an opportunity to omit the buyer agent commission. On the other hand, <a  href=\"https:\/\/www.houzeo.com\/blog\/redfin-reviews\/\" target=\"_blank\" rel=\"noreferrer noopener\">Redfin<\/a> is a discounted brokerage. With them, you pay 1.5% listing agent commission and 3% buyer agent commission.<\/p>\n\n\n\n<p>The major difference between the two companies is the absence of MLS listing in REX&#8217;s approach. Redfin syndicates listings across all local MLS platforms.<\/p>\n\n\n\n<h3 class=\"margin-top-15 wp-block-heading\" id=\"REX-vs.-Homie\"><strong>3. REX<\/strong> <strong>vs. Homie<\/strong><\/h3>\n\n\n\n<p>While REX charges a 2.5% commission with a minimum fee of $9,000, <a  href=\"https:\/\/www.houzeo.com\/blog\/homie-reviews\/\" target=\"_blank\" rel=\"noreferrer noopener\">Homie<\/a> charges $5,000. So, Homie is more affordable. Homie also offers an MLS listing. So, Homie is a better choice for you.<\/p>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"discount-brokers-near-me\"><strong>Discount Real Estate Brokers Near Me<\/strong>&nbsp;\ud83d\udd0e<\/h2>\n\n\n\n<p>Looking for more options? We\u2019ve compiled a list of the best discount real estate brokers in each state. Click on your state to check them out!<\/p>\n\n\n<div id=\"footable_parent_70390\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui \">\n                <table data-ninja_table_instance=\"ninja_table_instance_1\" data-footable_id=\"70390\" data-filter-delay=\"1000\" aria-label=\"low commission - states and cities\"            id=\"footable_70390\"\n           data-unique_identifier=\"ninja_table_unique_id_486932147_70390\"\n           class=\" foo-table ninja_footable foo_table_70390 ninja_table_unique_id_486932147_70390 ui table  ninja_search_right nt_type_legacy_table celled vertical_centered  footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    <\/colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_region \">Region<\/th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_full_service_agents \">States\/Cities<\/th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_states \">Discount Realtors \/ Low Commission Real Estate Agents and Companies<\/th><\/tr>\n<\/thead>\n<tbody>\n\n        <tr data-row_id=\"3949\" class=\"ninja_table_row_0 nt_row_id_3949\">\n            <td><b>Northeast<\/b><\/td><td><b>States<\/b><\/td><td><a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-connecticut\/\" target=\"_blank\"> Connecticut<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-massachusetts\/\" target=\"_blank\"> Massachusetts<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-new-hampshire\/\" target=\"_blank\"> New Hampshire<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-new-jersey\/\" target=\"_blank\"> New Jersey<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-new-york\/\" target=\"_blank\"> New York<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-pennsylvania\/\" target=\"_blank\"> Pennsylvania<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-rhode-island\/\" target=\"_blank\"> Rhode Island<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-vermont\/\" target=\"_blank\"> Vermont<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-delaware\/\" target=\"_blank\"> Delaware<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-maine\/\" target=\"_blank\"> Maine<\/a><\/td>        <\/tr>\n            <tr data-row_id=\"3951\" class=\"ninja_table_row_1 nt_row_id_3951\">\n            <td><b>Northeast<\/b><\/td><td><b>Key Cities<\/b><\/td><td><a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-albany-ny\/\" target=\"_blank\"> Albany, NY<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/top-discount-real-estate-brokers-in-lawrence-ma\/\" target=\"_blank\"> Lawrence, MA<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-pittsburgh-pa\/\" target=\"_blank\"> Pittsburgh, PA<\/a><\/td>        <\/tr>\n            <tr data-row_id=\"3954\" class=\"ninja_table_row_2 nt_row_id_3954\">\n            <td><b>Midwest<\/b><\/td><td><b>States<\/b><\/td><td><a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-illinois\/\" target=\"_blank\"> Illinois<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-indiana\/\" target=\"_blank\"> Indiana<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-iowa\/\" target=\"_blank\">   Iowa<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-kansas\/\" target=\"_blank\"> Kansas<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-michigan\/\" target=\"_blank\"> Michigan<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-minnesota\/\" target=\"_blank\"> Minnesota<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-missouri\/\" target=\"_blank\"> Missouri<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-nebraska\/\" target=\"_blank\"> Nebraska<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-north-dakota\/\" target=\"_blank\"> North Dakota<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-ohio\/\" target=\"_blank\"> Ohio<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-south-dakota\/\" target=\"_blank\"> South Dakota<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-wisconsin\/\" target=\"_blank\"> Wisconsin<\/a><\/td>        <\/tr>\n            <tr data-row_id=\"3948\" class=\"ninja_table_row_3 nt_row_id_3948\">\n            <td><b>Midwest<\/b><\/td><td><b>Key Cities<\/b><\/td><td><a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-milwaukee-wi\/\" target=\"_blank\"> Milwaukee, WI<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-kenosha-wi\/\" target=\"_blank\"> Kenosha, WI<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-chicago\/\" target=\"_blank\"> Chicago, IL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-westchester-il\/\" target=\"_blank\"> Westchester, IL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-indianapolis\/\" target=\"_blank\"> Indianapolis, IN<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-elk-river-mn\/\"target=\"_blank\"> Elk River, MN<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/best-discount-real-estate-brokers-st-louis-mo\/\" target=\"_blank\"> St. Louis, MO<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-kansas-city-mo\/\"target=\"_blank\"> Kansas City, MO<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-omaha-ne\/\"target=\"_blank\"> Omaha, NE<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-cleveland-ohio\/\"target=\"_blank\">  Cleveland, OH<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-cincinnati-oh\/\"target=\"_blank\">  Cincinnati, OH<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-columbus-ohio\/\"target=\"_blank\"> Columbus, OH<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-dayton-oh\/\"target=\"_blank\">  Dayton, OH<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-naperville-il\/\"target=\"_blank\">  Naperville, IL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-eureka-mo\/\"target=\"_blank\">  Eureka, MO<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-st-charles-mo\/\"target=\"_blank\"> St Charles, MO<\/a><\/td>        <\/tr>\n            <tr data-row_id=\"3953\" class=\"ninja_table_row_4 nt_row_id_3953\">\n            <td><b>South<\/b><\/td><td><b>States<\/b><\/td><td><a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-alabama\/\" target=\"_blank\"> Alabama <\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-arkansas\/\" target=\"_blank\"> Arkansas<\/a>| <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-florida\/\" target=\"_blank\"> Florida<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-georgia\/\" target=\"_blank\"> Georgia<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-kentucky\/\" target=\"_blank\"> Kentucky<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-louisiana\/\" target=\"_blank\"> Louisiana<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-maryland\/\" target=\"_blank\"> Maryland<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-mississippi\/\" target=\"_blank\"> Mississippi<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-north-carolina\/\" target=\"_blank\"> North Carolina<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-oklahoma\/\" target=\"_blank\"> Oklahoma<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-south-carolina\/\" target=\"_blank\"> South Carolina<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-tennessee\/\" target=\"_blank\"> Tennesse<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-virginia\/\" target=\"_blank\"> Virginia<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-texas\/\" target=\"_blank\"> Texas<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-washington-dc\/\" target=\"_blank\"> Washington, D.C.<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-west-virginia\/\" target=\"_blank\"> West Virginia <\/a><\/td>        <\/tr>\n            <tr data-row_id=\"3950\" class=\"ninja_table_row_5 nt_row_id_3950\">\n            <td><b>South<\/b><\/td><td><b>Key Cities<\/b><\/td><td><a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-austin-tx\/\" target=\"_blank\">Austin, TX<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-dallas-tx\/\" target=\"_blank\">Dallas, TX<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-houston-tx\/\" target=\"_blank\">Houston, TX<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-san-antonio\/\" target=\"_blank\">San Antonio, TX<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-georgetown-tx\/\" target=\"_blank\">Georgetown, TX<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-raleigh-nc\/\" target=\"_blank\">Raleigh, NC<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/best-discount-real-estate-brokers-charlotte-nc\/\" target=\"_blank\">Charlotte, NC<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-asheville-nc\/\" target=\"_blank\">Asheville, NC<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-greenville-sc\/\" target=\"_blank\">Greenville, SC<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-atlanta-ga\/\" target=\"_blank\">Atlanta, GA<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-fort-lauderdale-fl\/\" target=\"_blank\">Fort Lauderdale, FL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-sarasota-fl\/\" target=\"_blank\">Sarasota, FL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-naples-florida\/\" target=\"_blank\">Naples, FL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-marco-island-florida\/\" target=\"_blank\">Marco Island, FL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-pasco-county-fl\/\" target=\"_blank\">Pasco County, FL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-panama-city-beach-florida\/\" target=\"_blank\">Panama City Beach, FL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-jacksonville-fl\/\" target=\"_blank\">Jacksonville, FL<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-nashville-tn\/\" target=\"_blank\">Nashville, TN<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-louisville-ky\/\" target=\"_blank\">Louisville, KY<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/best-discount-real-estate-brokers-richmond-va\/\" target=\"_blank\">Richmond, VA<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-haymarket-va\/\" target=\"_blank\">Haymarket, VA<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-northern-virginia\/\" target=\"_blank\">Northern Virginia<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-chesapeake-va\/\" target=\"_blank\">Chesapeake, VA<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-oklahoma-city\/\" target=\"_blank\">Oklahoma City, OK<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-mooresville-nc\/\" target=\"_blank\">Mooresville, NC<\/a><\/td>        <\/tr>\n            <tr data-row_id=\"3955\" class=\"ninja_table_row_6 nt_row_id_3955\">\n            <td><b>West<\/b><\/td><td><b>States<\/b><\/td><td><a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-alaska\/\"target=\"_blank\">Alaska<\/a> |  <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-arizona\/\"target=\"_blank\">Arizona<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-california\/\"target=\"_blank\">California<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-colorado\/\" target=\"_blank\">Colorado<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-hawaii\/\" target=\"_blank\">Hawaii<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-idaho\/\" target=\"_blank\">Idaho<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-montana\/\" target=\"_blank\">Montana<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-nevada\/\" target=\"_blank\">Nevada<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-new-mexico\/\"target=\"_blank\">New Mexico<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-oregon\/\" target=\"_blank\">Oregon<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-utah\/\" target=\"_blank\">Utah<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-washington-state\/\" target=\"_blank\">Washington<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-wyoming\/\" target=\"_blank\">Wyoming <\/a><\/td>        <\/tr>\n            <tr data-row_id=\"3952\" class=\"ninja_table_row_7 nt_row_id_3952\">\n            <td><b>West<\/b><\/td><td><b>Key Cities<\/b><\/td><td><a href=\"https:\/\/www.houzeo.com\/blog\/discount-realtors-phoenix\/\" target=\"_blank\">Phoenix, AZ<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-denver\/\" target=\"_blank\">Denver, CO<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-colorado-springs\/\" target=\"_blank\">Colorado Springs, CO<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-fort-collins-co\/\" target=\"_blank\">Fort Collins, CO<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-loveland-co\/\" target=\"_blank\">Loveland, CO<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-seattle-wa\/\"target=\"_blank\">Seattle, WA<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-camano-island\/\"target=\"_blank\">Camano Island, WA<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-los-angeles\/\"target=\"_blank\">Los Angeles, CA<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-orange-county\/\"target=\"_blank\">Orange County, CA<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-san-diego-ca\/\"target=\"_blank\">San Diego, CA<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-san-jose-ca\/\"target=\"_blank\">San Jose, CA<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-sacramento\/\"target=\"_blank\">Sacramento, CA<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-ventura-ca\/\" target=\"_blank\">Ventura, CA<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-indio-ca\/\" target=\"_blank\">Indio, CA<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-san-francisco\/\" target=\"_blank\">San Francisco, CA<\/a> | <a href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-boise-idaho\/\" target=\"_blank\">Boise, ID<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-las-vegas-nv\/\"target=\"_blank\">Las Vegas, NV<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-ewa-beach-hi\/\"target=\"_blank\">Ewa Beach, HI<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-pearl-city-hi\/\"target=\"_blank\">Pearl City, HI<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-maui-hawaii\/\"target=\"_blank\">Maui, HI<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-honolulu-hi\/\"target=\"_blank\">Honolulu, HI<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-albuquerque\/\"target=\"_blank\">Albuquerque, NM<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-eugene-or\/\"target=\"_blank\">Eugene, OR<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-portland-oregon\/\"target=\"_blank\">Portland, OR<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-in-vancouver-wa\/\" target=\"_blank\" rel=\"noreferrer noopener\">Vancouver, WA<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-oahu-hi\/\"target=\"_blank\">Oahu, HI<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-san-fernando-valley-ca\/\"target=\"_blank\">San Fernando Valley, CA<\/a> | <a href =\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers-ramona-ca\/\"target=\"_blank\">Ramona, CA<\/a><\/td>        <\/tr>\n    <\/tbody><!--ninja_tobody_rendering_done-->\n    <\/table>\n    \n    \n    \n<\/div>\n\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\"><strong>Other Options You Should Consider<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Sell to iBuyers<\/strong>:&nbsp;<a  href=\"https:\/\/www.houzeo.com\/blog\/ibuyer-opendoor-reviews\/\" target=\"_blank\" rel=\"noreferrer noopener\">iBuyers<\/a>&nbsp;make an offer on your property within 24-48 hours and can close within 7 days. Most iBuyers like&nbsp;Opendoor&nbsp;and&nbsp;Offerpad&nbsp;are also known to offer the&nbsp;<a  href=\"https:\/\/www.houzeo.com\/blog\/what-is-fair-market-value-and-how-to-find-it\/\" target=\"_blank\" rel=\"noreferrer noopener\">fair market value<\/a>&nbsp;(FMV) of your property.<\/li><li><strong>Sell FSBO With Flat Fee MLS Services:<\/strong>&nbsp;Flat Fee MLS websites will help you <a  href=\"https:\/\/www.houzeo.com\/blog\/how-to-sell-a-house-by-owner\/\" target=\"_blank\" rel=\"noreferrer noopener\">sell a house by owner<\/a> and save thousands in listing agent commission. They will provide maximum exposure, professional services, and paperwork assistance.<\/li><li><strong>Sell to \u201cCash for Houses\u201d Companies<\/strong>: Unlike iBuyers, \u201ccash for houses\u201d companies help you&nbsp;<a  href=\"https:\/\/www.houzeo.com\/blog\/selling-a-house-as-is\/\" target=\"_blank\" rel=\"noreferrer noopener\">sell your house as-is<\/a>. They can even close within 7 days.&nbsp;<a  href=\"https:\/\/www.houzeo.com\/blog\/we-buy-houses-for-cash-companies\/\" target=\"_blank\" rel=\"noreferrer noopener\">Cash-for-houses companies<\/a>&nbsp;also make cash offers for homes outside metro areas or in difficult-to-sell locations.<\/li><\/ul>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"Conclusion\"><strong>Is REX Real Estate Worth It?<\/strong><\/h2>\n\n\n\n<p>If you&#8217;re buying with REX, you can save some money with their commission rebates. However, to sell a home, you should consider the possible trade-offs.<\/p>\n\n\n\n<p>Firstly, the absence of an MLS listing means missing out on a broad pool of potential buyers. Secondly, there&#8217;s no guarantee of getting an unrepresented buyer, resulting in an additional 3% commission. Lastly, not listing your home on the MLS may lead to a loss in equity.<\/p>\n\n\n\n<p>We recommend you to list on the MLS with <a  href=\"https:\/\/www.houzeo.com\/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">Houzeo<\/a>. When you list on the MLS, you get exposure in the biggest marketplace. Additionally, Houzeo&#8217;s comprehensive <a  href=\"https:\/\/www.houzeo.com\/products\/intellilist-listing-management\" target=\"_blank\" rel=\"noreferrer noopener\">dashboard<\/a>, 100% online process, and customer support make home selling easy.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>\u00bb&nbsp;<a  href=\"https:\/\/www.realestatequeen.com\/houzeo-reviews\/\" target=\"_blank\" rel=\"noreferrer noopener\">Houzeo Reviews<\/a>:<\/strong>&nbsp;Check out why more than 7,000 home sellers have rated Houzeo 4.9 stars out of 5.<\/p>\n\n\n\n<div class=\"Savingsblockfinal margin-top-28\">\n<p class=\"headMaintext\">\ud83d\udcde <strong> Need Help? Schedule a FREE Consultation<\/strong><\/p>\n<br>\n<p>A Houzeo expert can answer all your questions regarding our technology.<\/p>\n<br><span class=\"wrapBtn\"><a  class=\"btnOrange\" style=\"margin-top: 15px\" href=\"https:\/\/calendly.com\/support-ngy\/houzeo?utm_source=blog&#038;utm_medium=rex+real+estate+reviews\" target=\"_blank\" rel=\"noopener\">Book a FREE Call<\/a><\/span>\n<\/div>\n<p>&nbsp;<\/p>\n\n\n\n<h2 class=\"margin-top-28 wp-block-heading\" id=\"FAQs\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n\n\t\t<div class=\"wp-faq-schema-wrap wp-faq-schema-accordion\">\n\t\t\t\t\t\t<div class=\"wp-faq-schema-items\">\n\t\t\t\t\t\t\t\t\t<p class=\"ui-accordion-header\">\n\t\t\t\t\t\tWhat is REX Real Estate?\t\t\t\t\t\t<span class=\"ui-accordion-header-icon ui-icon ui-icon-triangle-1-s\"><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"ui-accordion-content\">\n\t\t\t\t\t\t<p>REX Real Estate is a real estate brokerage that has adopted a unique approach to offering savings on <a style=\"font-style: inherit;font-weight: inherit\" href=\"https:\/\/www.houzeo.com\/blog\/average-real-estate-agent-commission\/\" target=\"_blank\" rel=\"noopener\" data-wpel-link=\"internal\">real estate commissions<\/a>. They help you advertise your home on websites like Zillow, Facebook, and Instagram.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<p class=\"ui-accordion-header\">\n\t\t\t\t\t\tWho are REX&#039;s top competitors?\t\t\t\t\t\t<span class=\"ui-accordion-header-icon ui-icon ui-icon-triangle-1-s\"><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"ui-accordion-content\">\n\t\t\t\t\t\t<p>REX's top competitors include discount real estate companies like Redfin, Homie, and flat fee MLS listing companies like Houzeo. If you want to compare options available in your area, check out our blog on top <a style=\"font-style: inherit;font-weight: inherit\" href=\"https:\/\/www.houzeo.com\/blog\/discount-real-estate-brokers\/\" target=\"_blank\" rel=\"noopener\" data-wpel-link=\"internal\">discount real estate brokers<\/a>.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<p class=\"ui-accordion-header\">\n\t\t\t\t\t\tHow much does REX cost you?\t\t\t\t\t\t<span class=\"ui-accordion-header-icon ui-icon ui-icon-triangle-1-s\"><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"ui-accordion-content\">\n\t\t\t\t\t\t<p>REX charges a 2.5% listing commission, similar to the conventional 2.5% to 3%. They also have a $9,000 minimum fee. However, REX provides an opportunity to save on buyer-agent commissions.  Learn how you can save up to 3% with <a href=\"#What-is-REX\" data-wpel-link=\"internal\">REX Real Estate<\/a>.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"<div class=\"new-excerpt\"><p class=\"small-desc\">REX, a technology based company that sold homes without listing them on the MLS, is shutting down. Check out the blog to know...<\/p><\/div><div class=\"reading_date\"><span class=\"readtime\">9 mins read<\/span><span class=\"date\">Sep 18, 2025<\/span><\/div>","protected":false},"author":24,"featured_media":487617,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[46277,46226],"tags":[30695,30699,30697,30701,30698,30696,30692,30694,30700,30693],"class_list":["post-5754","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-company-reviews","category-seller","tag-reviews-of-rex-homes","tag-rex-homes-review","tag-rex-real-estate-customer-reviews","tag-rex-real-estate-listings","tag-rex-real-estate-reviews","tag-rex-realty","tag-rex-realty-reviews","tag-rex-realty-users","tag-rex-reviews","tag-rexhomes-com-reviews"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>REX Real Estate Reviews: Downfall and Alternatives<\/title>\n<meta name=\"description\" content=\"REX Real Estate is a discount broker. They help you sell without paying buyer agent commission. Read REX Real Estate reviews to know more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"REX Real Estate Reviews: Downfall and Alternatives\" \/>\n<meta property=\"og:description\" content=\"REX Real Estate is a discount broker. They help you sell without paying buyer agent commission. Read REX Real Estate reviews to know more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/\" \/>\n<meta property=\"og:site_name\" content=\"Houzeo Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-18T10:03:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-29T08:11:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/REX-Real-Estate-Reviews-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"810\" \/>\n\t<meta property=\"og:image:height\" content=\"435\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Aaryesh Pundlik\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Aaryesh Pundlik\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"REX Real Estate Reviews: Downfall and Alternatives","description":"REX Real Estate is a discount broker. They help you sell without paying buyer agent commission. Read REX Real Estate reviews to know more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/","og_locale":"en_US","og_type":"article","og_title":"REX Real Estate Reviews: Downfall and Alternatives","og_description":"REX Real Estate is a discount broker. They help you sell without paying buyer agent commission. Read REX Real Estate reviews to know more.","og_url":"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/","og_site_name":"Houzeo Blog","article_published_time":"2025-09-18T10:03:47+00:00","article_modified_time":"2025-12-29T08:11:39+00:00","og_image":[{"width":810,"height":435,"url":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/REX-Real-Estate-Reviews-1.webp","type":"image\/webp"}],"author":"Aaryesh Pundlik","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Aaryesh Pundlik","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/","url":"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/","name":"REX Real Estate Reviews: Downfall and Alternatives","isPartOf":{"@id":"https:\/\/www.houzeo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/#primaryimage"},"image":{"@id":"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/#primaryimage"},"thumbnailUrl":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/REX-Real-Estate-Reviews-1.webp","datePublished":"2025-09-18T10:03:47+00:00","dateModified":"2025-12-29T08:11:39+00:00","description":"REX Real Estate is a discount broker. They help you sell without paying buyer agent commission. Read REX Real Estate reviews to know more.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.houzeo.com\/blog\/rex-real-estate-reviews\/#primaryimage","url":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/REX-Real-Estate-Reviews-1.webp","contentUrl":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/REX-Real-Estate-Reviews-1.webp","width":810,"height":435,"caption":"REX Real Estate Reviews (1)"},{"@type":"WebSite","@id":"https:\/\/www.houzeo.com\/blog\/#website","url":"https:\/\/www.houzeo.com\/blog\/","name":"Houzeo Blog","description":"","publisher":{"@id":"https:\/\/www.houzeo.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.houzeo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.houzeo.com\/blog\/#organization","name":"Houzeo","url":"https:\/\/www.houzeo.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.houzeo.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2020\/07\/new-logo.png","contentUrl":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2020\/07\/new-logo.png","width":190,"height":55,"caption":"Houzeo"},"image":{"@id":"https:\/\/www.houzeo.com\/blog\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/posts\/5754","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/comments?post=5754"}],"version-history":[{"count":99,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/posts\/5754\/revisions"}],"predecessor-version":[{"id":880238,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/posts\/5754\/revisions\/880238"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/media\/487617"}],"wp:attachment":[{"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/media?parent=5754"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/categories?post=5754"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/tags?post=5754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}