Home » Developer Center
Developer Center
General Specifications File Formats : The feed can be in XML (preferred)
Refresh Frequency : The feed will be processed on a daily basis, between 12:00 am EST and 6:00 am EST (UTC/GMT -5 hours). We can arrange for less frequent updates as well.
Location : You can host your feed, and we'll download it from the URL you provide us. If you prefer, we can set up an FTP account for you to upload the feed on a regular basis. Compression : If your feed is too large, you can compress it (as .zip or .gz) to reduce bandwidth consumption. Sample Glasyads Feed Formats: Automobiles
<?xml version="1.0" encoding="utf-8"?> <listings> <listing> <id><![CDATA[0001]]></id> <title><![CDATA[title of the listing]]></title> <description><![CDATA[content giving the overview of the listing]]></description> <price><![CDATA[price related to that listing or automobile]]></price> <currency><![CDATA[USD]]></currency> <color><![CDATA[color of the automobile]]></color> <year><![CDATA[year indicating the automobile released year]]></year> <model><![CDATA[Model of the automobile]]></model> <mileage><![CDATA[Mileage of the automobile]]></mileage> <city><![CDATA[newyork]]></city> <state><![CDATA[newyork]></state> <country><![CDATA[USA]]></country> <pin_zip_code><![CDATA[10001]]></pin_zip_code> <phone_number><![CDATA[(800) 023-4568]]></phone_number> <email><![CDATA[absc@gmail.com]]></email> <listingurl><![CDATA[listing url of the listing in your site]]></listingurl> <similarurl><![CDATA[page url of the listing in your site(optional)]]></similarurl> <branded_logo><![CDATA[path of the branded logo image]]></branded_logo> <image_url><![CDATA[path of image,if more please use '|' in between urls]]></image_url> <video_url><![CDATA[path of the Video]]></video_url> </listing> </listings> Note : Save your xml file with following format "site_name_automobiles.xml". Eg., "glasyads_automobiles.xml"
Jobs
<?xml version="1.0" encoding="utf-8"?> <listings> <listing> <id><![CDATA[0001]]></id> <title><![CDATA[title of the listing]]></title> <description><![CDATA[content giving the overview of the listing]]></description> <salary><![CDATA[Salary]]></salary> <currency><![CDATA[USD]]></currency> <education><![CDATA[Education of candidate]]></education> <jobtype><![CDATA[type of job]]></jobtype> <experience><![CDATA[experience]]></experience> <company><![CDATA[company]]></company> <city><![CDATA[newyork]]></city> <state><![CDATA[newyork]></state> <country><![CDATA[USA]]></country> <pin_zip_code><![CDATA[10001]]></pin_zip_code> <phone_number><![CDATA[(800) 023-4568]]></phone_number> <email><![CDATA[absc@gmail.com]]></email> <listingurl><![CDATA[listing url of the listing in your site]]></listingurl> <similarurl><![CDATA[page url of the listing in your site(optional)]]></similarurl> <start_date><![jobs start_date]]></start_date> <expiration_date><![CDATA[job expiration_date]]></expiration_date> <language_skills><![Job skills]]></language_skills> </listing> </listings> Note : Save your xml file with following format "site_name_jobs.xml". Eg., "glasyads_jobs.xml"
|