I am scraping a website with at filterable table. Bardeen seems to lock in the number of rows to scrape before the filter is applied, therefore the same results is repeated.
For example the list has 200 results. I filter the zip code and now has 1 result. That one result is repeated 200 times in the table.
How could I adjust the count to repeat based on the filtered results.