www.your-ipswich.co.uk Open in urlscan Pro
34.242.94.70  Public Scan

Submitted URL: http://www.your-ipswich.co.uk/
Effective URL: https://www.your-ipswich.co.uk/
Submission: On August 25 via manual from GB — Scanned from GB

Form analysis 4 forms found in the DOM

<form class="form-horizontal form-search">
  <div class="input-group">
    <input type="search" class="form-control" placeholder="Search...">
    <span class="input-group-btn">
      <button id="btnHideMobileNav" class="btn btn-close" type="button" title="Hide sidebar"><i class="fa fa-times"></i></button>
    </span>
  </div>
</form>

GET /search

<form class="form-horizontal form-light p-15" role="form" action="/search" method="GET">
  <div class="input-group">
    <input name="location" type="text" class="form-control" placeholder="Enter location...">
    <span class="input-group-btn">
      <input type="submit" value="Go" class="btn btn-base">
    </span>
  </div>
</form>

POST https://pro-val.propertylogic.net/valuation

<form method="POST" action="https://pro-val.propertylogic.net/valuation" accept-charset="UTF-8"><input name="_token" type="hidden" value="U4gDoxIntOpZZrHSDrqMXhs61T1n0jjBgzqDRCR9">
  <input class="valuation-id" name="id" type="hidden">
  <input class="valuation-form-valuation" name="valuation" type="hidden">
  <input id="valuation-preferred-times" name="preferred_times" type="hidden" value="[]">
  <input class="address-line1" name="address1" type="hidden">
  <input class="address-line2" name="address2" type="hidden">
  <input class="address-line3" name="address3" type="hidden">
  <input class="address-town" name="address_town" type="hidden">
  <input class="address-county" name="address_county" type="hidden">
  <!-- SPLIT FORM OVER 2 PAGES -->
  <div class="row">
    <!-- Toggle image and disclaimer -->
    <div class="col-md-12 custom_toggle">
      <div id="proval-stage-1a">
        <div class="form-group">
          <p class="hidden-sm hidden-md hidden-lg">Valuation Type</p>
          <div class="btn-group" data-toggle="buttons">
            <label class="btn btn-primary btn-lg active" dusk="sales">
              <input type="radio" name="department" autocomplete="off" value="RS" id="sales" checked=""> Sales<span class="hidden-xs"> Valuation</span>
            </label>
            <label class="btn btn-primary btn-lg" dusk="lettings">
              <input type="radio" name="department" autocomplete="off" value="RL" id="lettings"> Lettings<span class="hidden-xs"> Valuation</span>
            </label>
          </div>
        </div>
        <div class="form-group address-lookup">
          <label for="postcode">Postcode:</label><span class="text-danger">*</span>
          <div class="input-group mb-15">
            <input required="required" placeholder="e.g: AB1 2CD" class="form-control address-postcode text-uppercase" maxlength="8" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="off" name="postcode" type="text" id="postcode">
            <div class="input-group-btn">
              <button type="button" class="btn btn-default address-btn">Find Address</button>
            </div>
          </div>
          <label for="address">Select Address:</label> <span class="text-danger">*</span>
          <select class="form-control address-list" readonly="readonly" id="address" name="address"></select>
        </div>
        <div class="row">
          <div class="col-md-6">
            <div class="form-group">
              <label for="propertyType">Property Type</label>
              <select class="form-control" id="propertyType" name="propertyType">
                <option value="" selected="selected">I don't know (Reduced accuracy)</option>
                <option value="detached">Detached</option>
                <option value="semi-detached">Semi-Detached</option>
                <option value="terraced">Terraced</option>
                <option value="flat-maisonette">Flat/Maisonette</option>
              </select>
            </div>
          </div>
          <div class="col-md-6">
            <div class="form-group">
              <label for="bedrooms">Number of Bedrooms</label>
              <select class="form-control" id="bedrooms" name="bedrooms">
                <option value="1">1 Bedroom / Studio</option>
                <option value="2">2 Bedrooms</option>
                <option value="3" selected="selected">3 Bedrooms</option>
                <option value="4">4 Bedrooms</option>
                <option value="5">5+ Bedrooms</option>
              </select>
            </div>
          </div>
        </div>
        <div class="form-group">
          <label for="reason">How soon are you looking to move?</label>
          <select class="form-control" id="reason" name="reason">
            <option value="Immediately">Immediately</option>
            <option value="Within a few months">Within a few months</option>
            <option value="Within a year">Within a year</option>
            <option value="No current plans">No current plans</option>
          </select>
        </div>
        <div class="form-group">
          <button type="button" class="btn btn-success" id="proval-stage-1b-btn"> Continue <i class="fa fa-chevron-right"></i>
          </button>
        </div>
      </div>
      <div id="proval-stage-1b" style="display: none">
        <div class="row">
          <div class="col-sm-3">
            <div class="form-group">
              <label for="title">Title:</label>
              <select class="form-control" id="title" name="title">
                <option value="Mr">Mr</option>
                <option value="Mrs">Mrs</option>
                <option value="Miss">Miss</option>
                <option value="Ms">Ms</option>
              </select>
            </div>
          </div>
          <div class="col-sm-9">
            <div class="form-group">
              <label for="first_name">First Name:</label> <span class="text-danger">*</span>
              <input class="form-control" required="required" name="first_name" type="text" id="first_name">
            </div>
          </div>
        </div>
        <div class="form-group">
          <label for="last_name">Last Name:</label> <span class="text-danger">*</span>
          <input class="form-control" required="required" name="last_name" type="text" id="last_name">
        </div>
        <div class="form-group">
          <label for="email">Email:</label> <span class="text-danger">*</span>
          <input class="form-control" required="required" name="email" type="email" id="email">
        </div>
        <div class="form-group">
          <label for="phone">Tel/Mobile:</label> <span class="text-danger">*</span>
          <input class="form-control" required="required" name="phone" type="text" id="phone">
        </div>
        <div class="form-group">
          <label>
            <input type="checkbox" name="terms" required=""> I agree to the <a href="#" class="stage-8-btn">Terms &amp; Conditions</a>
          </label>
        </div>
        <div class="form-group">
          <div class="g-recaptcha" data-sitekey="6LfpkBUUAAAAAN66zhRYGYs5e09kKdTh-AbUG6xb" id="captcha0">
            <div style="width: 304px; height: 78px;">
              <div><iframe title="reCAPTCHA"
                  src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfpkBUUAAAAAN66zhRYGYs5e09kKdTh-AbUG6xb&amp;co=aHR0cHM6Ly93d3cueW91ci1pcHN3aWNoLmNvLnVrOjQ0Mw..&amp;hl=en&amp;v=0hCdE87LyjzAkFO5Ff-v7Hj1&amp;theme=light&amp;size=normal&amp;cb=8c4mzg3tdep"
                  width="304" height="78" role="presentation" name="a-e6r1ajbaa48f" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
                class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
            </div>
          </div>
        </div>
        <div class="form-group">
          <button type="button" class="btn btn-default" id="proval-stage-1a-btn">
            <i class="fa fa-chevron-left"></i> Back </button>
          <button type="submit" class="btn btn-success" id="proval-stage-2b-btn"> Get Valuation <i class="fa fa-chevron-right"></i>
          </button>
        </div>
        <p>Fields marked <span class="text-danger">*</span> are mandatory</p>
      </div>
    </div>
  </div>
  <!-- KEEP FORM ON ONE PAGE -->
</form>

POST https://pro-val.propertylogic.net/valuation

<form method="POST" action="https://pro-val.propertylogic.net/valuation" accept-charset="UTF-8"><input name="_token" type="hidden" value="54ox868g0sgq27q7NcAK0dlc6aL7W69tnYAU4e53">
  <input class="valuation-id" name="id" type="hidden">
  <input class="valuation-form-valuation" name="valuation" type="hidden">
  <input id="valuation-preferred-times" name="preferred_times" type="hidden" value="[]">
  <input class="address-line1" name="address1" type="hidden">
  <input class="address-line2" name="address2" type="hidden">
  <input class="address-line3" name="address3" type="hidden">
  <input class="address-town" name="address_town" type="hidden">
  <input class="address-county" name="address_county" type="hidden">
  <!-- SPLIT FORM OVER 2 PAGES -->
  <div class="row">
    <!-- Toggle image and disclaimer -->
    <div class="col-md-12 custom_toggle">
      <div id="proval-stage-1a">
        <div class="form-group">
          <p class="hidden-sm hidden-md hidden-lg">Valuation Type</p>
          <div class="btn-group" data-toggle="buttons">
            <label class="btn btn-primary btn-lg active" dusk="sales">
              <input type="radio" name="department" autocomplete="off" value="RS" id="sales" checked=""> Sales<span class="hidden-xs"> Valuation</span>
            </label>
            <label class="btn btn-primary btn-lg" dusk="lettings">
              <input type="radio" name="department" autocomplete="off" value="RL" id="lettings"> Lettings<span class="hidden-xs"> Valuation</span>
            </label>
          </div>
        </div>
        <div class="form-group address-lookup">
          <label for="postcode">Postcode:</label><span class="text-danger">*</span>
          <div class="input-group mb-15">
            <input required="required" placeholder="e.g: AB1 2CD" class="form-control address-postcode text-uppercase" maxlength="8" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="off" name="postcode" type="text" id="postcode">
            <div class="input-group-btn">
              <button type="button" class="btn btn-default address-btn">Find Address</button>
            </div>
          </div>
          <label for="address">Select Address:</label> <span class="text-danger">*</span>
          <select class="form-control address-list" readonly="readonly" id="address" name="address"></select>
        </div>
        <div class="row">
          <div class="col-md-6">
            <div class="form-group">
              <label for="propertyType">Property Type</label>
              <select class="form-control" id="propertyType" name="propertyType">
                <option value="" selected="selected">I don't know (Reduced accuracy)</option>
                <option value="detached">Detached</option>
                <option value="semi-detached">Semi-Detached</option>
                <option value="terraced">Terraced</option>
                <option value="flat-maisonette">Flat/Maisonette</option>
              </select>
            </div>
          </div>
          <div class="col-md-6">
            <div class="form-group">
              <label for="bedrooms">Number of Bedrooms</label>
              <select class="form-control" id="bedrooms" name="bedrooms">
                <option value="1">1 Bedroom / Studio</option>
                <option value="2">2 Bedrooms</option>
                <option value="3" selected="selected">3 Bedrooms</option>
                <option value="4">4 Bedrooms</option>
                <option value="5">5+ Bedrooms</option>
              </select>
            </div>
          </div>
        </div>
        <div class="form-group">
          <label for="reason">How soon are you looking to move?</label>
          <select class="form-control" id="reason" name="reason">
            <option value="Immediately">Immediately</option>
            <option value="Within a few months">Within a few months</option>
            <option value="Within a year">Within a year</option>
            <option value="No current plans">No current plans</option>
          </select>
        </div>
        <div class="form-group">
          <button type="button" class="btn btn-success" id="proval-stage-1b-btn"> Continue <i class="fa fa-chevron-right"></i>
          </button>
        </div>
      </div>
      <div id="proval-stage-1b" style="display: none">
        <div class="row">
          <div class="col-sm-3">
            <div class="form-group">
              <label for="title">Title:</label>
              <select class="form-control" id="title" name="title">
                <option value="Mr">Mr</option>
                <option value="Mrs">Mrs</option>
                <option value="Miss">Miss</option>
                <option value="Ms">Ms</option>
              </select>
            </div>
          </div>
          <div class="col-sm-9">
            <div class="form-group">
              <label for="first_name">First Name:</label> <span class="text-danger">*</span>
              <input class="form-control" required="required" name="first_name" type="text" id="first_name">
            </div>
          </div>
        </div>
        <div class="form-group">
          <label for="last_name">Last Name:</label> <span class="text-danger">*</span>
          <input class="form-control" required="required" name="last_name" type="text" id="last_name">
        </div>
        <div class="form-group">
          <label for="email">Email:</label> <span class="text-danger">*</span>
          <input class="form-control" required="required" name="email" type="email" id="email">
        </div>
        <div class="form-group">
          <label for="phone">Tel/Mobile:</label> <span class="text-danger">*</span>
          <input class="form-control" required="required" name="phone" type="text" id="phone">
        </div>
        <div class="form-group">
          <label>
            <input type="checkbox" name="terms" required=""> I agree to the <a href="#" class="stage-8-btn">Terms &amp; Conditions</a>
          </label>
        </div>
        <div class="form-group">
          <div class="g-recaptcha" data-sitekey="6LfpkBUUAAAAAN66zhRYGYs5e09kKdTh-AbUG6xb" id="captcha1">
            <div style="width: 304px; height: 78px;">
              <div><iframe title="reCAPTCHA"
                  src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfpkBUUAAAAAN66zhRYGYs5e09kKdTh-AbUG6xb&amp;co=aHR0cHM6Ly93d3cueW91ci1pcHN3aWNoLmNvLnVrOjQ0Mw..&amp;hl=en&amp;v=0hCdE87LyjzAkFO5Ff-v7Hj1&amp;theme=light&amp;size=normal&amp;cb=p6m71av2j4zy"
                  width="304" height="78" role="presentation" name="a-s5j4ug7l93p5" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
                class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
            </div><iframe style="display: none;"></iframe>
          </div>
        </div>
        <div class="form-group">
          <button type="button" class="btn btn-default" id="proval-stage-1a-btn">
            <i class="fa fa-chevron-left"></i> Back </button>
          <button type="submit" class="btn btn-success" id="proval-stage-2b-btn"> Get Valuation <i class="fa fa-chevron-right"></i>
          </button>
        </div>
        <p>Fields marked <span class="text-danger">*</span> are mandatory</p>
      </div>
    </div>
  </div>
  <!-- KEEP FORM ON ONE PAGE -->
</form>

Text Content

We use cookies to track usage and preferences.I UnderstandAbout Cookies

 * About Us
   * back
   * back
   * 
   * About Us
   * Offers
   * Meet the Team
   * Christmas Opening Hours
 * News
   * back
   * back
   * 
   * News
   * South East Regional Report
 * Contact
   * back
   * back
   * 
   * Contact us
   * Complaint Procedure
 * * back
   * back
   * 
   * 
 * About Us
   * back
   * 
   * About Us
   * Offers
   * Meet the Team
   * Christmas Opening Hours
 * News
   * back
   * 
   * News
   * South East Regional Report
 * Contact
   * back
   * 
   * Contact us
   * Complaint Procedure
 * * back
   * 
   * 

 * Home
 * Search
 * About Us
   * About Us
   * Offers
   * Meet the Team
   * Christmas Opening Hours
 * News
   * News
   * South East Regional Report
 * Guild
 * Contact
   * Contact us
   * Complaint Procedure
 * Fees
 * Mortgages
 * Solicitors
 * Magazine
 * Virtual Valuation
 * * 

FREE Instant Online Valuation CLICK HERE
×

FREE INSTANT ONLINE VALUATION

 * Stage 1
 * Stage 2
 * Stage 3
 * Stage 4
 * Stage 45
 * Stage 5
 * Stage 6
 * Stage 7
 * Stage 8

Valuation Type

Sales Valuation Lettings Valuation
Postcode:*
Find Address
Select Address: *
Property Type I don't know (Reduced
accuracy)DetachedSemi-DetachedTerracedFlat/Maisonette
Number of Bedrooms 1 Bedroom / Studio2 Bedrooms3 Bedrooms4 Bedrooms5+ Bedrooms
How soon are you looking to move? ImmediatelyWithin a few monthsWithin a yearNo
current plans
Continue
Title: MrMrsMissMs
First Name: *
Last Name: *
Email: *
Tel/Mobile: *
I agree to the Terms & Conditions

Back Get Valuation

Fields marked * are mandatory


VALUING YOUR HOME...

Lower Valuation



Online Valuation



Upper Valuation




Book a market appraisal
How was this valuation calculated? Value another property


The data provided here is based on local property price changes as provided by
Land Registry and does not take into consideration improvements made to the
property or current local market trends. These are not to be relied on for
property sale. We strongly recommend you to book a valuation with your local
property expert for a professional valuation of your property.



Lower Valuation



Online Valuation



Upper Valuation



Canvas not supported

--------------------------------------------------------------------------------

Your valuation of ### is based on the current housing price trends of the ###
area.

The value has ### by ### since it was last sold on ### for ###.

No sale information is available on this property, so the valuation is based on
the nearby sales of similar properties.

Value another property

Property Sale Price Date

Back


PICK THE BEST TIMES FOR YOU

Please select multiple date and time slots for your valuation appointment. You
can always amend the time of the valuation after booking. If dates and times are
not available please continue one our agent will contact you soon to arrange a
suitable time for you.

Month MON TUE WED THU FRI SAT SUN

Your Preferred Times:

No current selection. Any time is good.

--------------------------------------------------------------------------------

Confirm Details


REQUESTING MARKET APPRAISAL...


THANK YOU

Thank you for requesting a valuation on your property. One of our property
consultants will contact you soon to arrange a convenient time.

Value another property
Error Message
Value Another Property

Terms and Conditions

These are the terms and conditions on which we supply our online property
e-valuation tool to you. Please read these terms carefully before you submit
details of a property to us as doing so will form a contract between us based
strictly on these terms and conditions. All use of our e-valuation tool is
strictly subject to these terms and conditions.

By accepting these terms and conditions you understand that you will be
contacted to discuss the online valuation provided.

These terms tell you who we are, how we will provide our property e-valuation
tool to you, how you and we may change or end the contract, what to do if there
is a problem and other important information. If you think there is a mistake in
these terms, please contact us to discuss.

1. Information about us and how to contact us

Who we are.

Please refer to the privacy policy on our website.

2. Our property e-valuation tool

What is our property e-valuation tool? Our property e-valuation tool provides
you with an estimate valuation of the property based on the details of the
property you provide. Our property e-valuation tool uses these details and
compares them to publicly available data relating to property characteristics
and sales in your area to provide you with an estimate value for that property.

When we will provide our services. We will begin providing you with our
services, being the property valuation using our property e-valuation tool, when
you submit the details of a property to our property e-valuation tool via our
website, provide your contact details and accept these terms and conditions by
ticking the “I agree to the Terms & Conditions” box. After submitting these
details, our property e-valuation tool should provide you with a property
valuation based on the details you entered. At this point we will have finished
providing you with our services and the contract will be ended.

Free service for consumers. We only supply our property e-valuation tool for
your private use or by an agent as part of the services it delivers to you. As
you are a consumer, our property e-valuation tool is currently provided on a
free to use basis and no payment is due from you.

Making sure the details you provide are accurate. Our property e-valuation tool
is providing you with a valuation based on the information you have given us
about a property including property address, number of bedrooms etc. You are
responsible for ensuring this information is correct, accurate and up to date.

What will happen if you do not provide the required information. We need certain
information about the property so we can supply our property e-valuation tool to
you, for example, the type of property address, number of bedrooms etc. If you
do not provide all of this required information to our property e-valuation tool
or if you provide incomplete or incorrect information, the valuation may be
unavailable and/or inaccurate. We will not be responsible for either the failure
to supply our property e-valuation tool or the inaccuracy of the valuation if
this is caused by you not giving us the information needed for our property
e-valuation tool to provide you with an estimate.

Our property e-valuation tool is a guide only. By making available our property
e-valuation tool to you, we are not providing you with estate agency services.
Please be aware the valuations provided by our property e-valuation tool are
estimates and not formal valuations of the property. The valuation is based on
publicly available information which may be inaccurate and/or incomplete. The
estimates may also be based on assumptions and typical factors or trends in
certain areas and/or in relation to certain types of property. The valuation is
intended to be of general interest and provide you with a useful guide to the
likely value of a property and this valuation should be supplemented by you with
additional research, professional advice and a market appraisal. We are not
supplying you with advice or recommendations. If you are thinking about selling
your property, please arrange for a formal valuation of your property by
following the link provided to book a market appraisal with an estate agent. If
you click this link, you agree to us storing, processing and sharing your
personal data (including your name and email address) with our affiliated
professionals to facilitate the provision of such market appraisal. We shall not
be liable for any losses suffered as a result of relying on valuations provided
by our property e-valuation tool.

Changes to our property e-valuation tool. We may change our property e-valuation
tool:

 * (a) to reflect changes in relevant laws and regulatory requirements; and

 * (b) to implement minor technical adjustments and improvements, for example to
   address a security threat.

These changes may mean our property e-valuation tool is temporarily unavailable.

Non-availability of our property e-valuation tool. Our property e-valuation tool
is provided on an “as is” and “as available” basis and may be unavailable for
use by you for the following reasons:

 * (a) to deal with technical problems or make minor technical changes; or

 * (b) to update our property e-valuation tool to reflect changes in relevant
   laws and regulatory requirements; or

 * (c) if our property e-valuation tool is interrupted or delayed by an event
   outside our control.

Where we can, we will endeavour to let you know if any of these events occur via
an error message when using our property e-valuation tool. As we do not gather
your contact details before you use our property e-valuation tool, we will not
be able to contact you in advance to tell you we will be suspending supply of
our property e-valuation tool.

Please note we are not responsible for delays outside our control. We will take
steps to minimise the effect of the delay. Provided we do this we will not be
liable for delays caused by the event outside our control.

We do not guarantee our property e-valuation tool will be secure or free from
bugs or viruses. You are responsible for configuring your device and platform to
use our property e-valuation tool and to maintain cyber security. You should use
your own virus protection software.

How to tell us about problems. If you have any questions, suggestions, feedback
or complaints about our property e-valuation tool, please contact us.

We only provide our services in the UK. Our website is solely for the promotion
of our estate agency and related services in the UK. Unfortunately, we do not
provide services outside of the UK and our property e-valuation tool is only for
use in relation to UK properties.

Ownership of our property e-valuation tool. We are the licensees of all
intellectual property rights in and relating to our property e-valuation tool.
Such rights intellectual property rights are reserved in their entirety and you
are not granted any right or entitlement to such intellectual property rights.

How we may use the information you provide. We will use the information you
provide to us:

 * (a) to supply our property e-valuation tool to you; and

 * (b) to give you information about our estate agencies services we provide
   (but you may stop receiving this at any time by contacting us).

We do not collect and/or retain the information about the property you submit to
our property e-valuation tool. However, the information, data and property
details you submit to our property e-valuation tool will be considered
non-confidential and non-proprietary.

How we may use your personal information. We will only use your personal
information in accordance with our privacy policy. We will only give your
personal information to third parties where the law either requires or allows us
to do so.

3. Your rights as a consumer

For most online services you have a legal right under Consumer Contracts
Regulations 2013 to change your mind about entering into the contract within 14
days of ordering the services.

However, as our property e-valuation tool provides you with the requested
valuation for a property almost immediately after you submit the property
details and agree to these terms and conditions, the contract between us for the
provision to you of our services ends almost immediately after it has been
entered into. This means there is not time for you to exercise your rights to
cancel this contract.

Nevertheless, we are under a legal duty to supply services in conformity with
these terms and conditions and nothing in these terms will affect your legal
rights.

We may not make our property e-valuation tool available to you in the future if
you breach this agreement our or our website’s terms of use.

4. Our responsibility for loss or damage suffered by you

We are responsible to you for foreseeable loss and damage caused by us. If we
fail to comply with these terms and conditions, we are responsible for loss or
damage you suffer which is a foreseeable result of our breaking this contract or
our failing to use reasonable care and skill, but we are not responsible for any
loss or damage which is not foreseeable. Loss or damage is foreseeable if either
it is obvious it will happen or if, at the time the contract was made, both we
and you knew it might happen.

We do not exclude or limit in any way our liability to you where it would be
unlawful to do so. This includes liability for death or personal injury caused
by our negligence or the negligence of our employees, agents or subcontractors;
for fraud or fraudulent misrepresentation; for breach of your legal rights in
relation to our property e-valuation tool including the right to receive
services which are as described and match information we provided to you about
our property e-valuation tool and supplied with reasonable skill and care.

We are not liable for business losses. We only supply our property e-valuation
tool for domestic and private use. If you use our property e-valuation tool for
any commercial, business or re-sale purpose we will have no liability to you for
any loss of profit, loss of business, business interruption, loss of business
opportunity or indirect or consequential loss.

5. Other important terms

 * (a) Nobody else has any rights under this contract. This contract is between
   you and us. No other person shall have any rights to enforce any of its
   terms.

 * (b) If a court finds part of this contract illegal, the rest will continue in
   force. Each of the paragraphs of these terms operates separately. If any
   court or relevant authority decides any of them are unlawful, the remaining
   paragraphs will remain in full force and effect.

 * (c) Even if we delay in enforcing this contract, we can still enforce it
   later. If we do not insist immediately you do anything you are required to do
   under these terms, or if we delay in taking steps against you in respect of
   your breaking this contract, that will not mean you do not have to do those
   things and it will not prevent us taking steps against you at a later date.

 * (d) Which laws apply to this contract and where you may bring legal
   proceedings. These terms are governed by English law and you can bring legal
   proceedings in respect of our property e-valuation tool in the English
   courts. If you live in Scotland you can bring legal proceedings in respect of
   our property e-valuation tool in either the Scottish or the English courts.
   If you live in Northern Ireland you can bring legal proceedings in respect of
   our property e-valuation tool in either the Northern Irish or the English
   courts.

 * (e) The Property Ombudsman’s alternative dispute resolution service.
   Alternative dispute resolution is a process where an independent body, such
   as The Property Ombudsman considers the facts of a dispute and seeks to
   resolve it, without you having to go to court. If you are not happy with how
   we have handled any complaint, you may want to contact The Property
   Ombudsman. You can submit a complaint to The Property Ombudsman via their
   website at www.tpos.co.uk. The Property Ombudsman will not charge you for
   making a complaint and if you are not satisfied with the outcome you can
   still bring legal proceedings. In addition, please note that disputes may be
   submitted for online resolution to the European Commission Online Dispute
   Resolution platform.

 

 

Value My Property

Our online valuations are estimated based on information available via the
public Land Registry data, and should therefore be used as guidance only. This
valuation does not take into consideration the current condition of the property
or any improvements made since its last sale. Valuations for properties that
were last sold before January 1995 will have an estimation based on neighbouring
sales.


©Property Logic 2023

 1. 
 2. 
 3. 
 4. 
 5. 


PREMIUM MARKETING TO SELL YOUR HOME FAST!

Book a Free Valuation


LOWEST FEES - 0.9% INCL VAT

Book a Free Valuation


LOCAL AGENTS - LOCAL KNOWLEDGE

Book a Free Valuation


NO SALE NO FEE

Book a Free Valuation


ESTATE AGENCY DONE DIFFERENTLY

Book a Free Valuation
×

FREE INSTANT ONLINE VALUATION

 * Stage 1
 * Stage 2
 * Stage 3
 * Stage 4
 * Stage 45
 * Stage 5
 * Stage 6
 * Stage 7
 * Stage 8

Valuation Type

Sales Valuation Lettings Valuation
Postcode:*
Find Address
Select Address: *
Property Type I don't know (Reduced
accuracy)DetachedSemi-DetachedTerracedFlat/Maisonette
Number of Bedrooms 1 Bedroom / Studio2 Bedrooms3 Bedrooms4 Bedrooms5+ Bedrooms
How soon are you looking to move? ImmediatelyWithin a few monthsWithin a yearNo
current plans
Continue
Title: MrMrsMissMs
First Name: *
Last Name: *
Email: *
Tel/Mobile: *
I agree to the Terms & Conditions

Back Get Valuation

Fields marked * are mandatory


VALUING YOUR HOME...

Lower Valuation



Online Valuation



Upper Valuation




Book a market appraisal
How was this valuation calculated? Value another property


The data provided here is based on local property price changes as provided by
Land Registry and does not take into consideration improvements made to the
property or current local market trends. These are not to be relied on for
property sale. We strongly recommend you to book a valuation with your local
property expert for a professional valuation of your property.



Lower Valuation



Online Valuation



Upper Valuation



Canvas not supported

--------------------------------------------------------------------------------

Your valuation of ### is based on the current housing price trends of the ###
area.

The value has ### by ### since it was last sold on ### for ###.

No sale information is available on this property, so the valuation is based on
the nearby sales of similar properties.

Value another property

Property Sale Price Date

Back


PICK THE BEST TIMES FOR YOU

Please select multiple date and time slots for your valuation appointment. You
can always amend the time of the valuation after booking. If dates and times are
not available please continue one our agent will contact you soon to arrange a
suitable time for you.

Month MON TUE WED THU FRI SAT SUN

Your Preferred Times:

No current selection. Any time is good.

--------------------------------------------------------------------------------

Confirm Details


REQUESTING MARKET APPRAISAL...


THANK YOU

Thank you for requesting a valuation on your property. One of our property
consultants will contact you soon to arrange a convenient time.

Value another property
Error Message
Value Another Property

Terms and Conditions

These are the terms and conditions on which we supply our online property
e-valuation tool to you. Please read these terms carefully before you submit
details of a property to us as doing so will form a contract between us based
strictly on these terms and conditions. All use of our e-valuation tool is
strictly subject to these terms and conditions.

By accepting these terms and conditions you understand that you will be
contacted to discuss the online valuation provided.

These terms tell you who we are, how we will provide our property e-valuation
tool to you, how you and we may change or end the contract, what to do if there
is a problem and other important information. If you think there is a mistake in
these terms, please contact us to discuss.

1. Information about us and how to contact us

Who we are.

Please refer to the privacy policy on our website.

2. Our property e-valuation tool

What is our property e-valuation tool? Our property e-valuation tool provides
you with an estimate valuation of the property based on the details of the
property you provide. Our property e-valuation tool uses these details and
compares them to publicly available data relating to property characteristics
and sales in your area to provide you with an estimate value for that property.

When we will provide our services. We will begin providing you with our
services, being the property valuation using our property e-valuation tool, when
you submit the details of a property to our property e-valuation tool via our
website, provide your contact details and accept these terms and conditions by
ticking the “I agree to the Terms & Conditions” box. After submitting these
details, our property e-valuation tool should provide you with a property
valuation based on the details you entered. At this point we will have finished
providing you with our services and the contract will be ended.

Free service for consumers. We only supply our property e-valuation tool for
your private use or by an agent as part of the services it delivers to you. As
you are a consumer, our property e-valuation tool is currently provided on a
free to use basis and no payment is due from you.

Making sure the details you provide are accurate. Our property e-valuation tool
is providing you with a valuation based on the information you have given us
about a property including property address, number of bedrooms etc. You are
responsible for ensuring this information is correct, accurate and up to date.

What will happen if you do not provide the required information. We need certain
information about the property so we can supply our property e-valuation tool to
you, for example, the type of property address, number of bedrooms etc. If you
do not provide all of this required information to our property e-valuation tool
or if you provide incomplete or incorrect information, the valuation may be
unavailable and/or inaccurate. We will not be responsible for either the failure
to supply our property e-valuation tool or the inaccuracy of the valuation if
this is caused by you not giving us the information needed for our property
e-valuation tool to provide you with an estimate.

Our property e-valuation tool is a guide only. By making available our property
e-valuation tool to you, we are not providing you with estate agency services.
Please be aware the valuations provided by our property e-valuation tool are
estimates and not formal valuations of the property. The valuation is based on
publicly available information which may be inaccurate and/or incomplete. The
estimates may also be based on assumptions and typical factors or trends in
certain areas and/or in relation to certain types of property. The valuation is
intended to be of general interest and provide you with a useful guide to the
likely value of a property and this valuation should be supplemented by you with
additional research, professional advice and a market appraisal. We are not
supplying you with advice or recommendations. If you are thinking about selling
your property, please arrange for a formal valuation of your property by
following the link provided to book a market appraisal with an estate agent. If
you click this link, you agree to us storing, processing and sharing your
personal data (including your name and email address) with our affiliated
professionals to facilitate the provision of such market appraisal. We shall not
be liable for any losses suffered as a result of relying on valuations provided
by our property e-valuation tool.

Changes to our property e-valuation tool. We may change our property e-valuation
tool:

 * (a) to reflect changes in relevant laws and regulatory requirements; and

 * (b) to implement minor technical adjustments and improvements, for example to
   address a security threat.

These changes may mean our property e-valuation tool is temporarily unavailable.

Non-availability of our property e-valuation tool. Our property e-valuation tool
is provided on an “as is” and “as available” basis and may be unavailable for
use by you for the following reasons:

 * (a) to deal with technical problems or make minor technical changes; or

 * (b) to update our property e-valuation tool to reflect changes in relevant
   laws and regulatory requirements; or

 * (c) if our property e-valuation tool is interrupted or delayed by an event
   outside our control.

Where we can, we will endeavour to let you know if any of these events occur via
an error message when using our property e-valuation tool. As we do not gather
your contact details before you use our property e-valuation tool, we will not
be able to contact you in advance to tell you we will be suspending supply of
our property e-valuation tool.

Please note we are not responsible for delays outside our control. We will take
steps to minimise the effect of the delay. Provided we do this we will not be
liable for delays caused by the event outside our control.

We do not guarantee our property e-valuation tool will be secure or free from
bugs or viruses. You are responsible for configuring your device and platform to
use our property e-valuation tool and to maintain cyber security. You should use
your own virus protection software.

How to tell us about problems. If you have any questions, suggestions, feedback
or complaints about our property e-valuation tool, please contact us.

We only provide our services in the UK. Our website is solely for the promotion
of our estate agency and related services in the UK. Unfortunately, we do not
provide services outside of the UK and our property e-valuation tool is only for
use in relation to UK properties.

Ownership of our property e-valuation tool. We are the licensees of all
intellectual property rights in and relating to our property e-valuation tool.
Such rights intellectual property rights are reserved in their entirety and you
are not granted any right or entitlement to such intellectual property rights.

How we may use the information you provide. We will use the information you
provide to us:

 * (a) to supply our property e-valuation tool to you; and

 * (b) to give you information about our estate agencies services we provide
   (but you may stop receiving this at any time by contacting us).

We do not collect and/or retain the information about the property you submit to
our property e-valuation tool. However, the information, data and property
details you submit to our property e-valuation tool will be considered
non-confidential and non-proprietary.

How we may use your personal information. We will only use your personal
information in accordance with our privacy policy. We will only give your
personal information to third parties where the law either requires or allows us
to do so.

3. Your rights as a consumer

For most online services you have a legal right under Consumer Contracts
Regulations 2013 to change your mind about entering into the contract within 14
days of ordering the services.

However, as our property e-valuation tool provides you with the requested
valuation for a property almost immediately after you submit the property
details and agree to these terms and conditions, the contract between us for the
provision to you of our services ends almost immediately after it has been
entered into. This means there is not time for you to exercise your rights to
cancel this contract.

Nevertheless, we are under a legal duty to supply services in conformity with
these terms and conditions and nothing in these terms will affect your legal
rights.

We may not make our property e-valuation tool available to you in the future if
you breach this agreement our or our website’s terms of use.

4. Our responsibility for loss or damage suffered by you

We are responsible to you for foreseeable loss and damage caused by us. If we
fail to comply with these terms and conditions, we are responsible for loss or
damage you suffer which is a foreseeable result of our breaking this contract or
our failing to use reasonable care and skill, but we are not responsible for any
loss or damage which is not foreseeable. Loss or damage is foreseeable if either
it is obvious it will happen or if, at the time the contract was made, both we
and you knew it might happen.

We do not exclude or limit in any way our liability to you where it would be
unlawful to do so. This includes liability for death or personal injury caused
by our negligence or the negligence of our employees, agents or subcontractors;
for fraud or fraudulent misrepresentation; for breach of your legal rights in
relation to our property e-valuation tool including the right to receive
services which are as described and match information we provided to you about
our property e-valuation tool and supplied with reasonable skill and care.

We are not liable for business losses. We only supply our property e-valuation
tool for domestic and private use. If you use our property e-valuation tool for
any commercial, business or re-sale purpose we will have no liability to you for
any loss of profit, loss of business, business interruption, loss of business
opportunity or indirect or consequential loss.

5. Other important terms

 * (a) Nobody else has any rights under this contract. This contract is between
   you and us. No other person shall have any rights to enforce any of its
   terms.

 * (b) If a court finds part of this contract illegal, the rest will continue in
   force. Each of the paragraphs of these terms operates separately. If any
   court or relevant authority decides any of them are unlawful, the remaining
   paragraphs will remain in full force and effect.

 * (c) Even if we delay in enforcing this contract, we can still enforce it
   later. If we do not insist immediately you do anything you are required to do
   under these terms, or if we delay in taking steps against you in respect of
   your breaking this contract, that will not mean you do not have to do those
   things and it will not prevent us taking steps against you at a later date.

 * (d) Which laws apply to this contract and where you may bring legal
   proceedings. These terms are governed by English law and you can bring legal
   proceedings in respect of our property e-valuation tool in the English
   courts. If you live in Scotland you can bring legal proceedings in respect of
   our property e-valuation tool in either the Scottish or the English courts.
   If you live in Northern Ireland you can bring legal proceedings in respect of
   our property e-valuation tool in either the Northern Irish or the English
   courts.

 * (e) The Property Ombudsman’s alternative dispute resolution service.
   Alternative dispute resolution is a process where an independent body, such
   as The Property Ombudsman considers the facts of a dispute and seeks to
   resolve it, without you having to go to court. If you are not happy with how
   we have handled any complaint, you may want to contact The Property
   Ombudsman. You can submit a complaint to The Property Ombudsman via their
   website at www.tpos.co.uk. The Property Ombudsman will not charge you for
   making a complaint and if you are not satisfied with the outcome you can
   still bring legal proceedings. In addition, please note that disputes may be
   submitted for online resolution to the European Commission Online Dispute
   Resolution platform.

 

 

Value My Property

Our online valuations are estimated based on information available via the
public Land Registry data, and should therefore be used as guidance only. This
valuation does not take into consideration the current condition of the property
or any improvements made since its last sale. Valuations for properties that
were last sold before January 1995 will have an estimation based on neighbouring
sales.


©Property Logic 2023




MATCHING BUYERS WITH SELLERS


IN AND AROUND THE IPSWICH AREA.



I'm looking ...

To Buy
To Rent
To Sell or Let

Contact Us
Meet the Team
Free Valuation
The Guild
Contact Us
Meet the Team
Free Valuation
The Guild



LATEST PROPERTIES IN IPSWICH & SURROUNDING SUFFOLK VILLAGES

Available
Ipswich Road, Holbrook
Guide Price £550,000
Available
Bramford Lane, Ipswich
£240,000
Available
The Street, Melton
Guide Price £325,000
Available
All Saints Road, Ipswich
Guide Price £210,000
SSTC
St. Peters Close, Henley
£395,000
Available
Goodall Terrace, Kesgrave
Guide Price £375,000
‹ ›
Available
Ipswich Road, Holbrook
Guide Price £550,000
Available
Bramford Lane, Ipswich
£240,000
Available
The Street, Melton
Guide Price £325,000
Available
All Saints Road, Ipswich
Guide Price £210,000
SSTC
St. Peters Close, Henley
£395,000
Available
Goodall Terrace, Kesgrave
Guide Price £375,000
‹ ›



TESTIMONIALS

 1. 
 2. 
 3. 
 4. 
 5. 
 6. 
 7. 
 8. 

"I would certainly recommend Your Ipswich to anyone, in fact I already have and
they sold their house as well"

N. Naughton, Ipswich

"Your Ipswich helped our move go as smoothly as possible. Thoroughly
recommended, many thanks"

P. Barnes, Kesgrave, Ipswich

"Estate Agents tend to have bad reputations, but my wife and I could not have
been happier with the service we received from Your Ipswich"

J. Peachey, Ipswich Suffolk

"We have been very happy with the service you have given, very proactive and
responsive and we would happily recommend you!"

T. Spencer, Ipswich

"I felt the service you provided to me as a buyer was excellent! this was mainly
due to open communication and your solution driven approach to the various
problems encountered within our move. My only regret with regards to the move
was not having Your Ipswich selling my own property. To that end I will be
recommending Your Ipswich to all my friends and family in the future"

D. Taylor, Ipswich Suffolk

"Thank you all for being professional and doing an excellent job"

M. Lake, Ipswich

"My house sold in 3 days thanks to your efficient teamwork. I could hardly
believe how quickly you valued, advertised and found suitable buyers to view my
property. Thank you also for being available whenever I phoned to answer
questions, for advice, and for being so organised with paperwork and following
up issues with prompt emails, ensuring that the sale of my house and my purchase
progressed without problems. I would not hesiate to recommend Your Ipswich to my
friends and family. The whole selling and moving process was stress free thanks
to your professional, dynamic and friendly service"

L. Dunnett, Ipswich

"Thank you for all your help and support. I would not hesitate to recommend your
service to anyone looking sell in Ipswich"

C. Rout, Ipswich Suffolk



 * 
 * 
 * 



CONTACT US

Your Ipswich Estate Agents

125 Dale Hall Lane
Ipswich
IP1 4LS
United Kingdom



ABOUT US



Your Ipswich is a leading independent Ipswich Estate Agent specialising in the
sale of properties throughout Ipswich and the surrounding Suffolk villages.

With the lowest fees at just 0.9% (incl. vat) which includes our Premium
Marketing Package our specialist local knowledge will help to sell your home
fast!



--------------------------------------------------------------------------------

2023 © Your Ipswich. All rights reserved. Terms and Conditions | Privacy Policy
| Cookie Policy
Your Ipswich Ltd . Registered in England & Wales.  Company No:  07815579 . 
Registered Office Address: 125 Dale Hall Lane, Ipswich, IP1 4LS. 
VAT Registration No: 150 7321 41 Trading As: Your Ipswich Ltd
Copyright © Your Ipswich 2023

- D2299A8F41E9B728ABCD05BAF9E71AC7



×