Part of content doesn't render while scraping because of JS

The main table (with 100 rows/results) doesn't render when scraping.
Is there a solution?

Url: Daily score PG :: XContest.org - world of XC paragliding

Sitemap:
{"_id":"names","startUrl":["https://www.xcontest.org/world/en/flights/daily-score-pg/#filter[date]=2023-04-27"],"selectors":[{"extractAttribute":"title","id":"name","multiple":true,"parentSelectors":["_root"],"selector":".XClist tr td:nth-child(9) div","type":"SelectorElementAttribute"}]}

@stoickov Hello, you can implement an 'Element scroll' selector for such a purpose.

{"_id":"names","startUrl":["https://www.xcontest.org/world/en/flights/daily-score-pg/#filter[date]=2023-04-27"],"selectors":[{"delay":2000,"elementLimit":500,"id":"scroller","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementScroll"},{"extractAttribute":"title","id":"name","multiple":true,"parentSelectors":["_root"],"selector":".XClist tr td:nth-child(9) div","type":"SelectorElementAttribute"}]}

1 Like