Forum Moderators: open
I was wondering how you could extract data from dynamic sites? For instance, say I wanted to put an automatically updating link on my site to the #1 ranking search term on: [buzz.yahoo.com...]
Or something similar to that. How would I go about doing this, and what language(s) can/should I use (e.g., PhP, JavaScript, XML)? Seems to me that this shouldn't be too tough...is that true, or is this actually a very complicated thing?
Thanks!
Well it depends on a lot of things...
Firts of all, the page you mention looks as pure html, no matter how it is generated, but the page you can see is just html and there is not any kind of xml or rss version, so you have to parse the page by your own.
So you must use php or perl to copy tha page into a temporal file and extract all the information you want to.
It is not very difficult, but takes a little bit of programming and testing...
:)
Good luck
Bye