XML Feed for Motorcycles Ads

REQUIRED FIELDS

  • id: id of the ad on your ads (numeric or alphanumeric, must be unique because we use it to avoid duplicate entries)
  • url: URL of the ad on your ad
  • title: title of the property ad
  • content: content of the ad
  • price: price of the motorcycles

OPTIONAL FIELDS

  • make: make of the motorcycles
  • model: model of the motorcycles
  • color: colour of the motorcycles
  • year: year of the motorcycles
  • mileage: kilometers
  • doors: number of doors
  • fuel: fuel type (i.e. petrol, diesel, etc)
  • engine_size: engine size of the motorcycles in c.c. (include only the number, do not include the unit)
  • warranty: warranty conditions
  • address: street address where the motorcycles is located
  • city_area: city area where the motorcycles is located
  • city: city where the motorcycles is located
  • region: State or province where the motorcycles is located
  • postcode: postcode
  • date: date of the ad in formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
  • condition: condition of the motorcycles: "new" or "used"
  • pictures: This tag is parent for all picture tag
  • picture: This tag includes the fields to specify the URL and the title of the image (title is optional). You are able to specify if the image is featured with the attribute "main". The values available for "main" are: "true" or "false".
    							
    								<picture main="true"><![CDATA[...]]></picture>							
    						
    The fields to define within the element are:
    picture_url: Image URL.
    picture_title: Image title.
    							
    								<pictures>
    									<picture>
    										<picture_url><![CDATA[...]]></picture_url>
    										<picture_title><![CDATA[...]]>/picture_title>
    									</picture> 
    
    									<picture featured="true">
    										<picture_url><![CDATA[...]]></picture_url>
    										<picture_title><![CDATA[...]]>/picture_title>
    									</picture>
    										...
    								</pictures>							
    						

Sample file: motorcycles-xml.xml

					
						<?xml version="1.0" encoding="utf-8"?>
							<cari>
								<ad>
									<id><![CDATA[1234567]]></id>
									<url><![CDATA[http://www.yoursite.com/view/1234567]]></url>
									<title><![CDATA[Honda CBR 250cc for sale in Jakarta Selatan]]></title>
									<content><![CDATA[Honda CBR 250cc for sale in Jakarta Selatan, good condition ......]]></content>
									<price><![CDATA[40000000]]></price>
									<make><![CDATA[Honda]]></make>
									<model><![CDATA[CBR]]></model>
									<color><![CDATA[Black]]></color>
									<year><![CDATA[2019]]></year>
									<mileage><![CDATA[30000]]></mileage>
									<doors><![CDATA[4]]></doors>
									<fuel><![CDATA[Petrol]]></fuel>
									<engine_size><![CDATA[250]]></engine_size>
									<condition><![CDATA[New]]></condition>
									<warranty><![CDATA[]]></warranty>
									<address><![CDATA[Jl Kuningan No 1]]]></address>
									<city><![CDATA[Jakarta Selatan]]></city>
									<city_area><![CDATA[Jakarta Selatan]]></city_area>
									<region><![CDATA[DKI Jakarta]]></region>
									<country><![CDATA[Indonesia]]></country>
									<pictures>
										<picture>
											<picture_url><![CDATA[http://www.yoursite.com/image/image.jpg]]></picture_url>
											<picture_title><![CDATA[Honda CBR 250 front picture]]></picture_title>
										</picture>
									</pictures>
									<date><![CDATA[2019-01-01 20:00:00]]></date>
								</ad>
							</cari>					
				

Once you create XML Feed, please inform us your XML Feed URL Contact Us