I’ve already searched for similar questions but due to errors on deprecated methods I’m still not able to solve this.
I just need to extract the JSON provided by the only xhr element in this page:
https://certificatoricreditors.mimit.gov.it/Consultazione
The xhr is named Consultazione?….. and I’m totally unable to extract it. I have no code, only trials from other sources like:
How to scrape from XHR in Chrome ( Python ) (404 error)
Scraping UPDATED source code from XHR response of a website (no code provided)
etc