The use of scholarly is pretty straightforward to obtain AUTHOR information. (https://pypi.org/project/scholarly/).
Its conversion to a .csv file is pretty well explained in Python: How to access the elements in a generator object and put them in a Pandas dataframe or in a dictionary?
However, am I am not seeing how I could rather only get PUBLICATION information (Author, Title, Journal, etc.)
Is there a way to that or not?
Thanks!