The site i am trying to scrape from is a marketplace with a number of pages with output results. When scraping the importxml formula is valid for the defined page (e.g. https://cars.av.by/filter?brands[0][brand]=6&brands[0][model]=1992&year[min]=2010&year[max]=2018&page=3)
Is there any solution for importxml formula tp get data from all pages?
the same request was here: list with multiple autogenerated importxml queries
My formula example for page 1: =FLATTEN(IMPORTXML("https://cars.av.by/filter?brands[0][brand]=6&brands[0][model]=1992&year[min]=2010&year[max]=2018&page=1","//main//h3/a"))

