... Correct. As you can see on the "API Introduction" documentation page, we only send 4000 results at a time: http://developer.oodle.com/api-introduction If...
My apologies -- in the previous response, I misspoke. The Oodle API returns up to 4000 results at a time, but if you want more, you're not going to be able to...
Has anyone seen sample code for VB.net to retrieve and display ads from their API. I serached the forum but didn't see any, I am new to web services. Staff,...
Hey, Just got this error eventhough I used a valid key Oodle staff give me. Can anyone here or Oodle tech can help? I also tried with the 'TEST' key but still...
... Trung, The error above is complaining that "H" is not a valid API key. Clearly, that is true. Double check that you are creating your parameters data...
I used the phpxmlrpc to make the request. (phpxmlrpc.sourceforge.net). I tested with their sample code, it's work ok. However, when I tried make a request to...
Hi, I have a question about the best way to get what I am looking for in regards to Foreclosures. I want to look for Residential (home & condo) Foreclosures in...
I tried using the sample code from the website (I have PHP 5), but for some reason I only get 10 listings when I run a search. Does anyone know why? Is this a...
... I believe that you actually have to specify the "get" parameters, 'from' and 'to'. See here for the exact documentation: http://developer.oodle.com/get But...
Hello, I had a bit of bother getting the Oodle PHP examples to work (line 44 error that everyone sees). I think it's something the Oodle developers could spend...
Hi, I am trying to filter the rental listing using a price filter using the Java API. ... Hashtable<String,Object>priceParams= new Hashtable<String, Object>();...
Can someone please show me how to pull the following information? I want to display all the categories and the total counts on my home page. I will be grateful...
... Hi James, Great question. The best way for me to answer this, though, is to step back a bit and describe the playing field. Here's how it all works. ...
... Yep, one of the pieces of feedback we've gotten from some folks is that they can't figure out how to get the PEAR XML-RPC library that we're using. No...
... Well, we all love momma! Gotta give it up for her. And CrashDaddy, you've been helpful while giving other API users support in the Yahoo group, so we...
... Hi Tommy, Currently, the way to get listing counts is to send us a full query for listings, with "return_nav" set to TRUE. Then, in addition to the "items"...
hi Can someone please show me how to pull the following information? I ... for fectch data i used this $method1 = 'get'; $params1 = array( 'partner_id' =>...
I am trying to gather records by date and also a set number returned. Can anyone provide some sample code of how to gather all ads for 02-28-08 and limit to 20...
Hi! Have you already solved this? It's pretty easy to figure out if you use the documentation at developer.oodle.com, but I made you a little demo page you...
We can do a background image for the site so it will look like ours but here is the info so you need to email the backgound so that it can be uploaded All...
We are using a feed to get Homes for Sale in areas, the variable has_photo is set to Yes on some, but not even seeing a "thumb" variable being set. Is there...
You're right, that 'if' statement in the 'foreach' loop checking to see if it's created on the right date is unnecessary, you can just take it out and the same...