Bulk uploads

To upload bulk listings you must first create a xml file following the model below. Add multiple listings by repeating <listing></listing> sequence:

<?xml version='1.0' ?>
<listings>
  <listing>
	...
  </listing>
  <listing>
	...
  </listing>
  <listing>
	...
  </listing>
</listings>

For each field you will find below a description as well as possible values the field can take.

The tags that you can use can be of 2 types: mandatory and optional. Mandatory tags must be included, but you can skip optional tags.

Note that:

You can see a sample for a bulk upload xml file here. To save it on your computer use File / Save Page As or similar from your browser.

XML sample

<?xml version='1.0' ?>
<listings>
  <listing>
    <title>Sample title no 1</title>
    <description>![CDATA[Sample description no 1]]</description>
    <category_id>1</category_id>
    <price>10000</price>
    <currency>$</currency>
    <state>New York</state>
    <city>New York</city>
    <zip>12345</zip>
    <meta_description>Meta description for listing no 1</meta_description>
    <meta_keywords>keyword1, keyword2, keyword3</meta_keywords>
    <make>Chevrolet</make>
    <model>Corvette</model>
    <year>2008</year>
    <mileage>40000</mileage>
    <bodystyle>Convertible</bodystyle>
    <transmission>Automatic</transmission>
    <fuel>Gas</fuel>
    <doors>2</doors>
    <color>Black</color>
    <vehicle_features>Alarm|ABS|Driver Airbag|Electronic Stability Program (ESP)</vehicle_features>
    <pictures>https://www.oxyclassifieds.com/bu_samples/images/bv_image1.jpg,https://www.oxyclassifieds.com/bu_samples/images/bv_image2.jpg</pictures>
  </listing>
</listings>

Mandatory tags:

Optional tags: