Web Scraper stops at 500 records

Web Scraper version:
Chrome version: 119.0.6045.159 (Official Build) (arm64)
OS: macOs 14.1.1 (23B81)

Sitemap:
{"_id":"PropertiesLisbon01","startUrl":["https://www.idealista.pt/comprar-casas/lisboa-distrito/"],"selectors":[{"id":"wrapper","parentSelectors":["Pages"],"type":"SelectorElement","selector":".item_featured div.item-info-container","multiple":true},{"id":"Pages","parentSelectors":["_root","Pages"],"paginationType":"clickMore","type":"SelectorPagination","selector":".icon-arrow-right-after span"},{"id":"title","parentSelectors":["wrapper"],"type":"SelectorText","selector":"a.item-link","multiple":false,"regex":""},{"id":"Price","parentSelectors":["wrapper"],"type":"SelectorText","selector":"span.item-price","multiple":false,"regex":""},{"id":"PriceReduction","parentSelectors":["wrapper"],"type":"SelectorText","selector":"span.pricedown_price","multiple":false,"regex":""},{"id":"Tipology","parentSelectors":["wrapper"],"type":"SelectorText","selector":"span.item-detail:nth-of-type(1)","multiple":false,"regex":""},{"id":"AreaM2","parentSelectors":["wrapper"],"type":"SelectorText","selector":"span.item-detail:nth-of-type(2)","multiple":false,"regex":""},{"id":"highlights01","parentSelectors":["wrapper"],"type":"SelectorText","selector":"span.item-parking","multiple":false,"regex":""},{"id":"highlights02","parentSelectors":["wrapper"],"type":"SelectorText","selector":"span.item-detail:nth-of-type(3)","multiple":false,"regex":""},{"id":"Location","parentSelectors":["wrapper"],"type":"SelectorText","selector":"p.highlight-phrase","multiple":false,"regex":""},{"id":"Description","parentSelectors":["wrapper"],"type":"SelectorText","selector":"p.ellipsis","multiple":false,"regex":""},{"id":"detail_link","parentSelectors":["wrapper"],"type":"SelectorLink","selector":"a.item-link","multiple":false,"linkType":"linkFromHref"},{"id":"listing_element","parentSelectors":["detail_link"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"a.expander","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":".adCommentsLanguage p"},{"id":"Listing_Image","parentSelectors":["detail_link"],"type":"SelectorImage","selector":"img.image-focus","multiple":false},{"id":"Listing_description","parentSelectors":["detail_link"],"type":"SelectorText","selector":".adCommentsLanguage p","multiple":false,"regex":""},{"id":"Listing_moredetails","parentSelectors":["detail_link"],"type":"SelectorText","selector":"section#details","multiple":false,"regex":""},{"id":"PricePerM2","parentSelectors":["detail_link"],"type":"SelectorText","selector":"span.flex-feature-details:nth-of-type(2)","multiple":false,"regex":""}]}

Error Message:
Not really an error message. but it's stopping at 500 rows. any idea why?

To access error messages follow these steps:

  1. Open chrome://extensions/ or go to manage extensions
  2. Enable “developer mode” at the top right
  3. Open Web Scrapers “background page”
  4. A new popup window should appear.
  5. Go to “Console” tab. You should see Web Scraper log messages and errors there.