diff --git a/scripts/get-articles.py b/scripts/get-articles.py
index 68e432abb16fdbcedfe0e3f4c43d3895afdd3a63..d7d8b5a29c29a460e79729a1137290f593f571b2 100755
--- a/scripts/get-articles.py
+++ b/scripts/get-articles.py
@@ -27,6 +27,7 @@ def get_articles(tot_items, batch_size):
             limit=batch_size,
             start=i,
             itemType="journalArticle",
+            sort="title",
         )["items"]
         for item in items:
             yield item