I'm trying to scrape a website and ingest some of it's content. However the content I need is actually loaded via ajax on the source website and those endpoints are locked to their domain (i get 401 error).
Is there an elegant solution to scraping websites that also allows them to run their JS first? Some kind of small browser wrapper I could call on a cron once per day to get new content?
Appreciate any direction on this :)