How could I scrape with this pagination?

I´m trying to scrape the TikTok Library but I don´t know how to manage the "see more" button. I tried everything from Element Scroll & Pagination to this one in the example (Element click). Anyone can help¿

Url: https://library.tiktok.com/ads?region=ES&start_time=1664575200000&end_time=1703409951102&adv_name=supplements&adv_biz_ids=&query_type=1&sort_type=last_shown_date,desc

Sitemap:
{"_id":"titktok","startUrl":["https://library.tiktok.com/ads?region=ES&start_time=1664575200000&end_time=1703409951102&adv_name=supplements&adv_biz_ids=&query_type=1&sort_type=last_shown_date,desc"],"selectors":[{"id":"company","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"span.loading_more_text","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":".ad_card a"},{"id":"name","parentSelectors":["company"],"type":"SelectorText","selector":"span.ad_info_text","multiple":false,"regex":""}]}

like this....

{"_id":"TIKTOK","startUrl":["https://library.tiktok.com/ads?region=ES&start_time=1664575200000&end_time=1703409951102&adv_name=supplements&adv_biz_ids=&query_type=1&sort_type=last_shown_date,desc"],"selectors":[{"clickActionType":"real","clickElementSelector":"body","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard","id":"pause","multiple":false,"parentSelectors":["more"],"selector":"body","type":"SelectorElementClick"},{"id":"element","multiple":true,"parentSelectors":["more"],"selector":"div.ad_card","type":"SelectorElement"},{"id":"name","multiple":false,"parentSelectors":["element"],"regex":"","selector":"span[class*=\"ad_info_text\"]","type":"SelectorText"},{"id":"more","paginationType":"clickMore","parentSelectors":["_root","more"],"selector":"span.loading_more_text","type":"SelectorPagination"},{"extractAttribute":"href","id":"URL","multiple":false,"parentSelectors":["element"],"selector":"a.link","type":"SelectorElementAttribute"}]}

Oh, very nice! Thanks ! But I tried it with a different keyword and it does not work. Do you know why?
https://library.tiktok.com/ads?region=ES&start_time=1664575200000&end_time=1703409951102&adv_name=gmbh&adv_biz_ids=&query_type=1&sort_type=last_shown_date,desc

did you change START URL in your sitemap ?

Yes ! And the "see more" button gets clicked, but nothing scraped...

Hi, the scraper will most likely run into a timeout, since there are a lot of results. Try to narrow down the search filter to a couple of hundred search results.