There is a web-site to crawl, with POST-authentication.
How can I, having login and password for it, crawl closed sections of this site?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This similar question here might help: How to use Python to login to a webpage and retrieve cookies for later usage? and this too: Python Site Login and finally this: Login to website using python shows how to login and use the logged in cookie for the rest of the session thus letting you parse/scrape ‘closed’ sections. Have a look at the urllib too for more help