Jump to content

URL extract

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
D00M

D00M

    Newbie

  • Members
  • PipPip
  • 18 posts
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?

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
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.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
D00M

D00M

    Newbie

  • Members
  • PipPip
  • 18 posts
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

#4
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
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

#5
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
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
Posted Image

#6
D00M

D00M

    Newbie

  • Members
  • PipPip
  • 18 posts
thnx man that was same i wanted well quite hard to get but that was it :D

#7
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
nth your welcome :D im happy if i can help :D
Posted Image