If you are coding with R. Here is the sample code:
UAworks_count <-oa_fetch(
entity="works",
institutions.ror=c("03m2x1q45"),
from_publication_date ="2023-01-01",
to_publication_date = "2023-12-31",
# count_only = TRUE
)
Just replace the from and to with your desired dates
Yan