I am new, infinite scroll not working

Describe the problem.
Firstly, I am new here and learned the basic setup only.
I am trying to scrap all entries at https://www.brainyquote.com/topics/life (all pages appear after infinite scroll). But I don't know how to select infinite scroll and not sure how it works with.
I have searched the way on several tutorials but not able to find.
I would appreciate if you can guide me how to setup infinite scroll.

Url: https://www.brainyquote.com/topics/life

Sitemap:
{"_id":"brainyquote_life","startUrl":["https://www.brainyquote.com/topics/life"],"selectors":[{"id":"Link","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.b-qt","multiple":true,"delay":0},{"id":"Image","type":"SelectorImage","parentSelectors":["Link"],"selector":"img.bqPhotoFullDesktop","multiple":false,"delay":0},{"id":"Author","type":"SelectorText","parentSelectors":["Link"],"selector":"p.bq_fq_a","multiple":false,"regex":"","delay":0},{"id":"Topics","type":"SelectorText","parentSelectors":["Link"],"selector":"div.bqQt div.bq_fl","multiple":false,"regex":"","delay":0},{"id":"Author Bio","type":"SelectorText","parentSelectors":["Link"],"selector":"div.col-sm-3.col-first div.bq_s","multiple":false,"regex":"","delay":0},{"id":"content_text","type":"SelectorText","parentSelectors":["Link"],"selector":"p.qt_149611","multiple":false,"regex":"","delay":0}]}

Can I expect a reply? Members who posted after me got a reply already but I havent recived any reply.

There is no Scroll Element in the URL nor your sitemap, so I would guess that this might be the issue.

1 Like

So, there is no way to get this done?

So, how to do that for multiple pages, any alternate solution?

Yes, a quite simple one - pagination. There are quite a lot of topics in the forum already that solve this issue. A couple of minutes using the search bar will come a long way.