node-fetch
const responses = items.map((item) => fetch('...')); return Promise.all(responses.map(async (response) => (await response).json()));