I was working on a mobile app that needed to get data from a website. Since that website didn’t expose an API to get the data, I needed to scrape it. To make it a little bit more complicated, I had to log in first to access the data I needed. Read More