hey guys i wanna code a button that copy url from search result of google and paste them in a list box 1 each line and move to page 2 auto and do that until last page of google result...any help?
URL extract
Started by D00M, Feb 27 2010 08:29 AM
6 replies to this topic
#1
Posted 27 February 2010 - 08:29 AM
|
|
|
#2
Posted 27 February 2010 - 09:38 AM
So, you want to create a search box that will read through all google pages for results, and display it in a listbox? Think it through again, what if a search results in 3,000,000 hits, shall you look through them all? a limit of 10-50 pages seems more reasonable.
But what you do is that you need to read the page and parse it for suitable tags.
But what you do is that you need to read the page and parse it for suitable tags.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#3
Posted 27 February 2010 - 11:44 AM
well like if a search "t-shirt buy" so the button goes to google and find "t-shirt buy"
and all the pages that have this in next are shown in listbox one in each line like
www.site1.com
FindLinks
www.site3.com
i mean URL of that site that have "t-shirt buy" in text i hope i made it simple
and all the pages that have this in next are shown in listbox one in each line like
www.site1.com
FindLinks
www.site3.com
i mean URL of that site that have "t-shirt buy" in text i hope i made it simple
#4
Posted 27 February 2010 - 06:57 PM
Still, if you think you want to collect ALL hits, you should reconsider. You just don't read out a list of 3 million posts.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#5
Posted 27 February 2010 - 07:58 PM
wait i attach a project of mine that does that job for you ;)
Download Google Search.rar from Sendspace.com - send big files the easy way
Download Google Search.rar from Sendspace.com - send big files the easy way
#6
Posted 28 February 2010 - 09:21 AM
thnx man that was same i wanted well quite hard to get but that was it :D
#7
Posted 28 February 2010 - 09:35 AM


Sign In
Create Account


Back to top









