There's a PHP based website that I'd like to replicate the data from.
The problem is that the website's data is only accessible via a company name search page - www.example.com/companynamesearch.php
The results are displayed under the same URL, so it does not have separate company name URLs to crawl for data.
Can anyone suggest an easy way to extract the data from the site?
Thanks