Problems with http request procedure

Hello I’m a novice, and I’m trying to convert these lines of code written in python FeCscraper into n8n procedures, but I’m having some difficulties. Can someone give me some tips.
Thanks in advance for the availability

Hi @dynaMiko, I’m sorry to hear you’re running into trouble. Could you share some additional information here? Are you trying to mimic the functionality of your Python code using existing n8n nodes are are you trying to build your own node for this?

Would you be able to share your workflow (and your relevant code in case of a custom node) and describe the problems you are facing as well as the desired outcome?

Many thanks!

This python code through scraping with Http (Get, Post) required calls and some additional parameters manages to download a block of files.
Clearly, being only at the beginning, I think I make some mistakes in approaching the data. However I attach the first sequence set with N8n.
Many thanks!