I would like to extract only the bodies of comments of the issues with the API v3 (but I am also open to new solutions).
For now I tried to enter this address: (example) https://api.github.com/repos/bitcoin/bitcoin/issues/comments?per_page=50&since=2018-02-19T00:00:00Z&until=2019-04-20T00:00 : 00Z
After entering the address I read all the data (HTML) but GitHub does not allow you to view more than 100 results at a time. Can this limit be exceeded? Can only the comment bodies be obtained?