Zillow scraping, Missing properties on finished scrape

Hi, I need some help fixing my code. I don't know what I'm missing; Please help.

For example, every time I scrape Zillow, I miss some properties, like 40 in total. for a total of 120 search results.

Here is my import code:

{"_id":"Benton_ForSale_Zillow_AR","startUrl":["Benton County AR Real Estate - Benton County AR Homes For Sale | Zillow scroller","parentSelectors":["_root"],"type":"SelectorElementScroll","selector":"div#grid-search-results > ul > li:nth-of-type(2n+3)","multiple":true,"delay":5500,"scrollElementSelector":"div.search-page-list-container","elementLimit":0},{"id":"Item wrappers","parentSelectors":["_root"],"type":"SelectorElement","selector":"div#grid-search-results > ul > li","multiple":true},{"id":"Price","parentSelectors":["Item wrappers"],"type":"SelectorText","selector":".StyledPropertyCardDataArea-c11n-8-85-1__sc-yipmu-0 span","multiple":false,"regex":""},{"id":"Acres","parentSelectors":["Item wrappers"],"type":"SelectorText","selector":"b","multiple":false,"regex":""},{"id":"Link","parentSelectors":["Item wrappers"],"type":"SelectorLink","selector":".jznttw a","multiple":false},{"id":"Date","parentSelectors":["Item wrappers"],"type":"SelectorText","selector":".StyledPropertyCardBadgeArea-c11n-8-85-1__sc-wncxdw-0 span","multiple":false,"regex":""},{"id":"ZipCode","parentSelectors":["Item wrappers"],"type":"SelectorText","selector":"address","multiple":false,"regex":""}]}