i need to scrape a website that uses ajax.
i need to scrape a website that uses ajax. the website searches for listing, but uses ajax to return the result.
the result are returned progressively, not all at once.
how do i wait using httpwebrequest for the search to finish before returning the html result?
thanks