1
Answer

i need to scrape a website that uses ajax.

gaurav singh

gaurav singh

11y
1k
1
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
Answers (1)