I am a complete newbie to web scraping; I have this small project of scraping some data from COCA but I don't even know where to start. It seems that this webpage is built using some Javascript and I wonder if there is some package that enables me to interact with it?
Here is some tasks that I want my program to do:
- log in using one's account;
- Choose a tab (e.g. search, chart, etc, please see COCA);
- type in the word you want to search in the textbook;
- scrape the search results.
Any suggestions would be greatly appreciated.
PS: Ideally everything should work at backstage (won't open the browser).