Skip to content

Instantly share code, notes, and snippets.

@hieu-v
Last active May 31, 2022 04:46
Show Gist options
  • Save hieu-v/0b390d57d69d9b41be577e757f4efbb6 to your computer and use it in GitHub Desktop.
Save hieu-v/0b390d57d69d9b41be577e757f4efbb6 to your computer and use it in GitHub Desktop.
Indeed basic XML feed
<?xml version="1.0" encoding="utf-8"?>
<source>
<publisher>ATS Name</publisher>
<publisherurl>http://www.atssite.com</publisherurl>
<lastBuildDate>Fri, 10 Dec 2008 22:49:39 GMT</lastBuildDate>
<job>
<title><![CDATA[JOB 1]]></title>
<date><![CDATA[Tue, 29 Jun 2021 22:49:39 GMT]]></date>
<referencenumber><![CDATA[unique123131]]></referencenumber>
<url>
<![CDATA[http://www.examplesite.com/viewjob.cfm?jobid=unique123131&amp;source=Indeed]]>
</url>
<company><![CDATA[ABC Hospital]]></company>
<city><![CDATA[Phoenix]]></city>
<state><![CDATA[AZ]]></state>
<country><![CDATA[US]]></country>
<postalcode><![CDATA[85003]]></postalcode>
<streetaddress><![CDATA[123 fake street Phoenix AZ, 85003]]></streetaddress>
<email><![CDATA[example@abccorp.com]]></email>
<description>
<![CDATA[Do you have 1-3 years of sales experience? Are you
relentless at closing the deal? Are you ready for an exciting and
high-speed career in sales? If so, we want to hear from you! [...]
We provide competitive compensation, including stock options and a full
benefit plan. As a fast-growing business, we offer excellent opportunities
for exciting and challenging work. As our company continues to grow, you
can expect unlimited career advancement! ]]>
</description>
<salary><![CDATA[$50K per year]]></salary>
<education><![CDATA[Bachelors]]></education>
<jobtype><![CDATA[fulltime, parttime]]></jobtype>
<category><![CDATA[Category1, Category2, CategoryN]]></category>
<experience><![CDATA[5+ years]]></experience>
<expirationdate><![CDATA[Mon, 08 Nov 2021]]></expirationdate>
<remotetype><![CDATA[COVID-19]]></remotetype>
<indeed-apply-data>COVERED IN A LATER SECTION</indeed-apply-data>
</job>
<job>
<title><![CDATA[JOB 2]]></title>
<date><![CDATA[Tue, 29 Jun 2021 22:49:39 GMT]]></date>
<referencenumber><![CDATA[unique123131]]></referencenumber>
<url>
<![CDATA[http://www.examplesite.com/viewjob.cfm?jobid=unique123131&amp;source=Indeed]]>
</url>
<company><![CDATA[ABC Hospital]]></company>
<city><![CDATA[Phoenix]]></city>
<state><![CDATA[AZ]]></state>
<country><![CDATA[US]]></country>
<postalcode><![CDATA[85003]]></postalcode>
<streetaddress><![CDATA[123 fake street Phoenix AZ, 85003]]></streetaddress>
<email><![CDATA[example@abccorp.com]]></email>
<description>
<![CDATA[Do you have 1-3 years of sales experience? Are you
relentless at closing the deal? Are you ready for an exciting and
high-speed career in sales? If so, we want to hear from you! [...]
We provide competitive compensation, including stock options and a full
benefit plan. As a fast-growing business, we offer excellent opportunities
for exciting and challenging work. As our company continues to grow, you
can expect unlimited career advancement! ]]>
</description>
<salary><![CDATA[$50K per year]]></salary>
<education><![CDATA[Bachelors]]></education>
<jobtype><![CDATA[fulltime, parttime]]></jobtype>
<category><![CDATA[Category1, Category2, CategoryN]]></category>
<experience><![CDATA[5+ years]]></experience>
<expirationdate><![CDATA[Mon, 08 Nov 2021]]></expirationdate>
<remotetype><![CDATA[COVID-19]]></remotetype>
<indeed-apply-data>COVERED IN A LATER SECTION</indeed-apply-data>
</job>
<job>
<title><![CDATA[JOB 3]]></title>
<date><![CDATA[Tue, 29 Jun 2021 22:49:39 GMT]]></date>
<referencenumber><![CDATA[unique123131]]></referencenumber>
<url>
<![CDATA[http://www.examplesite.com/viewjob.cfm?jobid=unique123131&amp;source=Indeed]]>
</url>
<company><![CDATA[ABC Hospital]]></company>
<city><![CDATA[Phoenix]]></city>
<state><![CDATA[AZ]]></state>
<country><![CDATA[US]]></country>
<postalcode><![CDATA[85003]]></postalcode>
<streetaddress><![CDATA[123 fake street Phoenix AZ, 85003]]></streetaddress>
<email><![CDATA[example@abccorp.com]]></email>
<description>
<![CDATA[Do you have 1-3 years of sales experience? Are you
relentless at closing the deal? Are you ready for an exciting and
high-speed career in sales? If so, we want to hear from you! [...]
We provide competitive compensation, including stock options and a full
benefit plan. As a fast-growing business, we offer excellent opportunities
for exciting and challenging work. As our company continues to grow, you
can expect unlimited career advancement! ]]>
</description>
<salary><![CDATA[$50K per year]]></salary>
<education><![CDATA[Bachelors]]></education>
<jobtype><![CDATA[fulltime, parttime]]></jobtype>
<category><![CDATA[Category1, Category2, CategoryN]]></category>
<experience><![CDATA[5+ years]]></experience>
<expirationdate><![CDATA[Mon, 08 Nov 2021]]></expirationdate>
<remotetype><![CDATA[COVID-19]]></remotetype>
<indeed-apply-data>COVERED IN A LATER SECTION</indeed-apply-data>
</job>
</source>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment