Hi Alex,
Thank you for your query and sorry for the delay in replying.
You will need to use the cursorMark parameter for pagination of the result list. You can find the documentation here: https://europepmc.org/RestfulWebService#!/Europe32PMC32Articles32RESTful32API/search.
For the first request, you can leave the cursorMark empty or use the default value * (asterisk sign). Then, use the value of the returned nextCursorMark element to get every following page.
Please, check the examples below:
First request: https://www.ebi.ac.uk/europepmc/webservices/rest/search?query=malaria&resultType=lite&cursorMark=*&pageSize=10&format=json
Let us know if there is anything else we can help with.
Kind regards,
Europe PMC team