vote up 1 vote down star
1

Currently I have a bookmarked list of websites that I look for content on, and open them in a new window, in tabs, and search for the string that I want to find.

Is there any way to do this programatically, ending up with a browser window containing the results pages of the sites? There's around 20 of them.

I'm running Safari 3 on Mac OS X Leopard. I have experience using PHP, but even something as simple as using AppleScript would be OK too. I just want to speed up my workflow. :-)

flag

What programming languages do you know? The process you are talking about is called scrubbing and their are libraries in almost any language that can help you do this. – Nelson LaQuet Jan 7 '09 at 21:57
I'm most proficient in PHP. – different Jan 7 '09 at 22:17

5 Answers

vote up 0 vote down

You are going to have to specify which browser you are using, because I am sure that each one has different automation capabilities.

link|flag
Safari. I also have Firefox installed as well. – different Jan 7 '09 at 21:51
vote up 1 vote down

Well if you know ruby, there is ScRUBYt!

http://www.softwaredeveloper.com/features/scrubyt-ruby-web-scraping-tool-051007/
http://scrubyt.org/

link|flag
vote up 1 vote down

Here's are a couple of articles about writing a web crawler in perl:

link|flag
vote up 1 vote down

Not entirely programming related, but you could create something like this using Google's Custom Search Engine facility (assuming all the sites you plan to search are publicly accessible).

You can then insert the provided snippets into an HTML file of your choice, and even set this as your "Home Page" in Firefox.

link|flag
vote up 0 vote down

Try Yahoo Pipes, there is probably one that's alredy half way where you want it.

I searched it for "search" and here are resoults.

http://pipes.yahoo.com/pipes/search?q=search&x=0&y=0

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.