Flux XML AllYouCanPost - Import
A propos des flux XML
Pour éviter toute re-saisie inutile nous vous proposons d’insérer en automatique vos annonces sur AllYouCanPost à l’aide d’un flux XML.
Plus d’informations sur le standard XML.
Flux XML au format “AllYouCanPost - Import”
Pour intégrer vos annonces plus facilement sur AllYouCanPost nous vous proposons de préparer un flux XML en suivant les instructions ci dessous.
- Vous pouvez soumettre un ou plusieurs flux.
- Chaque flux doit être encodé au format UTF-8 et disponible sur une URL en HTTP ou en HTTPS.
- Les flux faisant plus que 100Mo doivent être compressé au format GZIP (.gz)
- Les annonces présentent dans le flux seront ajoutées et/ou modifiées, les annonces qui ne seront plus présentes dans le flux seront supprimées.
- Le flux sera traité au moins une fois toutes les 24h.
Exemple & Notice
- Basic ads
- Cars, Motorcycles and Caravaning
- Boats, Jetski
- Shoes
- Housing
- Referential Categories : All You Can Post Id category listing
Basic products
Exemple for Basic products
<?xml version="1.0" encoding="utf-8"?> <aycp xmlns="http://www.allyoucanpost.com"> <ad> <id><![CDATA[...]]></id> <title><![CDATA[...]]></title> <category><![CDATA[...]]></category> <url_pro><![CDATA[...]]></url_pro> <type><![CDATA[...]]></type> <content><![CDATA[...]]></content> <price unit="eur"><![CDATA[..]]></price> <address><![CDATA[...]]></address> <city><![CDATA[...]]></city> <postcode><![CDATA[...]]></postcode> <phone display="1"><![CDATA...]]></phone> <country_code><![CDATA[...]]></country_code> <email><![CDATA[...]]></email> <publisher_type><![CDATA[...]]></publisher_type> <publisher_name><![CDATA[...]]></publisher_name> <pictures> <picture> <picture_url><![CDATA[...]]></picture_url> <picture_title><![CDATA[...]]></picture_title> </picture> <picture> <picture_url><![CDATA[...]]></picture_url> <picture_title><![CDATA[...]]></picture_title> </picture> ... </pictures> <date><![CDATA[...]]></date> <ad_translations> <en> <title><![CDATA[...]]></title> <description><![CDATA[...]]></description> </en> <es> <title><![CDATA[...]]></title> <description><![CDATA[...]]></description> </es> ... </ad_translations> </ad> <ad> .... </ad> <ad> .... </ad> ... </aycp>
Notice for Basic products
| Tag | Required | Values | Description |
| id | yes | string | Your id or reference |
| title | yes | string | Title of the ad |
| category | yes | integer | All You Can Post Id category (cf. specific document about Referential Categories) |
| url_pro | no | string | Contact url for the advertiser |
| type | yes | integer |
Type of ad : 1 = offered 2 = wanted ad Default value = 1 |
| content | yes | string | Main description of the ad |
| price | yes | integer |
Price. Attribute ‘unit’ is for currency code Values = eur, usd or cad Default value = eur (Euros) |
| city | yes | string | City |
| postcode | yes | string | Zipcode |
| phone | yes | string |
Phone number. Attribute display is displaying Phone number Values = Yes / 0 = No. Default value = 1 |
| country_code | yes | string |
Country code. Default value = FR FR : France BE : Belgium CA : Canada US : United States |
| yes | string | Address email | |
| publisher_type | yes | string |
Publisher_type : 1 = profesional 2 = individual |
| publisher_name | yes | string | Name |
| pictures | yes | string | This tag includes each pictures |
| picture | no | string |
This tag includes all fields to specify the URL and title of each pictures |
| picture_url | no | string | URL absolute of picture |
| picture_title | no | string | Title of picture |
| date | yes | xml tag |
Publication date : https://fr.wikipedia.org/wiki/ISO_8601 2016-10-21T10:20:14.000Z |
Cars, Motorcycles and Caravaning
Extra Tag for Vehicules, Caravaning And Motorcycles ads
<?xml version="1.0" encoding="utf-8"?> <aycp xmlns="http://www.allyoucanpost.com"> <ad> .... <make><![CDATA[...]]></make> <model><![CDATA[...]]></model> <version><![CDATA[...]]></version> <year><![CDATA[...]]></year> <fuel><![CDATA[...]]></fuel> <transmission><![CDATA[...]]></transmission> <rapports><![CDATA[...]]></rapports> <doors><![CDATA[...]]></doors> <places><![CDATA[...]]></places> <trunk_volume><![CDATA[...]]></trunk_volume> <mileage unit="kilometers" ><![CDATA[...]]></ mileage> <power_fisc><![CDATA[...]]></power_fisc> <power_eng><![CDATA[...]]></power_eng> <consumption><![CDATA[...]]></consumption> <co2><![CDATA[...]]></co2> <registration_date><![CDATA[...]]></registration_date> <license_plate><![CDATA[...]]></license_plate> <service_book><![CDATA[...]]></service_book> <color_out><![CDATA[...]]></color_out> <color_out_extra><![CDATA[...]]></color_out_extra> <color_in><![CDATA[...]]></color_in> <accessory_type><![CDATA[...]]></accessory_type> .... </ad>
Notice for Vehicules, Caravaning And Motorcycles ads
| Tag | Required | Values | Description |
| make | yes | string |
Make of vehicule Except for accessories and spare parts |
| model | yes | string |
Model of vehicule Except for accessories and spare parts, motorcycles. |
| version | yes | string |
Version of vehicule Except for accessories and spare parts |
| year | yes | integer |
Production year of the car Except for accessories and spare parts |
| fuel | no | integer |
For France : 1 = diesel 2 = fuel 3 = electric 4 = hybrid 5 = LPG 6 = other |
| transmission | no | integer |
1 = automatic 2 = manual |
| rapports | no | integer |
Number of rapports (transmission) Except for accessories and spare parts |
| mileage | yes | integer |
Vehicle mileage in kilometers or miles Default value = kilometers Except for accessories and spare parts |
| doors | no | integer |
Number of doors Except for accessories and spare parts And motocycles |
| places | no | integer |
Number of seating places Except for accessories and spare parts And motocycles |
| trunk_volume | no | integer |
size of trunk Except for accessories and spare parts |
| power_fisc | no | integer |
Engine fiscal size |
| power_eng | no | integer |
Engine size |
| consumption | no | integer |
Consumption |
| co2 | no | integer |
Co2 emission |
| registration_date | no | integer |
Date of registration |
| license_plate | no | integer |
License plate |
| service_book | no | boolean |
Have a service book |
| color_out | no | string |
Color outside |
| color_out_extra | no | string |
Color outside extra |
| color_in | no | string |
Color inside |
| accessory_type | no | integer |
Only for accessories and spare parts For France : Cars 1 = Alarme 2 = Audio 3 = Barres toit 4 = Chaines 5 = GPS 6 = Pièces détachées auto 7 = Pneu voiture - roue 8 = Remorque 9 = Retroviseur 10 = SAV Auto 11 = Tuning 12 = Autres Motorcycles 13 = Alarme 14 = Anti-vol 15 = Casque 16 = Pièce détachée moto 17 = Remorque moto 18 = Rétroviseur moto 19 = SAV Moto 20 = Vêtement moto 21 = Pneu moto - roue moto 22 = Autres Caravaning 23 = Anti vol - Alarme 24 = Antennes 25 =Attelages 26 =Equipements neige 27 =Porte vélos - Porte skis 28 =Sécurité - Signalisation 29 =Auvents 30 = Litterie caravaning 31 =Cuisine caravaning |
Boats, Jetski
Extra Tag for Boats, Jetski ads
<?xml version="1.0" encoding="utf-8"?> <aycp xmlns="http://www.allyoucanpost.com"> <ad> .... <make><![CDATA[...]]></make> <year><![CDATA[...]]></year> <length><![CDATA[...]]></length> <accessory_type><![CDATA[...]]></accessory_type> .... </ad>
Notice for Boats, Jetski ads
| Tag | Required | Values | Description |
| make | yes | string |
Make of vehicule Except for accessories and spare parts |
| year | yes | integer |
Production year of the boat Except for jetski, accessories and spare parts |
| length | yes | integer | Only for boat |
| accessory_type | no | integer |
Only for accessories and spare parts For France : 32 = Accastillage 33 = Divers 34 = Annexes bateau 35 = Electronique - Navigation 36 = Remorque bateau 37 = Vêtement bateau 38 = Voilerie |
Shoes
Extra Tag for Shoes ads
<?xml version="1.0" encoding="utf-8"?> <aycp xmlns="http://www.allyoucanpost.com"> <ad> .... <size_feet><![CDATA[...]]></size_feet> .... </ad>
Notice for Shoes ads
| Tag | Required | Values | Description |
| size_feet | no | string |
Size of shoes Values between 16 and 50+ |
Housing
Extra Tag for Housing ads
<?xml version="1.0" encoding="utf-8"?> <aycp xmlns="http://www.allyoucanpost.com"> <ad> .... <property><![CDATA[...]]></property> <property_type><![CDATA[...]]></property_type> <property_area unit="kilometers"><![CDATA[...]]></property_area> <property_furnished><![CDATA[...]]></property_furnished> <property_constructible><![CDATA[...]]></property_constructible> <property_room><![CDATA[...]]></property_room> <property_bedroom><![CDATA[...]]></property_bedroom> <property_sleepings><![CDATA[...]]></property_sleepings> <property_energy_dpe><![CDATA[...]]></property_energy_dpe> <property_energy_ges><![CDATA[...]]></property_energy_ges> <property_seller_fees unit="eur"><![CDATA[...]]></property_seller_fees> <property_seller_fees_rate unit="eur"><![CDATA[...]]></property_seller_fees_rate> <property_buyer_fees unit="eur"><![CDATA[...]]></property_buyer_fees> <property_buyer_fees_rate unit="eur"><![CDATA[...]]></property_buyer_fees_rate> <property_charges unit="eur"><![CDATA[...]]></property_charges> <property_fees unit="eur"><![CDATA[...]]></property_fees> <property_refund><![CDATA[...]]></property_refund> <property_checkin unit="eur"><![CDATA[...]]></property_checkin> .... </ad>
Notice for Housing ads
| Tag | Required | Values | Description |
| property | yes | integer |
Type Values FR : 1 = for sale 2 = for rent 3 = holidays rental 4 = flatsharing |
| property_type | yes | integer |
Type of property Values FR : 1 = house 2 = flat 3 = parking 4 = building 5 = commercial space 6 = land 7 = other 8 = castle 9 = villa 10 = guest rooms 11 = property |
| property_area | yes | integer |
Property area Unit possible : meters2 / feets2 Default unit : meters2 |
| property_furnished | no | boolean |
Furnished : yes or not Values : 0 = no 1 = yes |
| property_constructible | no | boolean |
Constructible : yes or not only for land type Values : 0 = no 1 = yes |
| property_room | yes/no | integer |
Number of rooms in the property. Required for classic property like house or flat |
| property_bedroom | yes/no | integer |
Number of bedrooms,this value is required for holidays rental |
| property_sleepings | yes/no | integer |
Number of sleeping / persons,this value is required for holidays rental |
| property_energy_dpe | yes/no | string |
Energy DPE value (for France) Value : A to I or 0 if not concerns Required depends on local legislation |
| property_energy_ges | yes/no | string |
Energy GES value (for France) Value : A to I or 0 if not concerns Required depends on local legislation |
| property_place | yes/no | integer |
Type Place required for holidays Rental. Possible value : 1 = city 2 = countryside 3 = Sea 4 = Mountain |
| property_covered | yes/no | boolean |
Covered : this value is an information for property type Parking Possible value : 1 = yes 0 = no |
| property_seller_fees | yes/no | integer |
Seller Fees : this value is a required information for property "for sale" Attribute ‘unit’ is for currency code Values = eur, usd or cad Default value = eur (Euros) |
| property_seller_fees_rate | yes/no | integer |
Seller Fees Rate : this value is a required information for property "for sale" Attribute ‘unit’ is for currency code Values = eur, usd or cad Default value = eur (Euros) |
| property_buyer_fees | yes/no | integer |
Buyer Fees Rate : this value is a required information for property "for sale" Attribute ‘unit’ is for currency code Values = eur, usd or cad Default value = eur (Euros) |
| property_buyer_fees_rate | yes/no | integer |
Buyer Fees : this value is a required information for property "for sale" Attribute ‘unit’ is for currency code Values = eur, usd or cad Default value = eur (Euros) |
| property_charges | yes/no | integer |
Charges : this value is a required information for property "for rent" Attribute ‘unit’ is for currency code Values = eur, usd or cad Default value = eur (Euros) |
| property_fees | yes/no | integer |
Fees : this value is a required information for property "for rent" Attribute ‘unit’ is for currency code Values = eur, usd or cad Default value = eur (Euros) |
| property_refund | yes/no | integer |
Refund : this value is a required information for property "for rent" Values : 1 = Provision Annuelle 2 = Remboursement sur justificatifs 3 = Forfait |
| property_checkin | yes/no | Checkin |
Charges : this value is a required information for property "for rent" Attribute ‘unit’ is for currency code Values = eur, usd or cad Default value = eur (Euros) |
Referential Categories
All You Can Post Id category listing:
En cas de question, n’hésitez pas à nous contacter directement.
Une fois votre flux mis en place merci de remplir le formulaire suivant afin de soumettre votre flux.