How do I get the image and data from Amazon.com page using PHP?
For example I put some product ISBN from Amazon.com to text field the press the button. It will show some data of product page such as product image, product name, product price.
Have any ide开发者_如何学运维a or some tool for me?
I think you might need to have access to the Amazon API https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html
You have to use PHP preg_match function to extract data from Amazon page.
精彩评论