www.propertyadsja.com Open in urlscan Pro
2606:4700:3037::ac43:80a7  Public Scan

Submitted URL: http://www.propertyadsja.com/
Effective URL: https://www.propertyadsja.com/
Submission: On October 12 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET search.asp

<form data-toggle="validator" class="" role="form" action="search.asp" method="get">
  <div class="row">
    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
      <div class="form-group">
        <label class="col-lg-5 col-md-5 col-sm-5 col-xs-5">Listing Type</label>
        <div class="col-lg-7 col-md-7 col-sm-7 col-xs-7 ">
          <select class="form-control input-sm" data-error="Select One" id="search-listing-type" name="SearchListingType">
            <option value="">Sale &amp;/or Rent</option>
            <option value="1">Sale</option>
            <option value="2">Rent/Lease</option>
          </select>
          <div class="help-block with-errors"></div>
        </div>
      </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
      <div class="form-group">
        <label class="col-lg-5 col-md-5 col-sm-5 col-xs-5">Property Type</label>
        <div class="col-lg-7 col-md-7 col-sm-7 col-xs-7 ">
          <select class="form-control input-sm" data-error="Select Property Type" id="search-property-type" name="SearchPropertyType">
            <option value="">Select Type</option>
            <option value="">Any type</option>
            <option value="1">Apartment</option>
            <option value="2">Townhouse</option>
            <option value="3">House</option>
            <option value="4">Flat</option>
            <option value="5">Residential lot</option>
            <option value="6">Commercial building</option>
            <option value="7">Other</option>
            <option value="8">Commercial/farm land</option>
            <option value="9">Resort/vacation property</option>
            <option value="10">Commercial land</option>
            <option value="11">Space</option>
            <option value="12">Land</option>
          </select>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
      <div class="row form-group">
        <label class="col-lg-5 col-md-5 col-sm-5 col-xs-5">Parish</label>
        <div class="col-lg-7 col-md-7 col-sm-7 col-xs-7 ">
          <select class="form-control input-sm" data-error="Select Location" id="search-parish" name="SearchParish">
            <option value="">Choose Parish</option>
            <option value="">All Parishes</option>
            <option value="1">Kingston / St. Andrew</option>
            <option value="3">Clarendon</option>
            <option value="7">Hanover</option>
            <option value="4">Manchester</option>
            <option value="12">Portland</option>
            <option value="10">St. Ann</option>
            <option value="2">St. Catherine</option>
            <option value="5">St. Elizabeth</option>
            <option value="8">St. James</option>
            <option value="11">St. Mary</option>
            <option value="13">St. Thomas</option>
            <option value="9">Trelawny</option>
            <option value="6">Westmoreland</option>
          </select>
          <div class="help-block with-errors"></div>
        </div>
      </div>
      <div class="row form-group">
        <label class="col-lg-5 col-md-5 col-sm-5 col-xs-5"> Area</label>
        <div class="col-lg-7 col-md-7 col-sm-7 col-xs-7 ">
          <input type="text" placeholder="Community" class="form-control input-sm" id="search-property-area" name="SearchPropertyArea">
          <div class="help-block with-errors"></div>
        </div>
      </div>
      <div class="row form-group">
        <label class="col-lg-5 col-md-5 col-sm-5 col-xs-5">Bedrooms</label>
        <div class="col-lg-7 col-md-7 col-sm-7 col-xs-7 ">
          <select class="form-control input-sm" data-error="Select Bedrooms" id="search-bedrooms" name="SearchBedrooms">
            <option value="">Select Bedrooms</option>
            <option value="">Any</option>
            <option value="1">1+</option>
            <option value="2">2+</option>
            <option value="3">3+</option>
            <option value="4">4+</option>
            <option value="5">5+</option>
            <option value="6">6+</option>
            <option value="7">7+</option>
            <option value="8">8+</option>
            <option value="9">9+</option>
            <option value="10">10+</option>
            <option value="11">11+</option>
            <option value="12">12+</option>
            <option value="13">13+</option>
            <option value="14">14+</option>
            <option value="15">15+</option>
            <option value="16">16+</option>
            <option value="17">17+</option>
            <option value="18">18+</option>
            <option value="19">19+</option>
            <option value="20">20+</option>
          </select>
          <div class="help-block with-errors"></div>
        </div>
      </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
      <div class="row form-group">
        <label class="col-lg-5 col-md-5 col-sm-5 col-xs-5"> Price </label>
        <style>
          .inline-form-group {
            display: flex;
            align-items: center;
            justify-content: flex-start;
          }

          .inline-form-group .group+.group {
            margin-left: 5px;
            flex: 1;
          }

          .inline-form-group .group+.group select {
            width: 100%;
          }
        </style>
        <div class="col-lg-7 col-md-7 col-sm-7 col-xs-7 form-inline">
          <div class="inline-form-group">
            <div class="group">
              <select class="form-control input-sm " name="SearchCurrency" data-error="" id="search-currency">
                <option value="">$</option>
              </select>
            </div>
            <div class="group">
              <select class="form-control input-sm " name="SearchPriceRange" data-error="" id="search-price-range">
              </select>
            </div>
          </div>
        </div>
      </div>
      <div class="row form-group">
        <label class="col-lg-5 col-md-5 col-sm-5 col-xs-5"> Sort results by </label>
        <div class="col-lg-7 col-md-7 col-sm-7 col-xs-7 ">
          <select class="form-control input-sm" name="SearchSB" data-error="" id="search-sb">
            <option value="5">Sort results by</option>
            <option value="5">Recently updated &amp; new</option>
            <option value="3">Newer listings first</option>
            <option value="1">Price - Low to High</option>
            <option value="2">Price - High to Low</option>
            <option value="4">Older listings first</option>
          </select>
        </div>
      </div>
      <div class="row form-group browse-all view-table-filters">
        <label class="col-lg-5 col-md-5 col-sm-5 col-xs-5 hidden-xs">
          <a href="#" data-placement="bottom" data-toggle="popover" data-container="body" type="button" data-html="true" data-original-title="" title="">More filters <i class="material-icons" style="font-size:14px" aria-hidden="true"></i></a></label>
        <div class="col-lg-7 col-md-7 col-sm-7 col-xs-7 home-btn">
          <input type="submit" class="btn " value="Search Now" name="SearchNow">
        </div>
      </div>
    </div>
  </div>
</form>

POST https://www.paypal.com/cgi-bin/webscr

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
  <input type="hidden" name="cmd" value="_s-xclick">
  <input type="hidden" name="hosted_button_id" value="DL495E7XFUV8J">
  <table border="0">
    <tbody>
      <tr>
        <td><input type="hidden" name="on0" value="Advertise Unlimited Properties for :">Advertise Unlimited Properties :<br><br></td>
      </tr>
      <tr>
        <td><select name="os0" class="form-control input-md">
            <option value="1">3 Months - US$34.00</option>
            <option value="3">6 Months - US$99.00 </option>
            <option value="6">9 Months - US$189.00 (you save $9)</option>
            <option value="12">12 Months - US$369.00 (you save $27)</option>
          </select>
          <br>
        </td>
      </tr>
    </tbody>
  </table>
  <input type="hidden" name="currency_code" value="USD">
  <input type="hidden" name="custom" value="">
  <input type="image" src="https://www.paypalobjects.com/webstatic/en_US/btn/btn_paynow_cc_144x47.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
  <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"><br>
  <small>You will be securely re-directed to Paypal.com</small>
</form>

POST https://www.paypal.com/cgi-bin/webscr

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
  <input type="hidden" name="cmd" value="_s-xclick">
  <input type="hidden" name="hosted_button_id" value="YKGFAS6LYEDE8">
  <table border="0">
    <tbody>
      <tr>
        <td><input type="hidden" name="on0" value="Credits">Buy Credits (1 Credit = 1 Vehicle Ad)<br><br></td>
      </tr>
      <tr>
        <td><select name="os0" class="form-control input-md">
            <option value="1">1 Credit - US$5.00</option>
            <option value="2">2 Credits - US$9.00 (you save $1)</option>
            <option value="3">3 Credits - US$13.00 (you save $2)</option>
            <option value="4">4 Credits - US$17.00 (you save $3)</option>
            <option value="5">5 Credits - US$21.00 (you save $4)</option>
            <option value="6">6 Credits - US$25.00 (you save $5)</option>
            <option value="7">7 Credits - US$29.00 (you save $6)</option>
            <option value="8">8 Credits - US$33.00 (you save $7)</option>
            <option value="9">9 Credits - US$37.00 (you save $8)</option>
            <option value="10">10 Credits - US$41.00 (you save $9)</option>
          </select>
          <br>
        </td>
      </tr>
    </tbody>
  </table>
  <input type="hidden" name="currency_code" value="USD">
  <input type="hidden" name="custom" value="">
  <input type="image" src="https://www.paypalobjects.com/webstatic/en_US/btn/btn_paynow_cc_144x47.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
  <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"><br>
  <small>You will be securely re-directed to Paypal.com </small>
</form>

Name: insurancecontactPOST requestinsurancequote.asp

<form class="get-loan-form has-validation-callback" name="insurancecontact" id="insurancecontact" method="post" action="requestinsurancequote.asp">
  <input type="hidden" name="ReferralToken" value="">
  <div class="row">
    <div class="form-group col-md-6">
      <label for="email">Vehicle Make:</label>
      <select class="form-control input-sm" data-error="Select One" id="make" name="VehicleMake">
      </select>
    </div>
    <div class="form-group col-md-6">
      <label for="VehicleModel">Vehicle Model:</label>
      <input type="text" class="form-control input-sm " id="VehicleModel" name="VehicleModel" data-validation="length" data-validation-length="min1">
    </div>
    <div class="form-group col-md-6">
      <label for="VehicleYear">Vehicle Year:</label>
      <select class="form-control input-sm" data-error="Select One" id="make" name="VehicleYear">
      </select>
    </div>
    <div class="form-group col-md-6">
      <label for="VehicleValue">Approximate Value:</label>
      <input type="tel" class="form-control input-sm " id="VehicleValue" name="VehicleValue" data-validation="length" data-validation-length="min5">
    </div>
    <div class="form-group col-md-6">
      <label for="ApplicantFirstName">Your First Name:</label>
      <input type="text" class="form-control input-sm" id="ApplicantFirstName" data-error="Your First Name" name="ApplicantFirstName" data-validation="length" data-validation-length="min2">
    </div>
    <div class="form-group col-md-6">
      <label for="ApplicantLastName">Your Surname:</label>
      <input type="text" class="form-control input-sm" id="ApplicantLastName" data-error="Your Last Name" name="ApplicantLastName" data-validation="length" data-validation-length="min2">
    </div>
    <div class="form-group col-md-6">
      <label for="ApplicantEmailAddress">Your Email Address:</label>
      <input type="email" class="form-control input-sm" id="ApplicantEmailAddress" name="ApplicantEmailAddress" data-validation="email">
    </div>
    <div class="form-group col-md-6">
      <label for="ApplicantPhone">Your Phone Number:</label>
      <input type="tel" class="form-control input-sm bfh-phone" id="ApplicantPhone" name="ApplicantPhone" data-validation="length" data-validation-length="min14" data-format="d-ddd-ddd-dddd" data-number="1-876" value="1-876">
    </div>
    <div class="form-group col-md-6">
      <label for="ParishofResidence">Your Parish of Residence:</label>
      <select name="ParishofResidence" id="ParishofResidence" class="form-control input-sm">
        <option value="Kingston / St. Andrew">Kingston / St. Andrew</option>
        <option value="Clarendon">Clarendon</option>
        <option value="Hanover">Hanover</option>
        <option value="Manchester">Manchester</option>
        <option value="Portland">Portland</option>
        <option value="St. Ann">St. Ann</option>
        <option value="St. Catherine">St. Catherine</option>
        <option value="St. Elizabeth">St. Elizabeth</option>
        <option value="St. James">St. James</option>
        <option value="St. Mary">St. Mary</option>
        <option value="St. Thomas">St. Thomas</option>
        <option value="Trelawny">Trelawny</option>
        <option value="Westmoreland">Westmoreland</option>
      </select>
    </div>
    <div class="form-group col-md-6">
      <label for="BestTimetoCall">Best Time To Call You:</label>
      <select name="BestTimetoCall" id="BestTimetoCall" class="form-control input-sm">
        <option value="In the morning">in the morning</option>
        <option value="In the afternoon">in the afternoon</option>
      </select>
    </div>
    <div class="form-group col-md-6">
      <label for="Urgency">How soon do you need this insurance?</label>
    </div>
    <div class="form-group col-md-6">
      <select name="Urgency" id="Urgency" class="form-control input-sm">
        <option value="Immediately">Immediately</option>
        <option value="In the next month">In the next month</option>
        <option value="In the next 3 months">in the next 3 months</option>
      </select>
    </div>
  </div>
</form>

Text Content

 * Home
 *  Login
 * Sign Up


REAL ESTATE FOR SALE AND RENT IN JAMAICA

Create an Ad

Browse all properties or


FIND YOUR NEXT PLACE NOW

Listing Type
Sale &/or Rent Sale Rent/Lease

Property Type
Select Type Any type Apartment Townhouse House Flat Residential lot Commercial
building Other Commercial/farm land Resort/vacation property Commercial land
Space Land
Parish
Choose Parish All Parishes Kingston / St. Andrew Clarendon Hanover Manchester
Portland St. Ann St. Catherine St. Elizabeth St. James St. Mary St. Thomas
Trelawny Westmoreland

Area

Bedrooms
Select Bedrooms Any 1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+

Price
$

Sort results by
Sort results by Recently updated & new Newer listings first Price - Low to High
Price - High to Low Older listings first
More filters 




PROPERTIES OTHER PEOPLE ARE LOOKING AT RIGHT NOW

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


COMMERCIAL/FARM LAND FOR SALE
ST. THOMAS

USD$650K 15


RESIDENTIAL LOT FOR SALE
CLARENDON

JMD$4.2M 9


2 BED APARTMENT FOR RENT
KINGSTON / ST. ANDREW

USD$1.5K p.m. 10


2 BED HOUSE FOR SALE
ST. CATHERINE

JMD$18.0M 8
Re-Listed


3 BED HOUSE FOR SALE
ST. CATHERINE

JMD$37.0M 13
Under Offer


2 BED APARTMENT FOR SALE
KINGSTON / ST. ANDREW

JMD$41.5M 15


2 BED HOUSE FOR RENT
ST. JAMES

USD$850 p.m. 8


3 BED APARTMENT FOR RENT
KINGSTON / ST. ANDREW

USD$1.4K p.m. 7


2 BED APARTMENT FOR SALE
KINGSTON / ST. ANDREW

JMD$40.0M 7


2 BED HOUSE FOR SALE
TRELAWNY

JMD$19.0M 13


LAND FOR SALE
WESTMORELAND

USD$790K 15
Re-Listed


COMMERCIAL BUILDING FOR SALE
ST. CATHERINE

JMD$12.0M 4


1 BED APARTMENT FOR SALE
KINGSTON / ST. ANDREW

JMD$22.5M 7


SEARCH BY PARISH

 * Real Estate in Kgn/St. Andrew
 * Real Estate in St. Catherine
 * Real Estate in Clarendon
 * Real Estate in Manchester
 * Real Estate in St. Ann
 * Real Estate in St. James

SEARCH BY AREA

 * Kingston properties
 * Portmore properties
 * Spanish Town properties
 * Mandeville properties
 * Ocho Rios properties
 * Montego Bay properties

SEARCH BY TYPE

 * Apartments for sale
 * Houses for sale
 * Townhouses for sale
 * Land for sale
 * Furnished properties
 * Gated properties








POPULAR PARISH/AREA SEARCHES

 * Kgn/St. Andrew
 * St. Catherine
 * Clarendon
 * Manchester
 * St. Ann
 * St. James

 * Arcadia
 * Barbican
 * Cherry Gardens
 * Constant Spring
 * Havendale
 * Hope Road
 * Hope Pastures
 * Liguanea
 * Mona
 * New Kingston
 * Norbrook
 * Red Hills
 * Shortwood
 * Smokey Vale
 * Stony Hill
 * Waterloo

 * Angels
 * Bridgeport
 * Caribbean Estates
 * Caymanas Estates
 * Eltham
 * Ensom
 * Green Acres
 * Hellshire
 * Jacaranda
 * Keystone
 * Linstead
 * New Harbour Village
 * Old Harbour
 * Sydenham
 * Vineyards
 * Willowdene

 * Belle Plain
 * Bushy Park
 * Chapelton
 * Denbigh
 * Four Paths
 * Frankfield
 * Glenmuir
 * Hayes
 * Longville Park
 * May Pen
 * Mineral Heights
 * Palmers Cross
 * Sandy Bay
 * Sevens Estate
 * Toll Gate
 * Twin Palms

 * Albion
 * Balvenie
 * Brumalia
 * Caledonia
 * Christiana
 * Cedar Grove
 * Farm
 * Greenvale
 * Hatfield
 * Ingleside
 * Knockpatrick
 * Moorlands
 * Newport
 * Spur Tree
 * Walderston
 * Williamsfield

 * Bamboo
 * Browns Town
 * Buckfield
 * Cardiff Hall
 * Chukka Cove
 * Claremont
 * Columbus Heights
 * Discovery Bay
 * Drax Hall
 * Mammee Bay
 * Moneague
 * Ocho Rios
 * Richmond
 * Runaway Bay
 * Shaw Park
 * Walkerswood

 * Anchovy
 * Bogue
 * Coral Gardens
 * Freeport
 * Half Moon
 * Ironshore
 * Mango Walk
 * Montego Bay
 * Porto Bello
 * Reading
 * Rhyne Park
 * Rose Hall
 * Torado Heights
 * Unity Hall
 * Westgate
 * Williamsfield







 * Apartments for Rent in Kingston
 * Apartments for Sale in Kingston
 * Townhouses for Rent in Kingston
 * Townhouses for Sale in Kingston
 * Houses for Rent in Kingston
 * Houses for Sale in Kingston

 * Apartments for Rent in Portmore
 * Apartments for Sale in Portmore
 * Townhouses for Rent in Portmore
 * Townhouses for Sale in Portmore
 * Houses for Rent in Portmore
 * Houses for Sale in Portmore

 * Apartments for Rent in St Ann
 * Apartments for Sale in St Ann
 * Townhouses for Rent in St Ann
 * Townhouses for Sale in St Ann
 * Houses for Rent in St Ann
 * Houses for Sale in St Ann

 * Apartments for Rent in Montego Bay
 * Apartments for Sale in Montego Bay
 * Townhouses for Rent in Montego Bay
 * Townhouses for Sale in Montego Bay
 * Houses for Rent in Montego Bay
 * Houses for Sale in Montego Bay



QUICK LINKS

 * About Us
 * Contact Us

 

OTHER SITES

 * AutoAdsJa.com

INFORMATION

 * Request a Property
 * Concierge Services

LEGAL

 * Privacy policy
 * Terms of Use
 * Disclaimer

STAY CONNECTED

 * 
 * 
 * 

Donate With

All rights reserved © 2023 PropertyAdsJa.com

×


GET A HOME LOAN




We've helped lots of buyers get home loans through our financial partners, and
we can help you too!

Simply use the mortgage calculator on the ad for the home you're interested in
buying, and if you like the terms shown, click the button below the ad (if
present) to start your loan application.


Ok, cool!

×


DONATE SECURELY WITH PAYPAL

Most of ads on PropertyAdsJa.com are posted for free. Your donations help us
cover the cost of running the site and upgrading it when necessary.

Paypal is fast, secure and trusted worldwide, and you don't need to have a
Paypal account to donate.

Every donation helps, and if you like the service we offer and you do choose to
give, we thank you in advance for your support!


Continue to Paypal site

×


JOIN OUR TEAM

We're looking for courteous, sales oriented individuals in all parishes to fill
Business Development Officer positions. If you're a people person, goal driven
and self motivated, contact us today to see if this opportunity is right for
you. Limited positions available!


Yes, I'm interested!

×


CHOOSE ACCOUNT TYPE

 * PERSONAL - 2 PROPERTY ADS FREE
   
   Personal accounts can upgrade later to a business account for unlimited ads
   
   Continue
   
   Already have an account? Login Now!

 * BUSINESS - UNLIMITED PROPERTY ADS
   
   You can go ahead and upload your properties. We'll verify your account within
   2 working days, after which the ads will appear on the website.
   
   Continue
   
   Already have an account? Login Now!




PAY TO ADVERTISE UNLIMITED VEHICLES

×
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris tempor, tortor
sit amet maximus tincidunt, sapien ipsum condimentum orci, et volutpat ante arcu
nec sem. Phasellus consequat nisl diam, vel hendrerit lacus convallis eget.
Pellentesque vel fermentum velit.


CHOOSE OPTION :

×

Advertise Unlimited Properties :

3 Months - US$34.00 6 Months - US$99.00 9 Months - US$189.00 (you save $9) 12
Months - US$369.00 (you save $27)



You will be securely re-directed to Paypal.com


PURCHASE CREDITS

×
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris tempor, tortor
sit amet maximus tincidunt, sapien ipsum condimentum orci, et volutpat ante arcu
nec sem. Phasellus consequat nisl diam, vel hendrerit lacus convallis eget.
Pellentesque vel fermentum velit.


BUY CREDITS

×

Buy Credits (1 Credit = 1 Vehicle Ad)

1 Credit - US$5.00 2 Credits - US$9.00 (you save $1) 3 Credits - US$13.00 (you
save $2) 4 Credits - US$17.00 (you save $3) 5 Credits - US$21.00 (you save $4) 6
Credits - US$25.00 (you save $5) 7 Credits - US$29.00 (you save $6) 8 Credits -
US$33.00 (you save $7) 9 Credits - US$37.00 (you save $8) 10 Credits - US$41.00
(you save $9)



You will be securely re-directed to Paypal.com
×
×


QUICK AUTO INSURANCE QUOTE

Tell us about the vehicle you need to insure; our auto insurance partners will
contact you asap.

Vehicle Make:
Vehicle Model:
Vehicle Year:
Approximate Value:
Your First Name:
Your Surname:
Your Email Address:
Your Phone Number:
Your Parish of Residence: Kingston / St. Andrew Clarendon Hanover Manchester
Portland St. Ann St. Catherine St. Elizabeth St. James St. Mary St. Thomas
Trelawny Westmoreland
Best Time To Call You: in the morning in the afternoon
How soon do you need this insurance?
Immediately In the next month in the next 3 months
Request Insurance Quote Now


The information you provide is governed by our Terms of Use and Privacy Policy.


TOP