How do I pull data from a regularly structured HTML page (in this case, an Amazon listing)? I would like to find data that should always be in the same place (title, author information, etc.), extract it, and then use it in my code. What should I use to "load" the webpage into php, and how can I locate my various pieces of information.
Thanks.