www.riveromartinrealtorsmiami.com Open in urlscan Pro
104.196.159.128  Public Scan

Submitted URL: https://riveromartinrealtorsmiami.com/
Effective URL: https://www.riveromartinrealtorsmiami.com/
Submission: On November 05 via api from BE — Scanned from US

Form analysis 4 forms found in the DOM

Name: agentForm

<form angular-validator-submit="submitAgent()" name="agentForm" angular-validator="" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-maxlength">
  <div class="form-area text-left">
    <div class="form-group">
      <label class="control-label">Name <sup>*</sup></label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="name" id="name" ng-model="agentform.name" required="" ng-readonly="sociallyRegistered == 1" aria-invalid="true">
      <div ng-show="agentForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentForm.name.$error.required" style="color:red" aria-hidden="false" class="">Name field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label">Email Address <sup>*</sup></label>
      <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="agent_email" id="agent_email" ng-model="agentform.email" required="" ng-readonly="sociallyRegistered == 1"
        aria-invalid="true">
      <div ng-show="agentForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentForm.agent_email.$error.required" style="color:red" aria-hidden="false" class="">Email field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label">Mobile Number <sup>*</sup></label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="primary_phone" id="primary_phone" ng-model="agentform.primary_phone" required="" aria-invalid="true">
      <div ng-show="agentForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentForm.primary_phone.$error.required" style="color:red" aria-hidden="false" class="">Mobile Number field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label">What Zip Code Are You Interested In</label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern ng-valid-maxlength" name="zip_code" id="zip_code" ng-model="agentform.zip_code" maxlength="7" pattern="^(\d{5}|[A-Z]\d[A-Z] ?\d[A-Z]\d)$"
        placeholder="12345" aria-invalid="false">
      <div ng-show="agentForm.zip_code.$error.pattern" aria-hidden="true" class="ng-hide">
        <div style="color:red"> Enter valid zip code !</div>
      </div>
    </div>
    <div class="form-btn-holder">
      <button type="submit" class="btn btn-comn-regal-blue btn-center ng-binding">Register</button>
    </div>
  </div>
</form>

Name: sendMessageForm

<form angular-validator-submit="submitSendMessage()" name="sendMessageForm" novalidate="" angular-validator="" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern">
  <div class="form-group">
    <label class="control-label col-xs-4">Email <span class="required">*</span></label>
    <div class="col-xs-8">
      <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="email" id="email" ng-model="sendmessage.email" required="" required-message="'Email is required'"
        invalid-message="'Invalid email'" validate-on="dirty" aria-invalid="true">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label col-xs-4">Name <span class="required">*</span></label>
    <div class="col-xs-8">
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="contactname" id="contactname" ng-model="sendmessage.name" validate-on="dirty" required-message="'Name field is required'" required=""
        aria-invalid="true">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label col-xs-4">Phone</label>
    <div class="col-xs-8">
      <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern" name="phone" id="phone" ng-model="sendmessage.phone"
        ng-pattern="/^$|^([\+][0-9]{1,3}[ \.\-])?([\(]{1}[0-9]{2,6}[\)])?([0-9 \.\-\/]{3,20})((x|ext|extension)[ ]?[0-9]{1,4})?$/" invalid-message="'Invalid phone number'" validate-on="dirty" aria-invalid="false">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label col-xs-4">Message <span class="required">*</span></label>
    <div class="col-xs-8">
      <textarea rows="3" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="msg" ng-model="sendmessage.msg" required="" required-message="'Message is required'" validate-on="dirty"
        aria-invalid="true"></textarea>
    </div>
  </div>
  <div class="form-group">
    <div class="col-xs-8 col-xs-push-4">
      <button type="submit" class="btn btn-block">Send Message</button>
    </div>
    <p class="succ-msg-home ng-binding"></p>
  </div>
</form>

Name: agentRegisterForm

<form angular-validator-submit="saveAnAgent()" name="agentRegisterForm" angular-validator="" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div class="form-area text-left">
    <div class="form-group">
      <label class="control-label" for="name">Name <sup>*</sup></label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="name" id="name" ng-model="agent_register_form.name" required="" ng-readonly="sociallyRegistered == 1" aria-invalid="true">
      <div ng-show="agentRegisterForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentRegisterForm.name.$error.required" style="color:red" aria-hidden="false" class="">Name field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label" for="agent_register_email">Email Address <sup>*</sup></label>
      <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="agent_register_email" id="agent_register_email" ng-model="agent_register_form.email" required=""
        ng-readonly="sociallyRegistered == 1" aria-invalid="true">
      <div ng-show="agentRegisterForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentRegisterForm.agent_register_email.$error.required" style="color:red" aria-hidden="false" class="">Email field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label" for="agent_register_phone">Mobile Number <sup>*</sup></label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="agent_register_phone" id="agent_register_phone" ng-model="agent_register_form.primary_phone" required="" aria-invalid="true">
      <div ng-show="agentRegisterForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentRegisterForm.agent_register_phone.$error.required" style="color:red" aria-hidden="false" class="">Mobile Number field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label" for="agent_register_zip_code">What Zip Code Are You Interested In</label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" name="agent_register_zip_code" id="agent_register_zip_code" ng-model="agent_register_form.zip_code" aria-invalid="false">
    </div>
    <div class="form-btn-holder">
      <button type="submit" class="btn btn-comn-regal-blue btn-center ng-binding">Register</button>
    </div>
  </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

+
 * Home
 * About Us
 * Search
   * For Sale
   * For Rent
   * Our Listings
   * Office Listings
   * Property Search
 * Developments
   * New Developments
   * Existing Developments
 * RESOURCES
   * AI Median Home Values
   * Looking to Invest in Real Estate
   * How Is The Real Estate Market?
   * Mortgage Calculator
   * School Information
   * Dream Home Finder
   * Free Home Evaluation
 * BLOG
 * Contact




 * 
 * 
 * 
 * 

 1. 1
 2. 2
 3. 3
 4. 4

 * Previous
 * Next

RIVERO MARTIN TEAM


Search
Find Your Perfect Home

BRICKELL

   
   
 * Homes
   
   
   
 * Condos
   
   

BRICKELL KEY

   
   
 * Homes
   
   
   
 * Condos
   
   

DOWNTOWN MIAMI

   
   
 * Homes
   
   
   
 * Condos
   
   

WYNWOOD

   
   
 * Homes
   
   
   
 * Condos
   
   

MIAMI DESIGN DISTRICT

   
   
 * Homes
   
   
   
 * Condos
   
   

EDGEWATER

   
   
 * Homes
   
   
   
 * Condos
   
   

MIDTOWN MIAMI

   
   
 * Homes
   
   
   
 * Condos
   
   

KEY BISCAYNE

   
   
 * Homes
   
   
   
 * Condos
   
   

BRICKELL

   
   
 * Condos
   
   
   
 * Homes
   
   

BRICKELL KEY

   
   
 * Condos
   
   
   
 * Homes
   
   

DOWNTOWN MIAMI

   
   
 * Condos
   
   
   
 * Homes
   
   

WYNWOOD

   
   
 * Condos
   
   
   
 * Homes
   
   

MIAMI DESIGN DISTRICT

   
   
 * Condos
   
   
   
 * Homes
   
   

EDGEWATER

   
   
 * Condos
   
   
   
 * Homes
   
   

MIDTOWN MIAMI

   
   
 * Condos
   
   
   
 * Homes
   
   

KEY BISCAYNE

   
   
 * Condos
   
   
   
 * Homes
   
   

CORAL GABLES

   
   
 * Condos
   
   
   
 * Homes
   
   

COCONUT GROVE

   
   
 * Condos
   
   
   
 * Homes
   
   

SOUTH BEACH

   
   
 * Condos
   
   
   
 * Homes
   
   

MIAMI BEACH

   
   
 * Condos
   
   
   
 * Homes
   
   

View All Areas
RIVERO MARTIN TEAM
South Florida Real Estate



Hello, we are Juan Rivero & Tania Martin Q, highly dedicated real estate
professionals, specialized in all types of properties in the Miami market. With
more than 16 years of experience in the industry, our experience is backed by an
educational foundation.

Our main focus is to help both buyers and sellers, ensuring a stress-free
experience in the dynamic real estate market. We have and provide a personalized
service handling everything, your journey with us will be help, knowledge,
effort and professionalism, that is what you will find with our service.

Hola, Somos juan Rivero & Tania Martin Q, profesionales de bienes raíces
altamente dedicados, a nuestros clientes especializados en todo tipo de
propiedades en el mercado de Miami. Con más de 16 años de experiencia en la
industria, nuestra experiencia está respaldada por una base educativa.

Nuestro enfoque principal es ayudar tanto a compradores como a vendedores,
asegurando una experiencia sin estrés en el dinámico mercado inmobiliario.
Tenemos y aportamos un servicio personalizado manejando todo, su camino
recorrido con nosotros será ayuda ,conocimiento y esfuerzo y profesionalismo eso
es lo que encontrara con nuestro servicio

Real Estate
Team


Top Developments


MERCEDES BENZ PLACES

Brickell


120 BRICKELL

Brickell


CALLE 8

Brickell


DOMUS BRICKELL PARK

Brickell


ONE RIVER POINT

Brickell


BACCARAT

Brickell


LOFTY BRICKELL

Brickell


ST. REGIS RESIDENCES BRICKELL

Brickell


CIPRIANI RESIDENCES

Brickell


1428 BRICKELL

Brickell


ORA BY CASA TUA

Brickell


888 BRICKELL AVENUE

Brickell


DOMUS FLATS BRICKELL CENTER

Brickell


DOLCE & GABBANA RESIDENCES

Brickell


MERCEDES BENZ PLACES

Brickell


120 BRICKELL

Brickell


CALLE 8

Brickell


DOMUS BRICKELL PARK

Brickell


ONE RIVER POINT

Brickell


BACCARAT

Brickell


LOFTY BRICKELL

Brickell


ST. REGIS RESIDENCES BRICKELL

Brickell


View All Projects
Real Estate News


Oct 15, 2024 07:00:00 AM


MORTGAGE RATE DIP MAKES FOR A LIVELY 'LAST CALL' IN THIS YEAR'S HOME SHOPPING
SEASON



Oct 14, 2024 06:30:00 AM


HISPANIC HOMEOWNERS NARROW HOME VALUE GAP TO SMALLEST MARGIN ON RECORD



Sep 19, 2024 07:00:00 AM


MOVE OVER, GYMS AND POOLS: RENTERS WANT PET AREAS AND HAPPY HOUR



Oct 31, 2024 07:00:00 AM


BUYING LIKE IT'S 2021: NEARLY HALF OF RECENT BUYERS HAVE A MORTGAGE RATE BELOW
5%



Oct 17, 2024 07:00:00 AM


BUILDERS CONTINUE SHIFT TO CONDOS AND TOWNHOMES AMIDST AFFORDABILITY CRISIS



Oct 15, 2024 07:00:00 AM


MORTGAGE RATE DIP MAKES FOR A LIVELY 'LAST CALL' IN THIS YEAR'S HOME SHOPPING
SEASON



Oct 14, 2024 06:30:00 AM


HISPANIC HOMEOWNERS NARROW HOME VALUE GAP TO SMALLEST MARGIN ON RECORD



Sep 19, 2024 07:00:00 AM


MOVE OVER, GYMS AND POOLS: RENTERS WANT PET AREAS AND HAPPY HOUR



Oct 31, 2024 07:00:00 AM


BUYING LIKE IT'S 2021: NEARLY HALF OF RECENT BUYERS HAVE A MORTGAGE RATE BELOW
5%



Oct 17, 2024 07:00:00 AM


BUILDERS CONTINUE SHIFT TO CONDOS AND TOWNHOMES AMIDST AFFORDABILITY CRISIS



Oct 15, 2024 07:00:00 AM


MORTGAGE RATE DIP MAKES FOR A LIVELY 'LAST CALL' IN THIS YEAR'S HOME SHOPPING
SEASON




×


LET'S CONNECT

Sign up today and receive email alerts of new listings that come on the market.

Sign in with Facebook Sign in with Google
or Sign in with Email
Name *
Name field is required
Email Address *
Email field is required
Mobile Number *
Mobile Number field is required
What Zip Code Are You Interested In
Enter valid zip code !
Register

Already Have an Account? Please Sign In

CONTACT


   JUAN RIVERO

 * REALTOR®

 * 305-710-7292

 * riverorealtormiami@gmail.com

 * Grand Realty

 * 19300 W Dixie Highway, Suite#12
   North Miami Beach, FL, 33180
   

CONTACT


   TANIA MARTIN QUEVEDO

 * REALTOR®

 * 786-423-3769

 * taniamartinrealtormiami@gmail.com

 * Grand Realty

 * 19300 W Dixie Highway, Suite#12
   North Miami Beach, FL, 33180
   

QUICK LINKS

 * Agent Login
 * Guest Login
 * Accessibility ADA

ADA Compliance: In concurrence with the National Association of Realtors
guidelines, Juan Rivero is committed to providing an accessible website. If you
have difficulty accessing content, have difficulty viewing a file on the
website, or notice any accessibility problems, please contact me at 305-710-7292
to specify the nature of the accessibility issue and any assistive technology
you use. We strive to provide the content you need in the format you require.

Powered by DPI Realty Websites | © Copyright 2024 DPI Realty Websites. All
Rights Reserved.


×

ACCESSIBILITY WIDGET

Bigger Text

Speechd Text

Send Us a Message
Email *

Name *

Phone

Message *

Send Message




Powered by Translate


GET THE JUMP ON REAL ESTATE DEALS

Sign up today and receive email alerts of new listings that come on the market.

Sign in with Facebook Sign in with Google
or Sign in with Email
Name *
Name field is required
Email Address *
Email field is required
Mobile Number *
Mobile Number field is required
What Zip Code Are You Interested In
Register

Already Have an Account? Please Sign In

Original text

Rate this translation
Your feedback will be used to help improve Google Translate