I need to crawl websites and extract some information from dynamically created pages after a form submission.
The information which I need to crawl would mostly come from databases on these sites.
Added:
Crawlers usually work by jumping from one hyper-link to another. So these are mostly static pages. What about crawling pages that are not statically present but created on the fly.