If you are interested to working with Cari Networks, and your site want to be indexed, please visit the following guide page for your XML Feed type.
| Field Name | Description |
|---|---|
| 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 |
| Field Name | Description |
|---|---|
| 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. See format detailed below. |
The picture 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".
Example Tag:
<picture main="true"><![CDATA[...]]></picture>
The fields to define within the element are:
Multiple Pictures Structure:
<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>
<?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>
| Field Name | Description |
|---|---|
| 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 |
| Field Name | Description |
|---|---|
| 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. See format detailed below. |
The picture 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".
Example Tag:
<picture main="true"><![CDATA[...]]></picture>
The fields to define within the element are:
Multiple Pictures Structure:
<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>
<?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>
| Field Name | Description |
|---|---|
| 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 |
| type |
property transaction type:
|
| content | content of the ad |
| price | price of the property for sale or for rent (integer value). See period format specifications below. |
For rent property, you can indicate the period of rent (weekly, monthly or yearly) by adding the period attribute to the price element. Here are the options available:
<price><![CDATA[...]]></price>
<price period="yearly"><![CDATA[...]]></price>
<price period="monthly"><![CDATA[...]]></price>
<price period="weekly"><![CDATA[...]]></price>
| Field Name | Description |
|---|---|
| property_type | apartment, house, villa, condo, etc. |
| rooms | number of bedrooms (integer value) |
| bathrooms | number of bathrooms (integer value) |
| address | street address where the property is located |
| city_area | City area where the property is located |
| city | City where the property is located |
| region | State or province where the property is located |
| postcode | postcode |
| date | date of the ad in formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
| floor_number | floor number/storys |
| latitude | latitude of the property |
| longitude | longitude of the property |
| orientation | orientation of the property: north, south, east or west |
| agency | name of the listing agency |
| floor_area | area of the property in metres squared (integer value) |
| plot_area | lot area / area of the land on which the property is located (integer value); select one of the following: |
| condition | condition of the home. e.g.: "renovated" or "development" |
| year | year the property was built in the format: YYYY |
| virtual_tour | URL to the virtual tour of the property |
| eco_score | information, in free-text format, about the property’s energy efficiency |
| 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. See format detailed below. |
| parking | tell is property has parking (format: 0 = No, 1 = Yes) |
| is_furnished | the property is furnished or not (format: 0 = No, 1 = Yes) |
| expiration_date | date the ad will expired. Valid formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
| is_new | whether or not the property is new (format: 0 = No, 1 = Yes) |
The picture 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".
Example Tag:
<picture main="true"><![CDATA[...]]></picture>
The fields to define within the element are:
Multiple Pictures Structure:
<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>
<?xml version="1.0" encoding="utf-8"?>
<cari>
<ad>
<id><![CDATA[1234567]]></id>
<url><![CDATA[http://www.yoursite.com/view/1234567]]></url>
<title><![CDATA[Apartment Mediterania For Sale - Jakarta Selatan]]></title>
<type><![CDATA[For Sale]]></type>
<agency><![CDATA[Era Property]]></agency>
<content><![CDATA[Apartment Mediterania For Sale in Jakarta ]]></content>
<price><![CDATA[300000000]]></price>
<property_type><![CDATA[Apartment]]></property_type>
<floor_area><![CDATA[45]]></floor_area>
<rooms><![CDATA[2]]></rooms>
<bathrooms><![CDATA[1]]></bathrooms>
<parking><![CDATA[0]]></parking>
<address><![CDATA[Jl ]]></address>
<city><![CDATA[Jakarta Selatan]]></city>
<city_area><![CDATA[Jakarta Selatan]]></city_area>
<region><![CDATA[DKI Jakarta]]></region>
<pictures>
<picture>
<picture_url><![CDATA[http://www.yoursite.com/image/image.jpg]]></picture_url>
<picture_title><![CDATA[bedroom]]></picture_title>
</picture>
</pictures>
<virtual_tour><![CDATA[]]></virtual_tour>
<floor_number><![CDATA[30]]></floor_number>
<orientation><![CDATA[]]></orientation>
<is_furnished><![CDATA[]]></is_furnished>
<date><![CDATA[2019-01-01 20:00:00]]></date>
<expiration_date><![CDATA[...]]></expiration_date>
<is_new><![CDATA[]]></is_new>
<condition><![CDATA[]]></condition>
<year><![CDATA[2012]]></year>
</ad>
</cari>
| Field Name | Description |
|---|---|
| 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 jobs ad |
| content | content of the ad |
| Field Name | Description |
|---|---|
| company | name of the company hiring |
| experience | minimum experience |
| requirements | job requirements |
| studies | required level of education |
| category | job category |
| contract | type of contract; permanent, temporary, contract, internship etc |
| working_hours | job hours; full time/part time, 8 hours/day |
| telecommute | indicate if the job is to work from home or not |
| salary | salary (free text; can include comments or ranges e.g.: 20000-30000) |
| city_area | city area or neighborhood |
| city | city name |
| region | State or province where the jobs is located |
| country | country where the jobs is located |
| postcode | postcode |
| date | date of the ad in formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
| expiration_date | date the ad will expired. Valid formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
| picture | This tag includes the fields to specify the URL and the title of the image. See format detailed below. |
| contact_name | contact name |
| contact_email | contact's email address |
| contact_telephone | advertiser's phone number (numbers only, no punctuation must be included) |
The picture 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".
Example Tag:
<picture main="true"><![CDATA[...]]></picture>
The fields to define within the element are:
Multiple Pictures Structure:
<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>
<?xml version="1.0" encoding="utf-8"?>
<cari>
<ad>
<id><![CDATA[1234567]]></id>
<url><![CDATA[http://www.yoursite.com/view/1234567]]></url>
<title><![CDATA[PHP Programmer - Jakarta Selatan]]></title>
<content><![CDATA[PHP Programmer in Jakarta Selatan]]></content>
<company><![CDATA[Company Name]]></company>
<salary><![CDATA[30000000]]></salary>
<experience><![CDATA[Experience]]></experience>
<requirements><![CDATA[Apartment]]></requirements>
<studies><![CDATA[Minimum Studies]]></studies>
<category><![CDATA[Jobs category]]></category>
<contract><![CDATA[Contract]]></contract>
<working_hours><![CDATA[8 hours]]></working_hours>
<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[bedroom]]></picture_title>
</picture>
</pictures>
<date><![CDATA[2019-01-01 20:00:00]]></date>
<expiration_date><![CDATA[...]]></expiration_date>
<contact_name><![CDATA[...]]></contact_name>
<contact_email><![CDATA[...]]></contact_email>
<contact_telephone><![CDATA[...]]></contact_telephone>
</ad>
</cari>