I’m considering you have this information in an Excel file.
Just use Read Range activity which will return you a datatable.
Pass this datatable to Bulk Add Queue Items activity.
This way you will have queue items as per the input file.
You can learn more from this video.