API request adds one row to database, should be 5+

I’m using an API call that gives me the info for 5 unique people. Unfortunately, the response ends up as one row in the DB with all 5 people’s info in the same cells. Is there an easier way to put each unique piece of the API response into my DB? Once I have other users in here, that API request might have as many as 100+ people in each response and each has to be a unique row in the DB.