Frequently Asked Questions

Have a question not answered here?

Contact us for more information

What is a Just Landed RSS (JL-RSS) Feed?

A RSS feed is an XML file that complies with the RSS specification. The Just Landed RSS feed format is based on the RSS 2.0 standard (for more information about the standard, see http://blogs.law.harvard.edu/tech/rss). It is designed to be able to contain data in a standard format. The additional elements in JL-RSS (prefixed with jl, e.g. jl:country) extend RSS with custom values. This allows Just Landed to collect the file, parse it into our database and display the content to users on our sites. 

How do I create a JL-RSS feed?

A JL-RSS feed is your data formatted in an XML file as defined in this specification. In the same way you create a dynamic HTML page to serve in a web-browser, you can create a JL-RSS XML file. The exact way in which you create the XML file will depend on the web architecture you are using to run your website and application. You can create the file dynamically or periodically. 

Whatever process you use, we need to be able to access it on a URL (e.g. http://www.YourSite.com/jl-rss.xml), which can be secured. We recommend you set a cron job (MS: schedule a task) to recreate this file daily.  

What should go in the feed? 

You can send all offers, a partial selection of offers or just your latest offers. If you need to ensure that items are immediately deleted  when no longer available, you can provide a deletion feed on a separate URL in the same format to tell us to delete the offers. Otherwise, offers will be automatically deleted after a period of time and or if we automatically detect they are no longer valid. All offers which are still valid after 45 days will automatically be refreshed.

I have an XML file, can you use it?

In many cases we can work with existing RSS/XML feeds as long as they meet some minimum criteria:

I don't have an XML  file what do I need to do? 

What is the best way of generating an XML file? 

We need to be able to get the file in a a reasonable amount of time (e.g. 5 minutes) so if you have a lot of data or you cannot generate a file dynamically from a request in that time, then it would be best to pre-generate it so we will be able to pick it up. 

If have load problems on your server, then the best thing to do is either: 

My feed is ready - what now?

Check it is accessible externally (using authentication if applicable) and then contact your account manager to get it plugged in. Self-service is coming soon...