<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Yahoo BOSS API</title>
	<atom:link href="https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Mon, 06 Apr 2026 13:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: trupti</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-26294</link>
		<dc:creator><![CDATA[trupti]]></dc:creator>
		<pubDate>Wed, 25 Jul 2012 07:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-26294</guid>
		<description><![CDATA[this example is not working for me.$data shows (bool) false value to me.Can u explain the reason.]]></description>
		<content:encoded><![CDATA[<p>this example is not working for me.$data shows (bool) false value to me.Can u explain the reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-9670</link>
		<dc:creator><![CDATA[mark]]></dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-9670</guid>
		<description><![CDATA[This is great thanks. I was looking for a simple site serach without showing competing ads. Your script and the Yahoo API works great. I changed line 15 to:  
 
$url = $yhost.&#039;/ysearch/web/v1/site%3Ayoursite.com+&#039;.$thequery.&#039;?appid=&#039;.$apikey.&#039;&amp;format=xml&#039;; 
 
to enable results for my site only. 
 ]]></description>
		<content:encoded><![CDATA[<p>This is great thanks. I was looking for a simple site serach without showing competing ads. Your script and the Yahoo API works great. I changed line 15 to:  </p>
<p>$url = $yhost.&#039;/ysearch/web/v1/site%3Ayoursite.com+&#039;.$thequery.&#039;?appid=&#039;.$apikey.&#039;&amp;format=xml&#039;; </p>
<p>to enable results for my site only. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yahoo Boss PHP code examples are hard to come by : SubscribeToMyBlog.com</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-7109</link>
		<dc:creator><![CDATA[Yahoo Boss PHP code examples are hard to come by : SubscribeToMyBlog.com]]></dc:creator>
		<pubDate>Tue, 20 Jan 2009 10:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-7109</guid>
		<description><![CDATA[[...] Links on this subject: webmaster-source.com marcgrabanski.com riteshnayak.com  Vote or add this article [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Links on this subject: webmaster-source.com marcgrabanski.com riteshnayak.com  Vote or add this article [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kanedogg</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-7037</link>
		<dc:creator><![CDATA[Kanedogg]]></dc:creator>
		<pubDate>Sun, 11 Jan 2009 11:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-7037</guid>
		<description><![CDATA[Vish,
     i hope i understand your question ? BUT you only want to grab the TOTAL amount of returned results from your search? Right? 
Man have you ever thought to dig into the returned results in any way?? i have thrashed my way through it &amp; theres a node in the resultset called [totalhits=&quot;246994&quot;] &amp; another called [deephits=&quot;8170000&quot;] these should be what your looking for bud!

You could grab this value and implement your own pager with pagination methods i would think, Hope it helps.

Cheers]]></description>
		<content:encoded><![CDATA[<p>Vish,<br />
     i hope i understand your question ? BUT you only want to grab the TOTAL amount of returned results from your search? Right?<br />
Man have you ever thought to dig into the returned results in any way?? i have thrashed my way through it &amp; theres a node in the resultset called [totalhits=&#8221;246994&#8243;] &amp; another called [deephits=&#8221;8170000&#8243;] these should be what your looking for bud!</p>
<p>You could grab this value and implement your own pager with pagination methods i would think, Hope it helps.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-7034</link>
		<dc:creator><![CDATA[Vishal]]></dc:creator>
		<pubDate>Sun, 11 Jan 2009 10:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-7034</guid>
		<description><![CDATA[Hell guys, 

This is very good script for enable search features on our website. But i m facing a problem about pagination. How it will implemented. Actually i want only total number of results from yahoo.  so that i  can do the pagination script. My problem is i dont know, how many records in result. Thats why i do not forward to code on pagination. It only mentioned that &#039;start&#039; parameter, for passing values to &#039;start&#039; parameter. I should have to number of records in result set. Please help me on this. So that i can move forward on development.]]></description>
		<content:encoded><![CDATA[<p>Hell guys, </p>
<p>This is very good script for enable search features on our website. But i m facing a problem about pagination. How it will implemented. Actually i want only total number of results from yahoo.  so that i  can do the pagination script. My problem is i dont know, how many records in result. Thats why i do not forward to code on pagination. It only mentioned that &#8216;start&#8217; parameter, for passing values to &#8216;start&#8217; parameter. I should have to number of records in result set. Please help me on this. So that i can move forward on development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sikbox - Live Search Made Easy &#124; Webmaster-Source</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-3475</link>
		<dc:creator><![CDATA[Sikbox - Live Search Made Easy &#124; Webmaster-Source]]></dc:creator>
		<pubDate>Fri, 10 Oct 2008 10:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-3475</guid>
		<description><![CDATA[[...] is a Yahoo BOSS app that allows you to create a cut and paste live search solution. It&#8217;s free, easy to [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] is a Yahoo BOSS app that allows you to create a cut and paste live search solution. It&#8217;s free, easy to [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-2899</link>
		<dc:creator><![CDATA[Liz]]></dc:creator>
		<pubDate>Thu, 21 Aug 2008 14:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-2899</guid>
		<description><![CDATA[Kanedogg.... I&#039;ll have to figure out how to submit the code without having it look like a mess.]]></description>
		<content:encoded><![CDATA[<p>Kanedogg&#8230;. I&#8217;ll have to figure out how to submit the code without having it look like a mess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanedogg</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-2894</link>
		<dc:creator><![CDATA[kanedogg]]></dc:creator>
		<pubDate>Wed, 20 Aug 2008 09:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-2894</guid>
		<description><![CDATA[Liz ,
i see your page its nice. I cannot see the source though! it would be nice.....can you show me it please ?in a txt or alike.
thanks in advanceKanedogg]]></description>
		<content:encoded><![CDATA[<p>Liz ,<br />
i see your page its nice. I cannot see the source though! it would be nice&#8230;..can you show me it please ?in a txt or alike.<br />
thanks in advanceKanedogg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-2892</link>
		<dc:creator><![CDATA[Liz]]></dc:creator>
		<pubDate>Wed, 20 Aug 2008 01:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-2892</guid>
		<description><![CDATA[Kanedogg...I hear your pain, I&#039;ve been where you are now. I think you might find the Yahoo developers kit most helpful. The kit comes with easy to use and understand examples and templates. You can view the one I produced &lt;a href=&quot;http://zebradezign.com/BOSS/example1/YahooSearchExample.php&quot; rel=&quot;nofollow&quot;&gt; here, &lt;/a&gt;it is different than the example code presented here. Good Luck and understand there are answers, just not always easy to find.]]></description>
		<content:encoded><![CDATA[<p>Kanedogg&#8230;I hear your pain, I&#8217;ve been where you are now. I think you might find the Yahoo developers kit most helpful. The kit comes with easy to use and understand examples and templates. You can view the one I produced <a href="http://zebradezign.com/BOSS/example1/YahooSearchExample.php" rel="nofollow"> here, </a>it is different than the example code presented here. Good Luck and understand there are answers, just not always easy to find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanedogg</title>
		<link>https://www.webmaster-source.com/2008/07/16/yahoo-boss-api/#comment-2887</link>
		<dc:creator><![CDATA[kanedogg]]></dc:creator>
		<pubDate>Tue, 19 Aug 2008 09:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=641#comment-2887</guid>
		<description><![CDATA[Peoples could someone please give me another example of how i could return the results ?? instead of the simpleXMLElement.
I would like to see if i can get another way working, maybe even a print_r or Return? i&#039;m unsure of php as i dont know it at all. Thanks in advance.
Kanedogg]]></description>
		<content:encoded><![CDATA[<p>Peoples could someone please give me another example of how i could return the results ?? instead of the simpleXMLElement.<br />
I would like to see if i can get another way working, maybe even a print_r or Return? i&#8217;m unsure of php as i dont know it at all. Thanks in advance.<br />
Kanedogg</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-14 21:34:56 by W3 Total Cache
-->