Reference thread https://www.qualtrics.com/community/discussion/83/pdf-exports-for-all-responses
So I tried to write a Python script to download the PDF response reports in bulk. And I was able to create individual links to the PDF using the link format mentioned in the above thread. However it requires login into Qualtrics when opening the link in a browser, so it might need an active session and cookies?
I have tried using Requests package to post my credentials, but the response I got is still an HTML page instead of PDF. Does anyone have any experience with this? Thanks!