Does anyone know how I can easily download all of the pubmed article abstracts? I am working on a text mining project.
The closest one I can find can download one abstract at a time given an pmid, but that would be too slow for my purpose since I'd have to download them one at a time.
I would use RESTful API provided by Europe PMC. They allow to download 25 articles per query in json or xml format. Example queries for articles about malaria would look like:
You can use different format of search query, it depends what you really want to retrieve.