Hi Santhy, Good news -- it's actually very easy to get this information. :-) You simply set an extra parameter on your API request: return_nav = TRUE...
I finally figured out how to do the filters for source and I'm having a bit of trouble filtering certain sources. I'm trying to create an application where...
... Here are a few others I cant figure out what the filter string is: Autoguide Pittsburgh Post-Gazette Palm Beach Post anything on dealstorm I've tried...
Hey Digitalfiz, Steve Baker here from Oodle Engineering. Great question. You're exactly correct that the "exclude" parameter removes sources from the result...
Thank you very much steve. Your response was very helpful. Is a better documentation in the works? The docs you have now I've notice are slowly changing but...
Hello, I am coding a Joomla 1.5 (a php based cms/framework) component to retrieve Oodle listings. I seem to miss one thing though: How do you actually retrieve...
Hi, There is a PHP example of using oodle API but not for any other platform. I am a ASP/ASP.NET developer. Can some one provide the ASP/ASP.NET implementation...
I also am a .NET developer, I have partially gotten it to work, but not very well. I would really be interested in seeing a good working .NET example. ...
I am using the api and filtering all sources out but say eBay and when I search for say Audi i get mixed results mostly Audi but some Mercedes and Nissan...
What would be the best way to log visitors clicking on returned results ? Would it be ok with Terms of Use if i modify source link directing it first to my...
If I give 'abilene' region in search, API returns the data for 'abilene' location as well as 'tuscola'. So I tried to filter those data using dimensions. I...
Hi Steve, I am using ASP.NET to call the oodle API. And also I am using XML- RPC library as you have advised here. I could filter the data by 'price' but not...
Hi all! I was developing an interest in putting personal ads on my website. I was going to build some bots to go out to all sorts of web pages and crawl for...
Well, I upgraded to php5 so I could parse them XML easier (for other reasons), but then I started losing Aubrey's code for php4. That's okay, though...it...
my vsk is working on oodle API i have occur some problem during work. oodle intergration is working right on localhost but if we upload file on line on server ...
myself vsk is working on oodle API i have occur some problem during work. oodle intergration is working right on localhost but if we upload file on line on...
Hi, I am using Oodle listings for my real estate project. We are developing a site like "info.com" which is also using oodle listings. We are able select a...
I have a similar question -- how do I retrieve a single real estate listing? More specifically, it seems that the address field is used as a link on the HTML...
Hi! Congratulations on using Oodle. I had the same problem you're having now, but what finally worked for me was NOT to use listing_id_* as a DIMENSION, but...
i am working on a oodle integration , i have been comming some problem during work. i do work offline and check it, give the currect result,but if we upload...
i am working on a oodle integration , i have been comming some problem during work. i do work offline and check it, give the currect result,but if we upload...
Can someone please help me trouble shoot this error? I have already installed PEAR and the php extensions like, XML_RPC, XML_Util, etc. but still can not move...
Here's an example from the PEAR docs: $params = array(new XML_RPC_Value($input, 'int')); $msg = new XML_RPC_Message('function_times2', $params); $cli = new...