allenai / s2-folks

Public space for the user community of Semantic Scholar APIs to share scripts, report issues, and make suggestions.
Other
144 stars 25 forks source link

Q: Is it possible to get bulk paper data in structure CSV format for specific field and disease? #173

Closed mnikor closed 6 months ago

mnikor commented 6 months ago

I need Data with all Metadata available for specific disease like Prostate cancer. Can I do bulk download for this disease only in CSV file and also for specific period (last 3 years for example)

cfiorelli commented 6 months ago

In python you could convert the response to csv as a step before writing to file. We don't offer directly any csv formatted data in the api. Hope this helps!