I am familiar with BeautifulSoup and urllib2 to scrape data from a webpage. However, what if a parameter needs to be entered into the page before the result that I want to
Yes! Try mechanize for this kind of Web screen-scraping task.