gaurav singh

gaurav singh

  • NA
  • 65
  • 19.5k

i need to scrape a website that uses ajax.

Jun 1 2013 6:19 AM
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)