Hello, I am knid of new here. It´s only been 1 week. Iam trying to automate some processes. I would like to get some financial data from specific products from Morningstar´s free web. Unfortunately, I cannot scrape it throgh the typicial httpe request. I have the exact url. Is there any way I ca do it?
Thanks a lot!
I’ll assume the error you got is a 403 Unauthorized response. Morningstar would rather sell you access to their data service API, so it won’t be easy to scrape their public web site. A normal browser can fetch and display the data without an account/login though, so it should be possible via n8n HTTP Request
(or several of them in series to emulate XHR/AJAX in a browser).
You could start by reviewing articles like this one, which is a few years old, but may still give you a reasonable head start toward putting the pieces together.