Scraper stopped getting data for each item

Good Morning,
I created my sitemap last year, I have been using it every week and have not had any issues till this week. The scraper now only looks at each page and does not open each listing on the page to get the data.
I am using Firefox Version 152.0.6 (64-bit)

Sitemap:
{"_id":"EmpiUS","startUrl":["https://empius.com/products/?sf_paged=[1-199]"],"selectors":[{"id":"Product Link","parentSelectors":["_root"],"type":"SelectorLink","selector":".product-list-item .ct-div-block .ct-div-block a","multiple":true,"linkType":"linkFromHref"},{"id":"Catergory","parentSelectors":["Product Link"],"type":"SelectorText","selector":".woocommerce-breadcrumb a:nth-of-type(3)","multiple":false,"regex":""},{"id":"Part Number","parentSelectors":["Product Link"],"type":"SelectorText","selector":"span#span-79-61660","multiple":false,"regex":""},{"id":"Name","parentSelectors":["Product Link"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"Description","parentSelectors":["Product Link"],"type":"SelectorText","selector":"div.oxy-product-description","multiple":false,"regex":""},{"id":"MSRP","parentSelectors":["Product Link"],"type":"SelectorText","selector":"span#span-9-106823","multiple":false,"regex":""},{"id":"Our Price","parentSelectors":["Product Link"],"type":"SelectorText","selector":"bdi","multiple":false,"regex":""},{"id":"Inventory","parentSelectors":["Product Link"],"type":"SelectorText","selector":"p.stock","multiple":false,"regex":""},{"id":"Picture","parentSelectors":["Product Link"],"type":"SelectorImage","selector":"img.zoomImg","multiple":false},{"id":"Warning","parentSelectors":["Product Link"],"type":"SelectorText","selector":".oxy-rich-text p","multiple":false,"regex":""}]}

Hi,

Tried this with Firefox and Chrome and didn't notice any issues. Have you tried updating and restarting your browser?

Good Morning,
I updated Firefox, and started the scraper. It cycled through page 199 down to 13 before it started finding items. Out of the almost 8000 items, it only found 500. While that is 500 more then yesterday, it still is not working fully.

I see the issue. It appears the site is limiting the search to 500 results. Not sure if that is a new function to the site, but I am leaning that way. Is there a way to work around that?

Yes, if this is a limitation of the website, it cannot be circumvented. The only workaround would be to use several more specific 'search queries/category URLs' where the product count is less than 500.