I need to scrape some data from completed auctions at quibids.com. That data presented on the page I need to scrape, is presented to you in the browser using AJAX. That means that what I need scraped can’t be seen in the HTML source code. I need to replicate the AJAX query that presents the data I need scraped. I have already found the AJAX query to do this, but I can’t figure out how to replicate the required “tokens” in the URL which are calculated using JavaScript.
Here is the URL of a com…
