Thesaurus   XML/RSS API  Downloads  Labs  Feedback  Blog  Discuss  Links  Terms of Service


Integrate with fillbug using XML/RSS API   

With the fillbug's XML/RSS and JSON Web API service, software developers can query fillbug directly from their own computer programs or web mashups like http://pipes.yahoo.com/, and http://www.dappit.com/. fillbug uses the XML/RSS and JSON standards so a developer can program in his or her favorite environment - such as Java, Perl, or Visual Studio .NET.

fillbug supports query by example to form the context of the item expander.  Example uses are but not limited too: Recommendations , Dictionary, Knowledge Base, Repository, Reference, Suggestion tool, Thesaurus etc.

Modeled losely after the human brain, and working memory, by querying fillbug via this API you are actually writing a record, with the potential to be retrieved at a later date given enough items. Currently this mechanism isn’t in real time, and assuming the request passes spam filtering and quality control.

 fillbug also provides for a quick and simple way to build a "pipeline" using Yahoo Pipes. Have a look at the Related Terms pipe.

 fillbug's XML/RSS and JSON Web API service is available free of charge for uses not exceeding 1,000 searches per day. As the platform is scaled the service will have no restrictions. Please send any concerns or comments to questsin@rogers.com

To get search results from fillbug use a url like:

http://fillbug.com/rss.asp?q=test&title=title&description=description&N=2&url=http://answers.com/{i}

or in json:

http://fillbug.com/json.asp?q=test&title=title&description=description&N=2&url=http://answers.com/{i}

where:

Parameter Optional or Mandatory Default Value Description
q Optional    
title Optional fillbug  
description Optional Questsin Intelligence like never before  
email Optional   user email, not system email. This will provide results tailored per user when used as a Recommender system
lang Optional en user language, not the language of the "q" items. This will provide results tailored per user language when used as a Recommender system
location Optional   user location, not the location of the "q" items. This will provide results tailored per user location when used as a Recommender system
N Optional 15 Number of item results to returns
retry Optional 0 If you didn't get the results you expected, just increment retry to 1,2,3 etc and re-query. fillbug will vary the algorithm and the results might be different. higher 'retry' values will result in more random results
url Optional http://questsin.net/default.asp?q={i} where {i} will be replaced with the item title results


The XML reply has the following format:

  <?xml version="1.0" encoding="ISO-8859-1" ?>

- <rss version="2.0">

- <channel>

  <title>fillbug</title>

  <link>http://questsin.net/</link>

  <description>Questsin Intelligence like never before</description>

  <language>en-us</language>

  <copyright>Copyright 2005 questsin. All Rights Reserved.</copyright>

  <pubDate>Sat, 7 Oct 2006 22:05:08 EST</pubDate>

  <lastBuildDate>Sat, 7 Oct 2006 22:05:08 EST</lastBuildDate>

- <image>

  <title>questsin.net</title>

  <url>http://questsin.net/images/rsslogo.gif</url>

  <link>http://questsin.net</link>

  </image>

  <ttl>1440</ttl>

- <item>

  <title>test</title>

  <link>http://questsin.net/default.asp?q=test</link>

  <description>dynamically created by AI list engine @ questsin.net</description>

  <datePosted>Sat, 7 Oct 2006 22:05:10 EST</datePosted>

  </item>

- <item>

  <title>Parent Directory</title>

  <link>http://questsin.net/default.asp?q=Parent+Directory</link>

  <description>dynamically created by AI list engine @ questsin.net</description>

  <datePosted>Sat, 7 Oct 2006 22:05:10 EST</datePosted>

  </item>

- <item>

  <title>images</title>

  <link>http://questsin.net/default.asp?q=images</link>

  <description>dynamically created by AI list engine @ questsin.net</description>

  <datePosted>Sat, 7 Oct 2006 22:05:10 EST</datePosted>

  </item>

- <item>

  </channel>

  </rss>

questsin.net - All about questsin -
©2005 questsin