Hello,
My business uses a lot of CURL to get info from websites. (Not scraping in the sense of MFA websites).
The problem is that CURL scrapes the source code, but I only want to scrape what the user sees - after javascript has been rendered etc.
Is this possible? If anyone could point me in the right direction I'd really appreciate it.
Thanks