You can use a google sheets document with script attached and then set a time trigger.
In the script it is as simple as:
responseJSON.members;
And to add it to the sheet you can do something like
//sheet.getRange(row, column, optNumRows, optNumColumns);