I am trying to scrape the name and email from this site: Staff Directory - Olentangy Local School District
But I only scrape the first page and not the second onwards. This is my sitemap:
{"_id":"NameEmailMultiplePages","startUrl":["https://www.olentangy.k12.oh.us/about/staff-directory"],"selectors":[{"id":"Pagination","paginationType":"clickMore","parentSelectors":["_root","Pagination"],"selector":"a.fsNextPageLink[aria-describedby='ae_describe_pagination']","type":"SelectorPagination"},{"id":"Container","multiple":true,"parentSelectors":["Pagination"],"selector":"div.fsConstituentItem","type":"SelectorElement"},{"id":"Name","multiple":false,"parentSelectors":["Container"],"regex":"","selector":"h3","type":"SelectorText"},{"id":"Email","multiple":false,"parentSelectors":["Container"],"regex":"","selector":"span.fsEmailIcon","type":"SelectorText"}]}