Trying to scrape usernames from a subreddit, but running into pagination issues

{"_id":"onlyfans101","startUrl":["https://www.reddit.com/r/artporn/"],"selectors":[{"id":"link","parentSelectors":["_root","link"],"paginationType":"linkFromAttributes","selector":"div:nth-of-type(n+5) a.bylink","type":"SelectorPagination"},{"id":"users","parentSelectors":["link"],"type":"SelectorText","selector":"div.thing:nth-of-type(n+3) a.author","multiple":true,"delay":0,"regex":""}]}

I am trying to extract usernames, not links to the post, but just usernames of each post.

It works somewhat but will extract the URL of the post, and sometimes it will randomly jump around in the comment section to other comments that are collapsed?