XML Feed for Cars 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 car

OPTIONAL FIELDS

  • make: make of the car
  • model: model of the car
  • color: colour of the car
  • year: year of the car
  • mileage: kilometers
  • doors: number of doors
  • fuel: fuel type (i.e. petrol, diesel, etc)
  • transmission: transmission of the car (manual/automatic)
  • engine_size: engine size of the car in c.c. (include only the number, do not include the unit)
  • car_type: body type of the vehicle: sedan, van, truck, convertible, SUV, coupe etc
  • warranty: warranty conditions
  • address: street address where the car is located
  • city_area: city area where the car is located
  • city: city where the car is located
  • region: State or province where the car 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 car: "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: cars-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 Odyssey 2019 for sale - Jakarta Selatan]]></title>
									<content><![CDATA[Honda Odyssey 2019 for sale in Jakarta Selatan ......]]></content>
									<company><![CDATA[Company Name]]></company>
									<price><![CDATA[100000000]]></price>
									<make><![CDATA[Honda]]></make>
									<model><![CDATA[Odyssey]]></model>
									<color><![CDATA[Black]]></color>
									<year><![CDATA[2019]]></year>
									<mileage><![CDATA[30000]]></mileage>
									<doors><![CDATA[4]]></doors>
									<fuel><![CDATA[Diesel]]></fuel>
									<transmission><![CDATA[Automatic]]></transmission>
									<engine_size><![CDATA[2400]]></engine_size>
									<car_type><![CDATA[convertible]]></car_type>
									<condition><![CDATA[New]]></condition>
									<warranty><![CDATA[1 year]]></warranty>
									<address><![CDATA[Jl ]]]></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[bedroom]]></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