Add your announcements from your website to the search results of CityList Real Estate
We just need an XML feed of your real estate announcements and shortly these will visible within the search results for CityList Real Estate.
An XML feed is a simple text file with specific formatting (XML) that contains its own structured information of your real estate announcements.
To make an XML feed for real estate announcements is simple to do using any programming language, even the one which runs your web site.
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE feed SYSTEM "http://www.verthink.com/dtd/realestate-1.0.dtd"> | XML file header. The encodingmust be UTF-8; of course the textual content must be encoded in UTF-8. Obligatory. |
|
| feed | This is root node and contains the XML Feed of CityList Real Estate. Obligatory. |
|
| feed/version | The version number of XML Feed of CityList Real Estate: actually is 1.0. Obligatory. |
|
| feed/info | The node contains all the information relating to specific feed. Obligatory. |
|
| feed/info/publisher | Information relating to the publisher. Obligatory. |
|
| feed/info/publisher/name | The name of the publisher. Example: "Real Estate Inc.". Obligatory. |
|
| feed/info/publisher/site | The publisher web site. Example: "http://www.example.com/". Obligatory. |
|
| feed/info/publisher/email | Publisher's XML Feed Mail address. Example: "info@example.com". Obligatory. |
|
| feed/info/build-date | XML Feed build date (not to the realization of the programme that generates the feed itself) in format RFC 2822. Example: "Fri, 09 Jan 2009 03:06:30 +0100" Obligatory. |
|
| feed/info/engine | Work for this value is always "realestate". Obligatory. |
|
| feed/info/multipage | This macro-node contains information relating to feed multipage where the number of announcements was very high. An XML Feed can in fact be divided into more seen feed of smaller sizes. Is recommended not to overcome, for a single feed, about 1.000 ads. |
|
| feed/info/multipage/base-url | The node contains the base URL of feed without the parameter that controls the page number required. Obligatory if this multipage. |
|
| feed/info/multipage/page-param | This node contains the name of the parameter to add to the URL in the format "?param_name=value" (HTTP GET request only). Obligatory if this multipage. |
|
| feed/info/multipage/pages | The pages node contains information on the current page and to the last page available. Obligatory if this multipage. |
|
| feed/info/multipage/pages/current | This node contains the page of feed currently generated (must be equal to the value of the parameter page-param the request GET sent or the value "1" if the request has been carried out without specifying any parameter). The request will be next; made with this value increased by a unit be (up to the value of the nodelast, included). Obligatory if this multipage. |
|
| feed/info/multipage/pages/last | This node contains the number of the last page of feed. Work will be all pages from 1 to number in this parameter Obligatory if this multipage. |
|
| feed/items | The items node contains all ads inside item nodes. Obligatory. |
|
| feed/items/item[@kind] | The item node contains information related to a single ads.
It's obligatory to specity attribute kind that can be one of this values:- new : all obligatory node must be specified; ads is treated as new and is indexed;
- deleted : ads is deleted from index. The only node that is obligatory to specify is unique-reference.
Obligatory tag and attribute @kind. |
|
| feed/items/item/metadata | This macro-node contains descriptive information of the announcement Obligatory. |
|
| feed/items/item/metadata/unique-reference | This is the node more important of the macro-node metadata: it contains the identifier the announcement.
We use this identifier to refer to the announcement inserted. If the identifier exists already be in our indices (for the same publisher/name) will be discarded (if you run an operation[@kind = "new"]) or deleted (if you run an operation[@kind = "deleted"]).
Obligatory. |
|
| feed/items/item/metadata/url | The node contains the URL of this announcement. This address will be used in the pages of the results to lead the user to the display of the advertisement on the site of the publisher. Obligatory. |
|
| feed/items/item/metadata/date-publishing | Date of publication of the announcement on the site of the publisher (for the specification for the date format compare feed/info/build-date). Obligatory. |
|
| feed/items/item/metadata/date-expiration | Date of expire of the announcement. After this date announcement could be deleted from our indexes (for the specification for the date format compare feed/info/build-date). |
|
| feed/items/item/metadata/location | This macro-node contains information relative to the locations of real estate. Obligatory. |
|
| feed/items/item/metadata/location/address | Full address in the form "Name road, number, Zip code, City, USA". |
|
| feed/items/item/metadata/location/country-code | Nation code in ISO 3166 (Alpha 2) format. Obligatory. |
|
| feed/items/item/metadata/location/administrative-area | The Administrative Area relative to location. |
|
| feed/items/item/metadata/location/sub-administrative-area | The Sub-Administrative Area relative to location. |
|
| feed/items/item/metadata/location/locality | The City (locality) relative to location. |
|
| feed/items/item/metadata/location/thoroughfare | The thoroughfare relative to location. |
|
| feed/items/item/metadata/location/postal-code-number | Postal Code Number |
|
| feed/items/item/metadata/location/longitude | The exact longitude relative to location (in the interval +180/-180 to referer 180° EAST/180° WEST) |
|
| feed/items/item/metadata/location/latitude | The exact latitude relative to location (in the interval +90/-90 to referer 90° NORD/90° SUD) |
|
| feed/items/item/metadata/contact | This macro-node contains information related to contacts of this real estate. |
|
| feed/items/item/metadata/contact/advertiser | The advertiser that sell or rent real estate. |
|
| feed/items/item/metadata/contact/email | Email address of feed/items/item/metadata/contact/advertiser. |
|
| feed/items/item/metadata/contact/phone-number | Telephone number of feed/items/item/metadata/contact/advertiser. It's possible to repeat more times this node to indicate more telephone numbers. |
|
| feed/items/item/transaction-type | Sell or rent. Admitted values are:
Obligatory. |
|
| feed/items/item/category | Commercial or Residencial. Admitted values are:
- C: Commercial;
- R: Residential.
Obligatory. |
|
| feed/items/item/property-type | Real estate type. Admitted values are:
Apartments.
- Apartment
- Condo
- Townhouse
- Attic
- Loft
- Studio
Houses.
- House/Home
- Country house
- Mountain home
- Mobile home
- Modular home
- Single-family home
- Multi-family home
- Houseboat
- Villa
Buildings.
- Building
- Mansion
- Industrial building
- Commercial building
- Office building
Business facilities.
- Business facility
- Farm/Ranch
- Co-op
- Hotel
- Office
- Store
- Workshop
Lands.
- Land
- Lot
- Commercial land
- Industrial land
- Farm land
Holiday accomodations.
- Holiday accomodation
- Vacation Home
- Lake Property
- River Property
- Beach Property
- Waterfront
- Room
Others.
- Other
- Room
- Garage
- Open space
- Timeshare
Obligatory. |
|
| feed/items/item/rooms | Total rooms number. |
|
| feed/items/item/bedrooms | Bedrooms number. |
|
| feed/items/item/bathrooms | Bathrooms number. |
|
| feed/items/item/size[@unit] | Real estate size and unit. Value of attribute unit can be:
- m2: metro quadrato;
- sq_ft: square foot;
- ac: acre;
|
|
| feed/items/item/price[@currency] | Real estate price. Nell'attributo @currency sarà specificata la valuta nel formato ISO 4217. Esempio: "EUR". |
|
| feed/items/item/description | Detailed and complete text of real estate description. Can't contains HTML tag and must be obviously coded in UTF-8. This text must not be truncated or shorted. |
|
| feed/items/item/pictures | This macro-node contains URLS to real estate images. This node can contains more sub-nodes of type picture-url in the event of more real estate images. |
|
| feed/items/item/pictures/picture-url | URL of photo. Are admitted images in JPG format. Obligatory if this pictures. |