When I try to get all headers of ads from autoscout24 using the xPath rule in google spreadsheet:
//div[@id="listOutput"]//div[@class="headcar"]/a/text()
The result is #NA - no data were received as a result of xPath queries.
But, when I try to get other element from page, for example "Kryteria wyszukiwania:" from the same page using the xPath rule:
//li/span
The output is correct.
What could be the problem?