I have a list of products which I want to know what Amazon sells for. I need someone to take my list of products, and find Amazon's price for it. This is how we do it manually: - Enter search term into Amazon.com search (i.e. B0006LCK9W) - Click the first product that shows up. - Take price from product page. If someone has experience in this and can do it for me, please PM me.
I got the script ready with me, Its working fine and you can use it in 2 ways. By calling the function as $Price = getAmazonPrice('Search Term') or By providing the search term in URL as a GET method It will scrape out the Price of the very first product which appear in search results ad save different prices (New Price, Used new Price) in different variables so that you can directly use the variables in your script, the function also returns the price variables after concatenating them with two pipes '||' so that you can directly call the function and explode the value at '||' everything is working fine and I can hand over the script to you as soon as we fix a deal. I have sent you a PM, please consider replying to it if you are interested in the script. Thank you