Hello.
I'm trying to make a program that opens Google search results, and makes a list of all the URLs for that search topic.
The problem is, the HTML source code doesn't contain the links, just Javascript, any ideas?
4 replies to this topic
#1
Posted 05 August 2010 - 06:08 AM
|
|
|
#2
Posted 05 August 2010 - 08:20 AM
I dont think google lets crawlers use its search function
#3
Posted 05 August 2010 - 08:48 AM
Are you asking about how to do this in C#?
I have done this a while back in PHP via Google's AJAX API: Google AJAX Search API - Google Code When we implemented it, the API had daily limits and only returned 8 results at a time. We also have the same implementation in Yahoo Search API, which has a much higher daily limit.
The result can look something like this: Datasheet & Application Note Database, PDF, Circuits, Datasheets | Datasheets.net : tlp160
I have done this a while back in PHP via Google's AJAX API: Google AJAX Search API - Google Code When we implemented it, the API had daily limits and only returned 8 results at a time. We also have the same implementation in Yahoo Search API, which has a much higher daily limit.
The result can look something like this: Datasheet & Application Note Database, PDF, Circuits, Datasheets | Datasheets.net : tlp160
Check out our update Guidelines/FAQ. When posting code, remember to use code tags -
.
.
#4
Posted 05 August 2010 - 11:21 AM
I'll look into the API, I could always have C# interact with my own php webserver.
Does anyone know of a search engine, that keeps the links not hidden with Javascript?
Does anyone know of a search engine, that keeps the links not hidden with Javascript?
#5
Posted 05 August 2010 - 12:27 PM
How much traffic do you anticipate? If you don't expect too many queries, you can just scrap Google Search results... this is, of course, not recommended for legit business sites.
Check out our update Guidelines/FAQ. When posting code, remember to use code tags -
.
.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









