<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - How do I get search engine results programatically?</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - How do I get search engine results programatically?</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 02:29:05 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 02:29:05 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>4</c9:totalResults>
	<c9:pageCount>-4</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - How do I get search engine results programatically?</title>
		<description><![CDATA[<p>How do I get search engine results programatically?&nbsp; Some search engines use AJAX to display content and so the URL does not change. This makes it difficult to get result content from a search engine programatically.</p><p>Most search engines do not use AJAX.&nbsp; But two popular ones that I am interested in is YANDEX and DUCKDUCKGO.&nbsp; Both of these search engines use AJAX to advance beyond the first page of results.&nbsp; How do I find a way to programatically access these pages?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/3568eb6ee0294050b0eaa11300892094#3568eb6ee0294050b0eaa11300892094</link>
		<pubDate>Sat, 24 Nov 2012 08:19:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/3568eb6ee0294050b0eaa11300892094#3568eb6ee0294050b0eaa11300892094</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do I get search engine results programatically?</title>
		<description><![CDATA[<p>I do not use screenscraping.&nbsp; I use the c# WebBrowser class and I get the HTML after I use this class to navagate to a URL.&nbsp; I was able to use yandex by using a &quot;&amp;p=&quot; to navagate to a particular page.</p><p>The duckduckgo search engine does not work this way, though.</p><p>I have found out how to make a specialized query for YANDEX in a modified URL.&nbsp; I will ask DUCKDUCKGO for advice.</p><p><a href="https://duckduckgo.com/api.html">https://duckduckgo.com/api.html</a> does not provide a solution.</p><p>Running this, <a href="http://api.duckduckgo.com/?q=stuff&#43;to&#43;search&amp;format=xml">http://api.duckduckgo.com/?q=stuff&#43;to&#43;search&amp;format=xml</a> , in a browser's address bar does not provide anything as <a href="http://duckduckgo.com/?q=stuff&#43;to&#43;search">http://duckduckgo.com/?q=stuff&#43;to&#43;search</a> does.</p><p>This shouldn't be rocket science.&nbsp; I am able to see the HTML code.&nbsp; Shouldn't there be some sort of AJAX tag in the HTML that I can find to make use of?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/1ac8d199e64d4a70abf3a11300c959ec#1ac8d199e64d4a70abf3a11300c959ec</link>
		<pubDate>Sat, 24 Nov 2012 12:13:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/1ac8d199e64d4a70abf3a11300c959ec#1ac8d199e64d4a70abf3a11300c959ec</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do I get search engine results programatically?</title>
		<description><![CDATA[<p>From DuckDuckGo:</p><p><em>So is there then another API with all the Web links?</em></p><p><span class="small">Since we use many underlying APIs in our full results (merged with our own indexes), <strong>we do not have rights at this time provide an API with all our Web links</strong>. We do, however, provide <a href="/search_box.html">search box</a> integration.</span></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/f65c6ca0aa4042a899f7a11300d72324#f65c6ca0aa4042a899f7a11300d72324</link>
		<pubDate>Sat, 24 Nov 2012 13:03:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/f65c6ca0aa4042a899f7a11300d72324#f65c6ca0aa4042a899f7a11300d72324</guid>
		<dc:creator>ZippyV</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ZippyV/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do I get search engine results programatically?</title>
		<description><![CDATA[<p>Yandex provides a XML api for you:</p><p><a href="http://api.yandex.com/xml/">http://api.yandex.com/xml/</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/e7936f1836ec41789064a11300d91078#e7936f1836ec41789064a11300d91078</link>
		<pubDate>Sat, 24 Nov 2012 13:10:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/e7936f1836ec41789064a11300d91078#e7936f1836ec41789064a11300d91078</guid>
		<dc:creator>ZippyV</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ZippyV/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>