There's no need to put it into a csv table, you can work with the parsed JSON data as is.
What do you want to do with the data next? We can go through an example of how to access it.
edit: Flow itself cannot store data between runs if that's what you mean. Each time you call the flow, it's going to make the API call. You would need to store the data externally (spreadsheet, sharepoint, etc) and reference it from the flow.