www.pilgrimsresidential.com Open in urlscan Pro
2606:4700:20::681a:16e  Public Scan

Submitted URL: https://pilgrimssalesandlettings.com/
Effective URL: https://www.pilgrimsresidential.com/
Submission: On August 20 via api from US — Scanned from GB

Form analysis 4 forms found in the DOM

GET /search

<form action="/search" id="sticky_search" method="get" class="">
  <div class="row search-form__row ">
    <div class="col-sm-2 reduce-padding-r">
      <div class="radio-inline">
        <input type="hidden" id="channel" name="channel" value="">
        <input type="radio" name="channel_sticky" id="buy" class="styled-radio channel_selector" value="sales" checked="checked">
        <label for="buy">Buy</label>
      </div><!-- .radio-inline -->
      <div class="radio-inline">
        <input type="radio" name="channel_sticky" id="let" class="styled-radio channel_selector" value="lettings">
        <label for="let">Rent</label>
      </div><!-- .radio-inline -->
    </div>
    <div class="area-postcode-search col-sm-3 reduce-padding-both">
      <input type="hidden" id="place_id" name="place_id" value="">
      <label class="sr-only">Area or Postcode:</label>
      <input class="form-control  ui-autocomplete-input" placeholder="Area or postcode" type="text" id="location" name="location" autocomplete="off">
    </div>
    <!-- max price pppw search for kingandcoproperties agent -->
    <div class="col-sm-3
        reduce-padding-both residential-search price-container">
      <div class="row">
        <div class="col-sm-6 reduce-padding-r">
          <label class="sr-only">Min. Price</label>
          <select class="form-control min_price" id="min_price" name="min_price">
            <option value="">Min Price</option>
            <option value="50000">£50,000</option>
            <option value="100000">£100,000</option>
            <option value="200000">£200,000</option>
            <option value="300000">£300,000</option>
            <option value="400000">£400,000</option>
            <option value="500000">£500,000</option>
            <option value="600000">£600,000</option>
            <option value="700000">£700,000</option>
            <option value="800000">£800,000</option>
            <option value="900000">£900,000</option>
            <option value="1000000">£1,000,000</option>
            <option value="1100000">£1,100,000</option>
            <option value="1200000">£1,200,000</option>
            <option value="1300000">£1,300,000</option>
          </select>
        </div>
        <div class="col-sm-6 reduce-padding-l">
          <label class="sr-only">Max. Price</label>
          <select class="form-control max_price" id="max_price">
            <option value="">Max Price</option>
            <option value="50000">£50,000</option>
            <option value="100000">£100,000</option>
            <option value="200000">£200,000</option>
            <option value="300000">£300,000</option>
            <option value="400000">£400,000</option>
            <option value="500000">£500,000</option>
            <option value="600000">£600,000</option>
            <option value="700000">£700,000</option>
            <option value="800000">£800,000</option>
            <option value="900000">£900,000</option>
            <option value="1000000">£1,000,000</option>
            <option value="1100000">£1,100,000</option>
            <option value="1200000">£1,200,000</option>
            <option value="1300000">£1,300,000</option>
          </select>
        </div>
      </div><!-- .row -->
    </div>
    <div class="col-sm-2 min-beds-container reduce-padding-both residential-search">
      <label class="sr-only">Min. Beds</label>
      <select class="form-control" id="min_beds" name="min_beds">
        <option value="">Min Beds</option>
        <option value="0">Studio</option>
        <option value="1">1 Bedroom</option>
        <option value="2">2 Bedrooms</option>
        <option value="3">3 Bedrooms</option>
        <option value="4">4 Bedrooms</option>
        <option value="5">5 Bedrooms</option>
      </select>
    </div>
    <script>
      $(document).ready(function($) {
        $(document).on('change', '#exact_match_beds', function(e) {
          $('.single_field_min_beds').val(e.target.value);
          $('.single_field_max_beds').val(e.target.value);
        })
      })
    </script>
    <div class="col-sm-2 reduce-padding-l">
      <button class="form-control btn search-form__submit" type="submit" onclick="Ctesius.Actions.submitSearchForm({selector: '#sticky_search'}); return false;">Search<i class="fa fa-search"></i></button>
    </div>
  </div><!-- .row -->
  <a href="#" class="btn search-form__advanced" data-toggle="collapse" data-target="#sticky_search .advanced-search" aria-expanded="false" aria-controls="advanced-search">Advanced Search</a>
  <div aria-expanded="false" class="advanced-search [ collapse  ]">
    <div class="row">
      <div class="col-sm-2 reduce-padding-r">
        <input class="" type="checkbox" id="status" name="#sticky_status" value="all">
        <label class="status_label" for="#sticky_status"> Show sold/SSTC </label>
      </div>
      <div class="col-sm-3 reduce-padding-both mobile-padding">
        <label class="sr-only">Search Radius:</label>
        <select class="form-control" id="within" name="search-radius">
          <option value="">This area only</option>
          <option value="0-25-miles">1/4 mile</option>
          <option value="0-5-miles">1/2 mile</option>
          <option value="1-miles">1 mile</option>
          <option value="2-miles">2 mile</option>
          <option value="5-miles">5 mile</option>
          <option value="10-miles">10 mile</option>
          <option value="15-miles">15 mile</option>
          <option value="20-miles">20 mile</option>
        </select>
      </div>
      <div class="col-sm-4 reduce-padding-both">
        <label class="sr-only">Property Type:</label>
        <select class="form-control select_type" id="type" name="type">
          <option value="" title="">Property Type</option>
          <option value="apartment">Apartment</option>
          <option value="attached-house">Attached House</option>
          <option value="commercial">Commercial</option>
          <option value="detached">Detached</option>
          <option value="detached-house">Detached House</option>
          <option value="featured">Featured</option>
          <option value="flat">Flat</option>
          <option value="flat-share">Flat Share</option>
          <option value="house">House</option>
          <option value="house-share">House Share</option>
          <option value="maisonette">Maisonette</option>
          <option value="new-apartment">New Apartment</option>
          <option value="new-home">New Home</option>
          <option value="semi-detached">Semi Detached</option>
          <option value="serviced-apartments">Serviced Apartments</option>
          <option value="short-let">Short Let</option>
          <option value="student-house-share">Student House Share</option>
          <option value="studio">Studio</option>
        </select>
      </div>
      <div class="col-sm-3 reduce-padding-l">
        <a class="search-form__draw-search" href="/properties/sales#map"><span>Try Our</span> Draw a Map Search</a>
      </div>
    </div><!-- .row -->
  </div><!-- .advanced-search -->
</form>

GET /search

<form action="/search" id="home_search" method="get" class="refine_form advanced">
  <div class="row search-form__row ">
    <div class="col-sm-2 reduce-padding-r">
      <div class="radio-inline">
        <input type="hidden" id="channel" name="channel" value="">
        <input type="radio" name="channel_home" id="buy_home" class="styled-radio channel_selector" value="sales" checked="checked">
        <label for="buy_home">Buy</label>
      </div><!-- .radio-inline -->
      <div class="radio-inline">
        <input type="radio" name="channel_home" id="let_home" class="styled-radio channel_selector" value="lettings">
        <label for="let_home">Rent</label>
      </div><!-- .radio-inline -->
    </div>
    <div class="area-postcode-search col-sm-3 reduce-padding-both">
      <input type="hidden" id="place_id" name="place_id" value="">
      <label class="sr-only">Area or Postcode:</label>
      <input class="form-control  ui-autocomplete-input" placeholder="Area or postcode" type="text" id="location" name="location" autocomplete="off">
    </div>
    <!-- max price pppw search for kingandcoproperties agent -->
    <div class="col-sm-3
        reduce-padding-both residential-search price-container">
      <div class="row">
        <div class="col-sm-6 reduce-padding-r">
          <label class="sr-only">Min. Price</label>
          <select class="form-control min_price" id="min_price" name="min_price">
            <option value="">Min Price</option>
            <option value="50000">£50,000</option>
            <option value="100000">£100,000</option>
            <option value="200000">£200,000</option>
            <option value="300000">£300,000</option>
            <option value="400000">£400,000</option>
            <option value="500000">£500,000</option>
            <option value="600000">£600,000</option>
            <option value="700000">£700,000</option>
            <option value="800000">£800,000</option>
            <option value="900000">£900,000</option>
            <option value="1000000">£1,000,000</option>
            <option value="1100000">£1,100,000</option>
            <option value="1200000">£1,200,000</option>
            <option value="1300000">£1,300,000</option>
          </select>
        </div>
        <div class="col-sm-6 reduce-padding-l">
          <label class="sr-only">Max. Price</label>
          <select class="form-control max_price" id="max_price">
            <option value="">Max Price</option>
            <option value="50000">£50,000</option>
            <option value="100000">£100,000</option>
            <option value="200000">£200,000</option>
            <option value="300000">£300,000</option>
            <option value="400000">£400,000</option>
            <option value="500000">£500,000</option>
            <option value="600000">£600,000</option>
            <option value="700000">£700,000</option>
            <option value="800000">£800,000</option>
            <option value="900000">£900,000</option>
            <option value="1000000">£1,000,000</option>
            <option value="1100000">£1,100,000</option>
            <option value="1200000">£1,200,000</option>
            <option value="1300000">£1,300,000</option>
          </select>
        </div>
      </div><!-- .row -->
    </div>
    <div class="col-sm-2 min-beds-container reduce-padding-both residential-search">
      <label class="sr-only">Min. Beds</label>
      <select class="form-control" id="min_beds" name="min_beds">
        <option value="">Min Beds</option>
        <option value="0">Studio</option>
        <option value="1">1 Bedroom</option>
        <option value="2">2 Bedrooms</option>
        <option value="3">3 Bedrooms</option>
        <option value="4">4 Bedrooms</option>
        <option value="5">5 Bedrooms</option>
      </select>
    </div>
    <script>
      $(document).ready(function($) {
        $(document).on('change', '#exact_match_beds', function(e) {
          $('.single_field_min_beds').val(e.target.value);
          $('.single_field_max_beds').val(e.target.value);
        })
      })
    </script>
    <div class="col-sm-2 reduce-padding-l">
      <button class="form-control btn search-form__submit" type="submit" onclick="Ctesius.Actions.submitSearchForm({selector: '#home_search'}); return false;">Search<i class="fa fa-search"></i></button>
    </div>
  </div><!-- .row -->
  <a href="#" class="btn search-form__advanced" data-toggle="collapse" data-target="#home_search .advanced-search" aria-expanded="false" aria-controls="advanced-search">Advanced Search</a>
  <div aria-expanded="false" class="advanced-search [ collapse hidden-xs ]">
    <div class="row">
      <div class="col-sm-2 reduce-padding-r">
        <input class="" type="checkbox" id="status" name="#home_status" value="all">
        <label class="status_label" for="#home_status"> Show sold/SSTC </label>
      </div>
      <div class="col-sm-3 reduce-padding-both mobile-padding">
        <label class="sr-only">Search Radius:</label>
        <select class="form-control" id="within" name="search-radius">
          <option value="">This area only</option>
          <option value="0-25-miles">1/4 mile</option>
          <option value="0-5-miles">1/2 mile</option>
          <option value="1-miles">1 mile</option>
          <option value="2-miles">2 mile</option>
          <option value="5-miles">5 mile</option>
          <option value="10-miles">10 mile</option>
          <option value="15-miles">15 mile</option>
          <option value="20-miles">20 mile</option>
        </select>
      </div>
      <div class="col-sm-4 reduce-padding-both">
        <label class="sr-only">Property Type:</label>
        <select class="form-control select_type" id="type" name="type">
          <option value="" title="">Property Type</option>
          <option value="apartment">Apartment</option>
          <option value="attached-house">Attached House</option>
          <option value="commercial">Commercial</option>
          <option value="detached">Detached</option>
          <option value="detached-house">Detached House</option>
          <option value="featured">Featured</option>
          <option value="flat">Flat</option>
          <option value="flat-share">Flat Share</option>
          <option value="house">House</option>
          <option value="house-share">House Share</option>
          <option value="maisonette">Maisonette</option>
          <option value="new-apartment">New Apartment</option>
          <option value="new-home">New Home</option>
          <option value="semi-detached">Semi Detached</option>
          <option value="serviced-apartments">Serviced Apartments</option>
          <option value="short-let">Short Let</option>
          <option value="student-house-share">Student House Share</option>
          <option value="studio">Studio</option>
        </select>
      </div>
      <div class="col-sm-3 reduce-padding-l">
        <a class="search-form__draw-search" href="/properties/sales#map"><span>Try Our</span> Draw a Map Search</a>
      </div>
    </div><!-- .row -->
  </div><!-- .advanced-search -->
</form>

POST /leads

<form action="/leads" method="post" id="contact_form" class="valuation__form js-disable-on-submit"><input type="hidden" name="authenticity_token" value="BRr0gK83PyPLf/l3E33f+h1fdhHDFiSxNX5nb0kVk50cJFVcDcQ0480b+UuRi79w+pI7/kaG2ppFx5oSRawTaQ==">
  <input type="hidden" name="lead[is_valuation_request]" value="1">
  <input type="hidden" value="1809" name="lead_client[agency_id]">
  <input type="text" id="body" name="lead_client[body]" aria-label="body" style="height: 0; width: 0; opacity: 0;">
  <div id="form_error"></div>
  <div class="row">
    <div class="col-sm-4">
      <ul>
        <li>
          <div class="contact__select radio col-md-12">
            <input type="radio" name="form-type" id="val-footer-valuation" class="styled-radio" value="" checked="">
            <label for="val-footer-valuation">Arrange your free valuation</label>
          </div>
        </li>
        <li class="updates">
          <div class="contact__select radio col-md-12" data-target=".footer__register-form">
            <input type="radio" name="form-type" id="val-footer-updates" class="styled-radio" value="">
            <label for="val-footer-updates">register for updates</label>
          </div>
        </li>
      </ul>
    </div>
    <div class="col-sm-8">
      <div class="row">
        <div class="col-sm-6 reduce-padding-r">
          <div class="form-group">
            <label class="text sr-only" for="lead_client[first_name]">First name</label>
            <input id="lead_client[first_name]" name="lead_client[first_name]" type="text" class="form-control valuation-first" placeholder="First Name*" required="">
          </div><!-- .form-group -->
        </div>
        <div class="col-sm-6 reduce-padding-l">
          <div class="form-group">
            <label class="text sr-only" for="lead_client[last_name]">Last name</label>
            <input id="lead_client[last_name]" name="lead_client[last_name]" type="text" class="form-control valuation-last" placeholder="Last Name*" required="">
          </div><!-- .from-group -->
        </div>
      </div><!-- .row -->
      <div class="row">
        <div class="col-sm-6 reduce-padding-r">
          <div class="form-group">
            <label class="text sr-only" for="lead_client[email]">Email</label>
            <input id="lead_client[email]" name="lead_client[email]" type="email" class="form-control valuation-email" placeholder="Email*" required="" pattern="[a-zA-Z0-9._%+-]*@[a-zA-Z0-9\.\-]*\.[a-zA-Z]{1,}$">
          </div>
        </div>
        <div class="col-sm-6 reduce-padding-l">
          <div class="form-group">
            <label class="text sr-only" for="lead_client[tel_home]">Telephone</label>
            <input id="lead_client[tel_home]" name="lead_client[tel_home]" type="text" class="form-control valuation-tel" placeholder="Telephone*" required="" pattern="^[0-9-.()\/ +]{6,20}$">
          </div>
        </div>
      </div><!-- .row -->
      <div class="row">
        <div class="col-sm-6 reduce-padding-r">
          <div class="form-group">
            <label class="text sr-only" for="client[street_address]">Street</label>
            <input id="client[street_address]" name="lead_client[street_address]" type="text" class="form-control valuation-tel" placeholder="Address" required="">
          </div><!-- .form-group -->
        </div>
        <div class="col-sm-6 reduce-padding-l">
          <div class="form-group">
            <label class="text sr-only" for="client[postcode]">Postcode</label>
            <input id="client[postcode]" name="lead[postcode]" type="text" class="form-control valuation-tel" placeholder="Postcode" required="">
          </div><!-- .form-group -->
        </div>
      </div><!--.row -->
      <div class="row">
        <div class="col-sm-6 reduce-padding-r">
          <div class="form-group">
            <label class="text sr-only" for="branch">Branch</label>
            <select class="form-control valuation-branch" name="lead[branch_id]" required="">
              <option value="null" disabled="" selected="">Select A Branch</option>
              <option value="2725">Pilgrims</option>
            </select>
          </div><!-- .form-group -->
          <div class="form-group">
            <label>Valuation</label>
            <label>
              <input id="is_sales_valuation" name="lead[valuation_reason]" type="radio" value="sales" checked=""> For sale </label>
            <label>
              <input id="is_lettings_valuation" name="lead[valuation_reason]" type="radio" value="lettings"> To let </label>
          </div><!-- .form-group -->
        </div>
        <div class="col-sm-6 reduce-padding-l">
          <div class="form-group">
            <label class="sr-only" for="lead[message]">Message</label>
            <textarea id="message" name="lead[message]" class="form-control .valuation-message" cols="40" rows="4" placeholder="Message" style="height:85px;" required=""></textarea>
          </div>
        </div>
      </div><!--. row -->
    </div>
  </div><!--.row -->
  <div class="optin_container__opt_in_marketing opt_in_box"><label class="statement_text  optin-label__opt_in_marketing"><input class="checkbox_class_opt_in_marketing" type="checkbox" name="marketing_preferences[opt_in_marketing]"><span> Get emails
        with the latest news and information on the local property market, our products and services. You can unsubscribe at any time. </span></label></div>
  <div class="optin_container__account_confirmation_status opt_in_box"><label class="statement_text  optin-label__account_confirmation_status"><input class="checkbox_class_account_confirmation_status" type="checkbox"
        name="marketing_preferences[account_confirmation_status]"><span> Create an account to view your saved properties and searches and keep your personal details up-to-date. </span></label></div>
  <div class="optin_container__opt_in_terms opt_in_box"><label class="statement_text  optin-label__opt_in_terms"><input class="checkbox_class_opt_in_terms" type="checkbox" name="marketing_preferences[opt_in_terms]" required=""><span> I have read and
        agree to the <a href="/pages/terms-of-use">Terms and Conditions</a>, <a href="/pages/privacy-policy">Privacy Policy</a> and <a href="/pages/cookies">Cookies Policy</a>. </span></label></div><input type="hidden"
    name="[marketing_preferences][opt_in_marketing_statement]" value="Get emails with the latest news and information on the local property market, our products and services. You can unsubscribe at any time.">
  <div class="row">
    <input type="submit" class="btn contact__button js-disable-button" value="Submit">
  </div><!-- .row -->
  <div class="g-recaptcha" data-sitekey="6Lf16S0UAAAAAL0YaWCLRhChd4Uk77b-4Ai0ZdRY" data-callback="submitRecaptchaForm" data-size="invisible"></div>
</form>

POST /user

<form class="user-register-form js-disable-on-submit" action="/user" method="post"><input type="hidden" name="authenticity_token" value="BRr0gK83PyPLf/l3E33f+h1fdhHDFiSxNX5nb0kVk50cJFVcDcQ0480b+UuRi79w+pI7/kaG2ppFx5oSRawTaQ==">
  <input type="text" id="body" name="body" style="height: 0; width: 0; opacity: 0;">
  <div class="row">
    <div class="col-sm-4">
      <ul>
        <li>
          <div class="contact__select radio col-md-12" data-target=".footer__valuation-form">
            <input type="radio" name="form-type" id="con-footer-valuation" class="styled-radio" value="">
            <label for="con-footer-valuation">Arrange your free valuation</label>
          </div>
        </li>
        <li class="updates">
          <div class="contact__select radio col-md-12">
            <input type="radio" name="form-type" id="con-footer-updates" class="styled-radio" value="" checked="">
            <label for="con-footer-updates">register for updates</label>
          </div>
        </li>
      </ul>
    </div>
    <div class="col-sm-8">
      <input type="hidden" value="1809" name="client[agency_id]">
      <input type="hidden" name="lead[is_registration_lead]" value="1">
      <div id="form_error"></div>
      <div class="row">
        <div class="col-sm-6 reduce-padding-r">
          <div class="form-group">
            <label class="text sr-only" for="client[first_name]">First name</label>
            <input id="client[first_name]" name="client[first_name]" type="text" class="form-control register-first" placeholder="First Name" required="">
          </div>
        </div>
        <div class="col-sm-6 reduce-padding-l">
          <div class="form-group">
            <label class="text sr-only" for="client[last_name]">Last name</label>
            <input id="client[last_name]" name="client[last_name]" type="text" class="form-control register-last" placeholder="Last Name" required="">
          </div>
        </div>
      </div><!--.row -->
      <div class="row">
        <div class="col-sm-6 reduce-padding-r">
          <div class="form-group">
            <label class="text sr-only" for="client[tel_home]">Telephone</label>
            <input id="client[tel_home]" name="client[tel_home]" type="text" class="form-control" placeholder="Telephone">
          </div>
        </div>
        <div class="col-sm-6 reduce-padding-l">
          <div class="form-group">
            <label class="text sr-only" for="client[email]">Email</label>
            <input id="client[email]" name="client[email]" type="email" class="form-control register-email" placeholder="Email" required="">
          </div>
        </div>
      </div><!-- .row -->
      <div class="row">
        <div class="col-sm-6 reduce-padding-r">
          <div class="form-group">
            <label class="text sr-only" for="client[password]">Password</label>
            <input id="client[password]" name="client[password]" type="password" class="form-control register-password" placeholder="Password" required="">
          </div>
        </div>
        <div class="col-sm-6 reduce-padding-l">
          <div class="form-group">
            <label class="text sr-only " for="client[password_confirmation]">Confirm password</label>
            <input id="client[password_confirmation]" type="password" name="client[password_confirmation]" class="form-control register-password-conf" placeholder="Confirm Password" required="">
          </div>
          <input type="hidden" name="lead[message]" value="I am registering on your site">
        </div>
      </div><!-- .row -->
    </div><!--.col-->
  </div><!-- .row -->
  <div class="optin_container__opt_in_marketing opt_in_box"><label class="statement_text  optin-label__opt_in_marketing"><input class="checkbox_class_opt_in_marketing" type="checkbox" name="marketing_preferences[opt_in_marketing]"><span> Get emails
        with the latest news and information on the local property market, our products and services. You can unsubscribe at any time. </span></label></div>
  <div class="optin_container__opt_in_terms opt_in_box"><label class="statement_text  optin-label__opt_in_terms"><input class="checkbox_class_opt_in_terms" type="checkbox" name="marketing_preferences[opt_in_terms]" required=""><span> I have read and
        agree to the <a href="/pages/terms-of-use">Terms and Conditions</a>, <a href="/pages/privacy-policy">Privacy Policy</a> and <a href="/pages/cookies">Cookies Policy</a>. </span></label></div><input type="hidden"
    name="[marketing_preferences][opt_in_marketing_statement]" value="Get emails with the latest news and information on the local property market, our products and services. You can unsubscribe at any time.">
  <div class="row">
    <input type="submit" class="btn contact__button js-disable-button" value="Submit">
  </div><!-- .row -->
</form>

Text Content

This website uses cookies to give you the best experience. Learn more
DeclineAllow cookies
Admin Content chunks Hide
Show admin
My Pilgrims Sales & Lettings X
 * Lettings +
   * Properties to Rent
   * Why Choose Pilgrims
   * Landlord Fees
   * Tenant Fees
   * Request a Valuation
 * Sales +
   * Properties for Sale
   * Selling & Marketing
   * Request a Valuation
 * Property Management
 * Financial Services +
   * Speak With a Financial Advisor
 * Company Profile +
   * About Us
   * Meet the Team
   * Contact Us
   * News
   * Testimonials
   * Areas We Cover
 * Contact Us

 * My Pilgrims Sales & Lettings
 * Saved Properties (0)
 * Saved searches (0)
 * Contact Us Today
 * Call us on 01932 348620    

Toggle navigation Menu
 * Lettings +
   * Properties to Rent
   * Why Choose Pilgrims
   * Landlord Fees
   * Tenant Fees
   * Request a Valuation
 * Sales +
   * Properties for Sale
   * Selling & Marketing
   * Request a Valuation
 * Property Management
 * Financial Services +
   * Speak With a Financial Advisor
 * Company Profile +
   * About Us
   * Meet the Team
   * Contact Us
   * News
   * Testimonials
   * Areas We Cover
 * Contact Us

Toggle navigation Menu
   
 * Lettings +
   * Properties to Rent
   * Why Choose Pilgrims
   * Landlord Fees
   * Tenant Fees
   * Request a Valuation
 * Sales +
   * Properties for Sale
   * Selling & Marketing
   * Request a Valuation
 * Property Management
 * Financial Services +
   * Speak With a Financial Advisor
 * Company Profile +
   * About Us
   * Meet the Team
   * Contact Us
   * News
   * Testimonials
   * Areas We Cover
 * Contact Us

Find a Property
Buy
Rent
Area or Postcode:
Min. Price Min Price£50,000 £100,000 £200,000 £300,000 £400,000 £500,000
£600,000 £700,000 £800,000 £900,000 £1,000,000 £1,100,000 £1,200,000 £1,300,000
Max. Price Max Price£50,000 £100,000 £200,000 £300,000 £400,000 £500,000
£600,000 £700,000 £800,000 £900,000 £1,000,000 £1,100,000 £1,200,000 £1,300,000
Min. Beds Min Beds Studio 1 Bedroom 2 Bedrooms 3 Bedrooms 4 Bedrooms 5 Bedrooms
Search
Advanced Search
Show sold/SSTC
Search Radius: This area only 1/4 mile 1/2 mile 1 mile 2 mile 5 mile 10 mile 15
mile 20 mile
Property Type: Property Type Apartment Attached House Commercial Detached
Detached House Featured Flat Flat Share House House Share Maisonette New
Apartment New Home Semi Detached Serviced Apartments Short Let Student House
Share Studio
Try Our Draw a Map Search

Buy
Rent
Area or Postcode:
Min. Price Min Price£50,000 £100,000 £200,000 £300,000 £400,000 £500,000
£600,000 £700,000 £800,000 £900,000 £1,000,000 £1,100,000 £1,200,000 £1,300,000
Max. Price Max Price£50,000 £100,000 £200,000 £300,000 £400,000 £500,000
£600,000 £700,000 £800,000 £900,000 £1,000,000 £1,100,000 £1,200,000 £1,300,000
Min. Beds Min Beds Studio 1 Bedroom 2 Bedrooms 3 Bedrooms 4 Bedrooms 5 Bedrooms
Search
Advanced Search
Show sold/SSTC
Search Radius: This area only 1/4 mile 1/2 mile 1 mile 2 mile 5 mile 10 mile 15
mile 20 mile
Property Type: Property Type Apartment Attached House Commercial Detached
Detached House Featured Flat Flat Share House House Share Maisonette New
Apartment New Home Semi Detached Serviced Apartments Short Let Student House
Share Studio
Try Our Draw a Map Search

CONTACT US

Get in touch today

Click here

VALUATION

How much is your property worth?

Request a valuation

NEWS

Keep up to date with our latest news

Click here


WELCOME TO PILGRIMS SALES & LETTINGS

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

Pilgrims business hub is based in West Byfleet and offer extensive coverage
throughout the Surrey area. Please check our Google reviews as a reference to
our services. Established in 1973, Pilgrims Sales & Lettings are a
well-established property agency celebrating half a century of property
expertise. With long standing traditional values, Pilgrims handle Sales,
Lettings and Block Management Services (via our Partners at JGMBM Ltd) to
clients throughout Surrey and the south east.

Pilgrims also offer a land and new homes department to both experienced and
first time developers. CEO, James Griffin has many decades of knowledge in this
field and also handles new ‘build to rent’ developments in London and the south
east.

Pilgrims are active in lettings portfolio acquisition, from the smallest
individual landlord portfolio, to the larger limited company share purchase.
Please contact CEO, James Griffin, if you have an interest in selling you
portfolio or company.

We are happy to recommend our financial services partners, Switch FS, who
specialise in mortgages re-mortgages and pension services – If you would like us
to affect an introduction to Switch FS, then please email us at
info@pilgrimsresidential.com

An independent family run business with 2 generations at the helm, Pilgrims
understand the importance of individual client service. Our team, headed by
Managing Director, Carla Munro, are office based and have over 70 years
accumulated experience between them.

Pilgrims lets and sells some of the most exquisite homes in many of Surrey’s
most desired postcodes. They are passionate, dedicated, professional and
personable in their approach. Immensely proud of their staff and reputation they
have earned in the area, every team member is known for their honesty,
integrity, and desire to do the very best for each and every customer.

Our sales division goes from strength to strength with records sales year after
year. Once a sale is arranged, AML and funds verified; all sales progression are
handled by a senior director, all of whom have many years of experience.

Our lettings department is revered locally for its high standards, with
unsurpassed compliance and housing law knowledge. Our landlords enjoy a bespoke
personalised management service; such one-to-one relationships are rarely
afforded in today's centralised world!

Pilgrims business hub is based in West Byfleet and offer extensive coverage
throughout the Surrey area. Please check our Google reviews as a reference to
our services.





LATEST PROPERTIES


A SELECTION OF OUR NEWLY LISTED PROPERTIES

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

 * 2 beds
 * 2 baths
 * 1 living

Detached bungalow available for sale as part of a recently completed new build
development of only four properties built by reputable local develop...

Compton Place, Basingstoke,...

£450,000
 * 5 beds
 * 2 baths
 * 1 living

Situated in a small and select cul-de-sac off Dartnell Park Road, this
immaculately presented 5-bedroom detached family home is available for sale ...

Dartnell Park Road, West By...

Offers in excess of £900,000
 * 3 beds
 * 2 baths
 * 2 living

A rarely available 3 bedroom semi-detached family home situated at the very end
of this small cul-de-sac on a secluded and private corner plot.

Longs Close, Pyrford, Wokin...

£550,000
 * 3 beds
 * 1 bath
 * 1 living

Three bedroom home situated within a short walk from Woking town centre and
mainline train station.The property offers an entrance hallway, w/...

Belgrave Manor, Brooklyn Ro...

Guide price £450,000
 * 4 beds
 * 2 baths
 * 3 living

**SUNDAY VIEWINGS AVAILABLE**One of only three brand new neo-barn homes on this
small development, finished to a contemporary style by reputab...

Aldermaston Road, Pamber En...

£775,000
 * 2 beds
 * 1 bath
 * 1 living

Pilgrims Sales & Lettings offer this mainly furnished first floor two bedroom
flat, set in a small development within a highly desirable residentia...

Bridgewater Road, Weybridge...

£1,495 pcm
 * 4 beds
 * 2 baths
 * 4 living

Situated in sought after hamlet of Pamber End, we are pleased to offer this
recently refurbished 4/5 bedroom, 3 reception room family home with 2 b...

Aldermaston Road, Pamber En...

£2,500 pcm
 * 4 beds
 * 3 baths
 * 1 living

Stunning four bedroom townhouse fully refurbished in 2023, situated within
central Woking, only a short walk from Woking mainline train station and...

Hill View Road, Woking, Sur...

£2,850 pcm
 * 4 beds
 * 2 baths
 * 2 living

**Garage & Driveway Parking**Detached four bedroom family home situated within a
quiet residential location walking distance of local schools ...

Chestnut Way, Busbridge, Go...

£3,475 pcm
1
2
3
4
5
6
7
+-


Leaflet | Map data © OpenStreetMap contributors
book a free valuation today
 * Arrange your free valuation
 * register for updates

First name
Last name
Email
Telephone
Street
Postcode
Branch Select A Branch Pilgrims
Valuation For sale To let
Message
Get emails with the latest news and information on the local property market,
our products and services. You can unsubscribe at any time.
Create an account to view your saved properties and searches and keep your
personal details up-to-date.
I have read and agree to the Terms and Conditions, Privacy Policy and Cookies
Policy.


 * Arrange your free valuation
 * register for updates

First name
Last name
Telephone
Email
Password
Confirm password
Get emails with the latest news and information on the local property market,
our products and services. You can unsubscribe at any time.
I have read and agree to the Terms and Conditions, Privacy Policy and Cookies
Policy.



OUR OFFICES

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

 * Pilgrims


HEAD OFFICE

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


FOLLOW US

 * --------------------------------------------------------------------------------
   
   * 
   * 
   


OUR SERVICES

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

 * Sales
 * Letting
 * Block Management


THE LEGAL BIT...

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

 * Privacy Policy
 * Terms of Use
 * Cookies
 * Complaints Procedure


FOLLOW US

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

Join us on Facebook

Follow us on Instagram

Copyright 2024 Pilgrims All rights reserved. Powered by Homeflow. 

                 



 * 







ShareThis Copy and Paste