Feed specs

Please review the following workflow and XML specification of our feed program. Be sure to also review the FAQ and contact our support team if you have any questions.

Data process

  1. At regular intervals LandSearch will fetch your XML feed for processing, typically every 2 hours.
  2. Our format is a superset of the RETS Syndication Schema (download XSD) and will be validated as such.
  3. Each listing in the feed will be processed based on their required unique ID.
    1. New feed entries will be created as new listings.
    2. Changes to entries will be updated on active listings.
    3. Listings will be deactivated if the entry is missing from the feed at least 12 hours since the previous import completed.
  4. The processing report can optionally be emailed. This outlines the results, including warnings or errors with helpful descriptions.

Note that listings flagged as manual from the LandSearch admin will be excluded from any feed operations and must be updated manually unless reverted.

Asset process

  1. Assets are extracted from listing data and pushed into a queue for distributed processing.
  2. On existing listings, only new or modified assets are fetched based on HEAD modification time request and/or the recommended <MediaModificationTimestamp/> attribute.
  3. Images are compressed and scaled as follows:
    1. Thumbnails are constrained within 520x520.
    2. Large images are constrained within 1800x1800.
  4. Videos are compressed into high-quality MP4 format.

Requirements

  • Listings must satisfy our land-centric property requirements. Generally speaking, this means that if the property has a structure over 800 square feet, then it must have a minimum of 2 acres. Otherwise, all vacant or large tract properties are valid. Other conditions may apply and are communicated in the feed report.
  • State, county, and city names should match our official naming or one of our aliases. Unmatchable values are included in the report. To view and download these values, click here.
  • Other enumerable properties should also match our predefined options, as defined below.
  • Do not include any HTML, links, or email addresses in your descriptive fields.
  • We prioritize completed listings so include as much data as possible to gain the most exposure.
  • Listings must be mappable so a valid address, parcel ID, or latitude/longitude must be provided although we prefer all data be sent.

Technical notes

  • Element names are case sensitive.
  • Wrap text with a CDATA tag when invalid XML characters (< > & ') exist.
  • The ListingKey must persist throughout the listing lifecycle and be unique to your brokerage.
  • There are no limits on the number of <Listing/> elements in a feed.

XML specifications

Our format is compatible with the RETS Syndication Schema, but we only utilize a portion of allowed data. Additionally, we support some custom values to better serve our land focus. The table below lists all currently supported attributes, but you're welcome to send other RETS data as we may expand our use.

Extended profiles

Our property feed allows defining basic user information. To sync more complete profile information, you can supplement your listing data with a dedicated profile import file.

Advanced use

If your feed needs to supply listings for multiple teams or you need profiles to be dynamically generated, contact us for approval and follow the instructions here.

ElementFormatDescriptionMultipleRequired
<ListingKey/>string (100)Unique, persistent listing ID
<ListingURL/>stringFully qualified URL of the original listing
<ListingDate/>dateYYYY-MM-DD ISO 8601 date listing became available
<ProviderCategory/>enum

Required when listed by owner

  • Aggregator
  • Broker
  • Franchiser
  • HomeBuilder
  • Member
  • MLS
  • Owner
  • Publisher
  • Unknown
  • Other
<MlsId/>string (20)MLS short code identifier
<MlsNumber/>stringID for the MLS listing
<LeadRoutingEmail/>stringAdditional email address to copy on listing messages
<Address>
<commons:FullStreetAddress/>string (60)Valid street address
<commons:UnitNumber/>stringExtended address information
<commons:City/>enumMust match values here
<commons:StateOrProvince/>enumMust match values here
<commons:PostalCode/>enum5-digit code matching values here
<commons:Country/>stringISO-3166-1 Alpha-2 country code, defaults to US
<DiscloseAddress/>booleanSet to "false" to hide address
<ListingCategory/>enum
  • Lease
  • Purchase
<ListingStatus/>enum
  • Active
  • Pending
  • Closed
<ListingDescription/>string

No HTML formatting or links
Basic paragraph and unordered list markdown is supported

<ListPrice/>decimal
Optional attributes
commons:currencyCode - string
ISO 4217 country code, defaults to USD
commons:isgSecurityClass - string
"Public" default, "Confidential" to hide
commons:currencyPeriod - enum
  • Annually
  • Bi-Monthly
  • Bi-Weekly
  • Daily
  • Month
  • Quarterly
  • Seasonal
  • Semi-Annually
  • Week
<Bedrooms/>integerCount of bedrooms
<FullBathrooms/>integerCount of full bathrooms
<ThreeQuarterBathrooms/>integerCount of three-quarter bathrooms
<HalfBathrooms/>integerCount of half bathrooms
<OneQuarterBathrooms/>integerCount of one quarter bathrooms
<LivingArea/>integer Unformatted, unit defaults to "squareFoot"
Optional attributes
commons:areaUnits - enum
  • acre
  • hectare
  • squareCentimeter
  • squareFoot
  • squareMeter
  • squareYard
<LotSize/>decimal Unformatted, unit defaults to "acre"
Same attribute as above
<YearBuilt/>integerUnformatted, 4 digit year
<Location>
<County/>enumMust match values here
<Latitude/>decimalLatitude of the property
<Longitude/>decimalLongitude of the property
<Elevation/>integerUnformatted in feet
<Directions/>stringNo HTML formatting or links
<Zoning/>string (100)The civic building zoning code
<Neighborhoods>
<Neighborhood>
<Name/>string (50)Name of the neighborhood
<Community>
<commons:Subdivision/>string (50)Name of the subdivision
<commons:Schools>
<commons:School>
<commons:Name/>string (50)Name of the school
<commons:SchoolCategory/>enum
  • Elementary
  • High
  • JuniorHigh
  • Middle
  • Primary
  • Secondary
  • Other
<commons:District/>string (50)Name of the assigned school district
<commons:Description/>string (100)Description of the school
<Photos>
<Photo>
<MediaURL/>string Fully qualified URL of the original asset
JPEG, PNG, WebP, GIF, AVIF, and TIFF formats supported
Maximum 10MB file size
<MediaCaption/>string (150)Short title for the image
<MediaModificationTimestamp/>datetimeISO 8601 formatted date
<MediaOrderNumber/>integerPosition of the image in the gallery with 1 being the cover
<Videos>
<Video>
<MediaURL/>string Maximum 512MB file size
YouTube and Vimeo links are also supported
<MediaCaption/>string (150)Short title for the video
<MediaModificationTimestamp/>datetimeISO 8601 formatted date
<MediaOrderNumber/>integerPosition of the video in the gallery
<VirtualTours>
<VirtualTour>
<MediaURL/>stringFully qualified URL of the viewable tour
<MediaOrderNumber/>integerPosition of the virtual tour in the list
<Builder>
<Name/>string (50)Name of the builder
<Franchise>
<Name/>stringName of the brokerage franchise
<Offices>
<Office>
<OfficeId/>presetLandSearch team ID
<ListingParticipants>
<Participant>
<ParticipantId/>preset

LandSearch user ID or email
For dynamic user creation see our advanced specs

<Taxes>
<Tax>
<Year/>integer4 digit year
<Amount/>decimalUnformatted value
<Description/>string (100)Additional detail about the tax
<Expenses>
<Expense>
<commons:ExpenseCategory/>string (100)Description of the expense type
<commons:ExpenseValue/>enum
Attributes
period
  • Annually
  • Bi-Monthly
  • Bi-Weekly
  • Daily
  • Month
  • One-Time
  • Quarterly
  • Seasonal
  • Semi-Annually
  • Week
<OpenHouses>
<OpenHouse>
<Date/>dateISO 8601 formatted date of open house
<StartTime/>time12-hour formatted time the open house starts
<EndTime/>time12-hour formatted time the open house ends
<Description/>string (100)Description of the open house
<AppointmentRequiredYN/>booleanWhether an appointment is required or not, defaults to false
<DetailedCharacteristics>
<ArchitectureStyle/>stringDescription of the architectural design
<BuildingUnitCount/>integerThe number of units in the building
<HasAttic/>boolean
<HasBarbecueArea/>boolean
<HasBasement/>boolean
<HasCeilingFan/>boolean
<HasDeck/>boolean
<HasDisabledAccess/>boolean
<HasDock/>boolean
<HasDoublePaneWindows/>boolean
<HasElevator/>boolean
<HasFireplace/>boolean
<HasGarden/>boolean
<HasGatedEntry/>boolean
<HasGreenhouse/>boolean
<HasHotTubSpa/>boolean
<HasJettedBathTub/>boolean
<HasGreenhouse/>boolean
<HasLawn/>boolean
<HasMotherInLaw/>boolean
<HasPatio/>boolean
<HasPond/>boolean
<HasPool/>boolean
<HasPorch/>boolean
<HasRVParking/>boolean
<HasSauna/>boolean
<HasSecuritySystem/>boolean
<HasSkylight/>boolean
<HasSportsCourt/>boolean
<HasSprinklerSystem/>boolean
<HasVaultedCeiling/>boolean
<HasWetBar/>boolean
<Intercom/>boolean
<IsCableReady/>boolean
<IsNewConstruction/>booleanWhether the home is new or not
<IsWired/>boolean
<LegalDescription/>string
<NumFloors/>decimal
<NumParkingSpaces/>integer
<YearUpdated/>integer Year the property received updates
Unformatted, 4 digit year
<Appliances>
<Appliance/>enumReference RETS schema for supported values
<CoolingSystems>
<CoolingSystem/>enumReference RETS schema for supported values
<ExteriorTypes>
<ExteriorType/>enumReference RETS schema for supported values
<FloorCoverings>
<FloorCovering/>enumReference RETS schema for supported values
<HeatingFuels>
<HeatingFuel/>enumReference RETS schema for supported values
<HeatingSystems>
<HeatingSystem/>enumReference RETS schema for supported values
<RoofTypes>
<RoofType/>enumReference RETS schema for supported values
<Rooms>
<Room/>enumReference RETS schema for supported values
<ViewTypes>
<ViewType/>enumReference RETS schema for supported values
<Disclaimer/>stringCustom legal text to display
<ModificationTimestamp/>datetimeISO 8601 formatted date of last listing change

Custom

These non-standard attributes are specific to LandSearch. Though some are required, we highly recommend providing all applicable values for increased exposure.

ElementFormatDescriptionMultipleRequired
<Access/>enum
  • Easement
  • Private Road
  • Public Road
  • None
  • Other
<Showing/>enum
  • Appointment Only
  • Call Before You Go
  • Call for Code
  • Go on Your Own
<Types>
<Type/>enum
  • Agricultural
  • Commercial
  • Recreational
  • Residential
<Tags>
<Tag/>enum
  • A-Frame House
  • Airstrip
  • Barn
  • Barndominium
  • Beachfront
  • Borders Public Land
  • Bunker
  • By Owner
  • Cabin
  • Camping
  • Cattle Ranch
  • Cave
  • Cheap
  • Chicken Farm
  • Clear-Cut
  • Conservation
  • Corner Lot
  • Cottage
  • Creek
  • Cul-de-sac
  • Dairy Farm
  • Desert
  • Development
  • Distressed
  • Dock
  • Equestrian
  • Estate
  • Farm House
  • Fenced
  • Fishing
  • Gated Entrance
  • Golf Course Lot
  • High Traffic
  • Historic
  • Homestead
  • House
  • Hunting
  • Industrial
  • Investment
  • Irrigated
  • Island
  • Lakefront
  • Lodge
  • Mineral Rights
  • Mixed-Use
  • Mobile Home
  • Mountain
  • New Construction
  • Off-Grid
  • Oil
  • Orchard
  • Organic Farm
  • Owner Financed
  • Pasture
  • Pond
  • Ranch
  • Rent to Own
  • Rental
  • Resort
  • Retail
  • Riverfront
  • Row Crop
  • Rural
  • RV Lot
  • Septic
  • Small Farm
  • Solar Power
  • Spring
  • Stable
  • Stream
  • Sustainable
  • Timber
  • Tiny home
  • Unrestricted
  • Vacant
  • Vineyard
  • Water Rights
  • Water Well
  • Waterfall
  • Waterfowl
  • Waterfront
  • Wetland
  • Wooded
  • Workshop
<Parcels>
<Parcel/>stringIdentifier assigned by tax assessor
<Attachments>
<Attachment>
<MediaURL/>string Fully qualified URL of the original asset
JPEG, PDF, PNG, TIFF, DOC, XLS, and PPT formats supported
Maximum 50MB file size
<MediaCaption/>string (100)Short title for the attachment
<MediaModificationTimestamp/>datetimeISO 8601 formatted date
<MediaOrderNumber/>integerPosition of the attachment in the list
<Embeds>
<Embed>
<Type/>enum
  • Land id (or MapRight)
  • Matterport
<SourceURL/>string

Fully qualified embed URL

https://id.land/ranching/maps/ID/embed/ or
https://my.matterport.com/show/?m=ID

<Utilities>
<Utility>
<Category/>enum
  • Gas
  • Internet
  • Power
  • Sewage
  • Trash
  • Water
<Type/>enum
Gas
  • Natural Gas
  • Owned Propane Tank
  • Rented Propane Tank
Internet
  • Cable
  • DSL
  • Fiber
  • Satellite
  • Wireless
Power
  • Grid
  • Wind
  • Hydroelectric
  • Solar
  • Generator
  • Other
Sewage
  • Sewer
  • Septic System
  • Pit Latrine
  • Composting Toilet
  • Incinerating Toilet
  • Other
Trash
  • Pick Up
  • Drop Off
  • Compost
  • Other
Water
  • Public
  • Private Well
  • Private Spring
  • Shared Well
  • Shared Spring
  • Cistern
  • Other
<Status/>enum
  • Connected
  • On-site
  • Nearby
  • Unavailable
<Description/>string (100)Description of the utility
<Location>
<SchoolDistrict/>string (50)Name of the assigned school district
<Community>
<commons:Schools>
<commons:School>
<Type/>enum
  • Public
  • Private
  • Charter
  • Magnet
<Auction>
<StartDate/>datetimeISO 8601 formatted date
<EndDate/>datetimeISO 8601 formatted date
<MinimumBid/>decimal
Optional attributes
commons:currencyCode - string
ISO 4217 country code, defaults to USD
commons:isgSecurityClass - string
"Public" default, "Confidential" to hide
<EventLocation/>stringCommon name for location
<EventDescription/>stringImportant event notes or directions
<EventAddress>
<commons:FullStreetAddress/>stringValid street address
<commons:UnitNumber/>stringExtended address information
<commons:City/>enumMust match values here
<commons:StateOrProvince/>enumMust match values here
<commons:PostalCode/>enum5-digit code matching values here
<commons:Country/>stringISO-3166-1 Alpha-2 country code, defaults to US
<Format/>enum
  • Hybrid
  • Online
  • Sealed bid
  • Traditional
  • Other
<Type/>enum
  • Absolute
  • Minimum Bid
  • Reserve
  • Other
<BidURL/>stringFully qualified URL for online bidding
<Lease>
<Type/>enum
  • Agricultural
  • Commercial
  • Hunting
  • Recreational
  • Residential
  • Other
<ContractPrice/>decimal
Required attributes
commons:currencyPeriod - enum
  • Annually
  • Bi-Monthly
  • Bi-Weekly
  • Daily
  • Month
  • Quarterly
  • Seasonal
  • Semi-Annually
  • Week
Optional attributes
commons:currencyCode - string
ISO 4217 country code, defaults to USD
commons:isgSecurityClass - string
"Public" default, "Confidential" to hide
<MinimumDuration/>integerMinimum contract length in units defined by the <ContractPrice/> currencyPeriod attribute
<MaximumDuration/>integerMaximum contract length in units defined by the <ContractPrice/> currencyPeriod attribute
<Terms/>stringImportant lease terms or notes
<DepositPrice/>decimal

Lease deposit cost

Optional attributes
commons:currencyCode - string
ISO 4217 country code, defaults to USD
commons:isgSecurityClass - string
"Public" default, "Confidential" to hide
<Geometry/>mixed

Valid GeoJSON or array of coordinate arrays
Polygon and MultiPolygon values only

Minimum

The following displays the basic data requirements.

<?xml version="1.0"?>
<Listings xmlns="http://rets.org/xsd/Syndication/2012-03" xmlns:commons="http://rets.org/xsd/RETSCommons" xmlns:schemaLocation="http://rets.org/xsd/Syndication/2012-03/Syndication.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-us" listingsKey="2012-03-06T22:14:47">
	<Listing>
		<ListingKey>UNIQUE-ID-123</ListingKey>
		<ListingDate>2023-01-26</ListingDate>
		<Address>
			<commons:FullStreetAddress>230 E Main Street</commons:FullStreetAddress>
			<commons:City>Colorado Springs</commons:City>
			<commons:StateOrProvince>CO</commons:StateOrProvince>
			<commons:PostalCode>80903</commons:PostalCode>
			<commons:Country>US</commons:Country>
		</Address>
		<Types>
			<Type>Agricultural</Type>
			<Type>Residential</Type>
		</Types>
		<ListingCategory>Purchase</ListingCategory>
		<ListingStatus>Active</ListingStatus>
		<ListingDescription>This incredible land has so much to offer with flat tillable ground as well as recreational opportunities and mountain views...</ListingDescription>
		<ListPrice>275000</ListPrice>
		<LotSize>94.5</LotSize>
		<Location>
			<County>El Paso</County>
			<Latitude>31.7684449</Latitude>
			<Longitude>-106.4561127</Longitude>
		</Location>
		<Offices>
			<Office>
				<OfficeId>6371</OfficeId>
			</Office>
		</Offices>
		<ListingParticipants>
			<Participant>
				<ParticipantId>46371</ParticipantId>
			</Participant>
		</ListingParticipants>
		<ModificationTimestamp>2023-03-06T17:14:47-05:00</ModificationTimestamp>
	</Listing>
</Listings>

Complete

The following represents full-featured syndication.

<?xml version="1.0"?>
<Listings xmlns="http://rets.org/xsd/Syndication/2012-03" xmlns:commons="http://rets.org/xsd/RETSCommons" xmlns:schemaLocation="http://rets.org/xsd/Syndication/2012-03/Syndication.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-us" listingsKey="2012-03-06T22:14:47">
	<Listing>
		<ListingKey>UNIQUE-ID-123</ListingKey>
		<ListingURL>https://www.domain.com/property/listing-id</ListingURL>
		<ListingDate>2023-01-26</ListingDate>
		<MlsId>MLSID</MlsId>
		<MlsNumber>123456</MlsNumber>
		<LeadRoutingEmail>crm@domain.com</LeadRoutingEmail>
		<Address>
			<commons:FullStreetAddress>230 E Main Street</commons:FullStreetAddress>
			<commons:City>Colorado Springs</commons:City>
			<commons:StateOrProvince>CO</commons:StateOrProvince>
			<commons:PostalCode>80903</commons:PostalCode>
			<commons:Country>US</commons:Country>
		</Address>
		<DiscloseAddress>true</DiscloseAddress>
		<Types>
			<Type>Agricultural</Type>
			<Type>Residential</Type>
		</Types>
		<Tags>
			<Tag>Boat Ramp</Tag>
			<Tag>Hunting</Tag>
			<Tag>Mineral Rights</Tag>
			<Tag>Owner Financed</Tag>
			<Tag>Pond</Tag>
			<Tag>Ranch</Tag>
			<Tag>Septic</Tag>
			<Tag>Water Well</Tag>
		</Tags>
		<ListingCategory>Purchase</ListingCategory>
		<ListingStatus>Active</ListingStatus>
		<ListingDescription><![CDATA[This incredible land has so much to offer with flat tillable ground as well as recreational opportunities & mountain views...

		* Lush tillable ground
		* Incredible mountain views
		* Recreational opportunities]]></ListingDescription>
		<ListPrice commons:isgSecurityClass="Public">275000</ListPrice>
		<Bedrooms>3</Bedrooms>
		<FullBathrooms>2</FullBathrooms>
		<HalfBathrooms>1</HalfBathrooms>
		<LivingArea>1600</LivingArea>
		<LotSize>94.5</LotSize>
		<YearBuilt>1995</YearBuilt>
		<Access>Public Road</Access>
		<Showing>Appointment Only</Showing>
		<Location>
			<County>El Paso</County>
			<Latitude>38.4533</Latitude>
			<Longitude>-88.8391</Longitude>
			<Elevation>287</Elevation>
			<Directions>Head south on Market St and turn left on Main at the dead end</Directions>
			<Zoning>R-3</Zoning>
			<Neighborhoods>
				<Neighborhood>
					<Name>Mountain Side</Name>
				</Neighborhood>
			</Neighborhoods>
			<Community>
				<commons:Subdivision>Elk Crossings</commons:Subdivision>
				<commons:Schools>
					<commons:School>
						<commons:Name>Valley View</commons:Name>
						<commons:SchoolCategory>Elementary</commons:SchoolCategory>
						<commons:District>D11</commons:District>
						<commons:Description>Highly-rated early education</commons:Description>
						<Type>Public</Type>
					</commons:School>
					<commons:School>
						<commons:Name>South</commons:Name>
						<commons:SchoolCategory>Middle</commons:SchoolCategory>
						<commons:District>D11</commons:District>
						<Type>Public</Type>
					</commons:School>
					<commons:School>
						<commons:Name>Morgantown Jr High School</commons:Name>
						<commons:SchoolCategory>JuniorHigh</commons:SchoolCategory>
						<commons:District>D11</commons:District>
						<Type>Public</Type>
					</commons:School>
					<commons:School>
						<commons:Name>MHS</commons:Name>
						<commons:SchoolCategory>High</commons:SchoolCategory>
						<commons:District>D11</commons:District>
						<Type>Public</Type>
					</commons:School>
				</commons:Schools>
			</Community>
		</Location>
		<Parcels>
			<Parcel>ID-123456-123</Parcel>
		</Parcels>
		<Geometry>[[[-86.856689, 34.992046], [-86.819389, 34.991881], [-86.819455, 34.977195], [-86.855636, 34.977387], [-86.851563, 34.984477], [-86.857346, 34.984436], [-86.855827, 34.988196], [-86.857422, 34.992059], [-86.856689, 34.992046]]]</Geometry>
		<Photos>
			<Photo>
				<MediaURL>https://media.domain.com/listing-id/1.jpg</MediaURL>
				<MediaCaption>Incredible mountain views</MediaCaption>
				<MediaModificationTimestamp>2023-04-16T17:14:47-05:00</MediaModificationTimestamp>
			</Photo>
			<Photo>
				<MediaURL>https://media.domain.com/listing-id/2.jpg</MediaURL>
				<MediaCaption>Multiple springs available</MediaCaption>
				<MediaModificationTimestamp>2023-04-16T17:14:47-05:00</MediaModificationTimestamp>
			</Photo>
		</Photos>
		<Videos>
			<Video>
				<MediaURL>https://youtu.be/VIDEO_ID</MediaURL>
				<MediaCaption>Incredible mountain views</MediaCaption>
				<MediaModificationTimestamp>2023-04-16T17:14:47-05:00</MediaModificationTimestamp>
			</Video>
		</Videos>
		<Attachments>
			<Attachment>
				<MediaURL>https://domain.com/listing-id/survey.jpg</MediaURL>
				<MediaCaption>2022 Survey</MediaCaption>
				<MediaModificationTimestamp>2023-04-16T17:14:47-05:00</MediaModificationTimestamp>
			</Attachment>
			<Attachment>
				<MediaURL>https://domain.com/listing-id/soil-report.pdf</MediaURL>
				<MediaCaption>Soil Sample Report</MediaCaption>
				<MediaModificationTimestamp>2023-04-16T17:14:47-05:00</MediaModificationTimestamp>
			</Attachment>
		</Attachments>
		<VirtualTours>
			<VirtualTour>
				<MediaURL>https://domain.com/listing-id/virtual-tour</MediaURL>
			</VirtualTour>
		</VirtualTours>
		<Embeds>
			<Embed>
				<Type>Land id</Type>
				<SourceURL>https://id.land/ranching/maps/ID/embed/</SourceURL>
			</Embed>
			<Embed>
				<Type>Matterport</Type>
				<SourceURL>https://my.matterport.com/show/?m=ID</SourceURL>
			</Embed>
		</Embeds>
		<Utilities>
			<Utility>
				<Category>Power</Category>
				<Type>Grid</Type>
				<Status>On-site</Status>
				<Description>Power to pole at building site</Description>
			</Utility>
			<Utility>
				<Category>Sewage</Category>
				<Type>Septic System</Type>
				<Status>Connected</Status>
			</Utility>
		</Utilities>
		<Builder>
			<Name>Martin Construction</Name>
		</Builder>
		<Franchise>
			<Name>Century 21</Name>
		</Franchise>
		<Offices>
			<Office>
				<OfficeId>6371</OfficeId>
			</Office>
		</Offices>
		<ListingParticipants>
			<Participant>
				<ParticipantId>46371</ParticipantId>
			</Participant>
		</ListingParticipants>
		<Taxes>
			<Tax>
				<Year>2023</Year>
				<Amount>1514.25</Amount>
				<TaxDescription>Annual property tax</TaxDescription>
			</Tax>
			<Tax>
				<Year>2022</Year>
				<Amount>1400.50</Amount>
				<TaxDescription>Annual property tax</TaxDescription>
			</Tax>
		</Taxes>
		<Expenses>
			<Expense>
				<commons:ExpenseCategory>Home Owner Assessments Fee</commons:ExpenseCategory>
				<commons:ExpenseValue commons:currencyPeriod="Annually">200</commons:ExpenseValue>
			</Expense>
		</Expenses>
		<OpenHouses>
			<OpenHouse>
				<Date>2023-01-14</Date>
				<StartTime>10:00 AM</StartTime>
				<EndTime>4:00 PM</EndTime>
				<Description>Park on the street</Description>
			</OpenHouse>
		</OpenHouses>
		<DetailedCharacteristics>
			<ArchitectureStyle>Craftsman</ArchitectureStyle>
			<HasBasement>true</HasBasement>
			<HasRVParking>true</HasRVParking>
			<LegalDescription>LOT 2 MAIN ST ADD COLO SPGS</LegalDescription>
			<NumFloors>2.5</NumFloors>
			<HeatingSystems>
				<HeatingSystem>Fireplace</HeatingSystem>
				<HeatingSystem>Forced Air</HeatingSystem>
			</HeatingSystems>
			<ViewTypes>
				<ViewType>Mountain</ViewType>
			</ViewTypes>
		</DetailedCharacteristics>
		<Disclaimer commons:isgSecurityClass="Public">Copyright 2023 Brokerage Group. All rights reserved. All information provided by the listing agent/broker is deemed reliable but is not guaranteed and should be independently verified.</Disclaimer>
		<ModificationTimestamp>2023-03-06T17:14:47-05:00</ModificationTimestamp>
	</Listing>
</Listings>

Auction

The following shows the relevant custom auction attributes. All core property attributes are also supported.

<Listing>
	<ListingCategory>Purchase</ListingCategory>
	<Auction>
		<Format>Traditional</Format>
		<Type>Absolute</Type>
		<MinimumBid>75000</MinimumBid>
		<StartDate>2023-03-06T17:00:00-05:00</StartDate>
		<EndDate>2023-03-06T18:00:00-05:00</EndDate>
		<EventLocation>El Paso County Courthouse</EventLocation>
		<EventDescription>At the East side entrance. Cash only, financing not accepted.</EventDescription>
		<EventAddress>
			<commons:FullStreetAddress>230 E Main Street</commons:FullStreetAddress>
			<commons:City>Colorado Springs</commons:City>
			<commons:StateOrProvince>CO</commons:StateOrProvince>
			<commons:PostalCode>80903</commons:PostalCode>
			<commons:Country>US</commons:Country>
		</EventAddress>
	</Auction>
</Listing>

Lease

The following shows the relevant custom lease attributes. All core property attributes are also supported.

<Listing>
	<ListingCategory>Lease</ListingCategory>
	<Lease>
		<Type>Hunting</Type>
		<Terms>No more than 5 hunters. Turkey only.</Terms>
		<ContractPrice commons:currencyPeriod="Annually">3600</ContractPrice>
		<MinimumDuration>12</MinimumDuration>
		<MaximumDuration>24</MaximumDuration>
		<Deposit>1200</Deposit>
	</Lease>
</Listing>

Release notes

Jul 4, 2023

  • Merged features into tags.
  • Added "By Owner" and "New Construction" tags.

Feb 23, 2023

  • Added support for open houses, schools, and utilities.
  • Added access, builder, franchise, school district, and showing.
  • Added features enumerable.
  • Added standard RETS attributes to DetailedCharacteristics.