This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to get articles from pubmed

Hi,

Please if anyone could help me, I want to download few thousands pubmed articles and organize in some format so that later on I could read it through python to identify the MeSH terms and kind of publications these are. I am new in health informatics and have never done such kinda work before.

pubmed

1 answer

Since it seems you want to use python, consider looking into biopython. Here is an example (one of many) showing how to use biopython to search and then retrieve records.

Note that pubmed does not store papers and many papers indexed in pubmed are not available for public consumption.

Log in to answer this question.