valeriesellsmiami.com Open in urlscan Pro
104.196.159.128  Public Scan

URL: https://valeriesellsmiami.com/
Submission: On July 02 via api from BE — Scanned from DE

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
Search
Contact
View More Options

Login | My Account
   
 * Home
 * For Sale
 * For Rent
 * Our Listings
 * Search
 * New Developments
 * Existing Developments
 * About
 * Blog
 * Median Home Values
 * Dream Home Finder
 * School Information
 * Home Valuation
 * Mortgage Calculator
 * Contact
   
   





(786) 906-0624
valeriesellsmiami18@gmail.com


Find The Home You Love

Valerie Nahmias - Luxury Real Estate Advisor

Start Your Search



ABOUT
VALERIE NAHMIAS


Valerie Nahmias specialize in the Southeast Florida Real Estate. South Florida
is an international cultural hub with a world-class food scene, star architects,
newer buildings and a growing business sector, all of which are improving the
quality of life for its residents. Valerie has a deep understanding of real
estate, but more than that, a genuine desire to help her client's reach their
goals. She is passionate about gaining a deep understanding of the market and
believes utilizing data to make better purchase and sales decision allows her to
better serve her clients needs.
Valerie’s integrity, knowledge, and hands-on service truly set her apart as a
professional on which anyone in the South Florida Real Estate market to buy,
sell or renting can rely. She has a highly connected network of professionals,
from mortgage lenders to attorneys and contractors, who can help streamline the
transaction process.
Contact Valerie Nahmias today and she will assist you with all your real estate
needs.


Read More

Top Developments


ASTON MARTIN RESIDENCES

Downtown Miami


BENTLEY RESIDENCES TOWER

Sunny Isles Beach


1428 BRICKELL

Brickell


WALDORF ASTORIA RESIDENCES

Pompano Beach


DOLCE & GABBANA RESIDENCES

Brickell


MERCEDES BENZ PLACES

Brickell

View All Projects
Featured Neighborhoods

WEST PALM BEACH

   
   
 * Homes
   
   
   
 * Condos
   
   

BOYNTON BEACH

   
   
 * Homes
   
   
   
 * Condos
   
   

DELRAY BEACH

   
   
 * Homes
   
   
   
 * Condos
   
   

BOCA RATON

   
   
 * Homes
   
   
   
 * Condos
   
   

DEERFIELD BEACH

   
   
 * Homes
   
   
   
 * Condos
   
   

POMPANO BEACH

   
   
 * Homes
   
   
   
 * Condos
   
   

LIGHTHOUSE POINT

   
   
 * Homes
   
   
   
 * Condos
   
   

FORT LAUDERDALE

   
   
 * Homes
   
   
   
 * Condos
   
   

HALLANDALE BEACH

   
   
 * Condos
   
   
   
 * Homes
   
   

HOLLYWOOD

   
   
 * Condos
   
   
   
 * Homes
   
   

FORT LAUDERDALE

   
   
 * Condos
   
   
   
 * Homes
   
   

DANIA BEACH

   
   
 * Condos
   
   
   
 * Homes
   
   

DEERFIELD BEACH

   
   
 * Condos
   
   
   
 * Homes
   
   

View All
Property Search
City, Zip Code, Address, or MLS#
Property Type
All Property Single FamilyCondo/Co-Op/Villa/TownhouseRental HomesRental
CondosResidential IncomeResidential Land/Boat
DocksCommercial/Industrial/BusinessBoat SlipLand/Lots/AcreageCommercial
RentalsRestaurantOffice/OfficesRetailCommercial
Sale/Sales/LeaseManufacturedWarehouse
0 + Bedrooms
   
 * 1+
   
 * 2+
   
 * 3+
   
 * 4+
   

0 + Bathrooms
   
 * 1+
   
 * 2+
   
 * 3+
   
 * 4+
   

Price Range
Select Min $0 $500 $750 $1000 $1500 $2000 $2500 $3000 $10,000 $25,000 $50,000
$75,000 $100,000 $150,000 $200,000 $250,000 $300,000 $400,000 $500,000
$1,000,000
to
No Max $750 $1000 $1500 $2000 $2500 $5000 $10,000 $100,000 $150,000 $200,000
$250,000 $300,000 $350,000 $400,000 $450,000 $500,000 $600,000 $700,000 $800,000
$900,000 $1,000,000 $1,500,000 $2,000,000 $2,500,000 $3,000,000 $4,000,000
$5,000,000
SEARCH

Thinking of Selling?
Find Out What Your Property is Worth
Details


Thinking of Buying?
New to the Market Listings
Details


Real Estate News
May 30, 2024 07:05:00 AM


PHOENIX IS NAMED ZILLOW'S BEST MARKET FOR THE CLASS OF 2024



May 29, 2024 07:00:00 AM


BLACK HOMEOWNERSHIP RATE RISES, BUT HASN'T RETURNED TO 2004 LEVEL



May 15, 2024 07:00:00 AM


FLORIDA, TEXAS RANK BEST FOR HOME BUYERS IN NEW ZILLOW INDEX



Jun 18, 2024 07:03:00 AM


THE U.S. IS NOW SHORT 4.5 MILLION HOMES AS THE HOUSING DEFICIT GROWS



Jun 12, 2024 07:00:00 AM


HOMEOWNERS LIST WHILE BUYERS HANG BACK, PUSHING INVENTORY HIGHER



May 30, 2024 07:05:00 AM


PHOENIX IS NAMED ZILLOW'S BEST MARKET FOR THE CLASS OF 2024



May 29, 2024 07:00:00 AM


BLACK HOMEOWNERSHIP RATE RISES, BUT HASN'T RETURNED TO 2004 LEVEL



May 15, 2024 07:00:00 AM


FLORIDA, TEXAS RANK BEST FOR HOME BUYERS IN NEW ZILLOW INDEX



Jun 18, 2024 07:03:00 AM


THE U.S. IS NOW SHORT 4.5 MILLION HOMES AS THE HOUSING DEFICIT GROWS



Jun 12, 2024 07:00:00 AM


HOMEOWNERS LIST WHILE BUYERS HANG BACK, PUSHING INVENTORY HIGHER



May 30, 2024 07:05:00 AM


PHOENIX IS NAMED ZILLOW'S BEST MARKET FOR THE CLASS OF 2024




×


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

   VALERIE NAHMIAS

   REALTO®

 * (786) 906-0624

 * valeriesellsmiami18@gmail.com

   
   

 * LoKation

 * 1500 E. Atlantic Blvd.
   Pompano Beach,FL, 33060

QUICK LINKS

 * For Sale
 * For Rent
 * Blog
 * Mortgage Calculator

USEFUL LINKS

 * Agent Login
 * Guest Login
 * Accessibility ADA

ADA Compliance: In concurrence with the National Association of Realtors
guidelines, Valerie Nahmias 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 (786)
906-0624 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 Google Übersetzer


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

Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern




Talk to Valerie