GeoIP
From CareerBuilder Developer Center
[edit] Service
URL: http://rtq.careerbuilder.com/RTQ/rss20.aspx?lr=YOUR_LR_CODE&rssid=YOUR_SITE_ID
GET requests only.
Returns a list of up to 50 search result items.
[edit] Parameters
- &geoip=
- -Optional
- -GeoIP is technology that we can apply for your site if no city/state/zip is supplied in the RSS call. Basically if you call the RSS feed from your site via javascript as you can do via MyJobStream, we will take in the IP address from the client call and then show jobs using our GeoIP technology. If you are making server side calls from your system's back end to get the RSS data, then you can do a couple things.
1. If you can't pass along the IP address of the end client (browser) or requester, then make sure to turn off GeoIP as the Geography we will use will be from your server and not from the client. Just set "&geoip=false" to make sure we don't use GeoIP.
2. If you can pass along the IP Address of the client via a pass through mechanism of some type that will work too. For example, just read out the IP address of the HTTP request and send over "&testip=XXX.XXX.XXX.XXX". That IP address is then used to do the lookup for the geography of your RSS search results.
