Scrape Airtable Data

Hi there,

I am having trouble retrieving the data from this Airtable view. Unfortunately, exporting/copying the data is not possible.
The problem is that the link leads to a filtered view with multiple tables instead of just one table. To solve this problem, I have tried first removing the filter so that the view shows a single table, and then scraping the table To do this, "Expand" must be clicked on each element. However, so far I have received only 30 rows.

Any help would be much appreciated. Thanks in advance!

Url: Airtable - AQVC Fund Tracker

Sitemap:
{"_id":"fundscrape_v1","startUrl":["https://airtable.com/shrwuKbPdEHkreyI8/tblm7z3dhc23lv7G8"],"selectors":[{"id":"click_grouped","parentSelectors":["_root"],"type":"SelectorPopupLink","selector":".collapsed div.lightColoredBackground","multiple":false},{"id":"click_remove","parentSelectors":["click_grouped"],"type":"SelectorLink","selector":"div.link-unquiet-focusable.text-blue-focus","multiple":false},{"id":"click_expand","parentSelectors":["click_remove"],"type":"SelectorLink","selector":"div.dataRow:nth-of-type(n+2) a","multiple":true},{"id":"Fund Name","parentSelectors":["click_expand"],"type":"SelectorText","selector":"div.heading-size-large","multiple":false,"regex":""}]}

I tried it again with this Sitemap. It is different as it does not first removes the filter. But it does not work neither.

Sitemap:
{"_id":"aqvcv3","startUrl":["https://airtable.com/shrwuKbPdEHkreyI8/tblm7z3dhc23lv7G8"],"selectors":[{"id":"Expand","multiple":true,"parentSelectors":["_root"],"selector":"div.expandRowCell","type":"SelectorPopupLink"},{"id":"Fund Manager","multiple":false,"parentSelectors":["Expand"],"regex":"","selector":".cursorCell div.foreign-key-blue","type":"SelectorText"},{"id":"Fund Size","multiple":false,"parentSelectors":["Expand"],"regex":"","selector":".rightPane.cursorCell div.line-height-4.overflow-hidden","type":"SelectorText"},{"id":"Manager Location","multiple":false,"parentSelectors":["Expand"],"regex":"","selector":".cursorCell .tealBright div","type":"SelectorText"},{"id":"Investment Sector","multiple":false,"parentSelectors":["Expand"],"regex":"","selector":".cursorCell [data-columnid='fldshqwScLSett8kt'] div.baymax","type":"SelectorText"},{"id":"Investment Stage","multiple":false,"parentSelectors":["Expand"],"regex":"","selector":".cursorCell [data-columnid='fldFza2gdteIAj7Y0'] div.baymax","type":"SelectorText"},{"id":"Investment Geography","multiple":false,"parentSelectors":["Expand"],"regex":"","selector":".cursorCell .lastColumn div.baymax","type":"SelectorText"},{"id":"Fund Name","multiple":false,"parentSelectors":["Expand"],"regex":"","selector":"div.heading-size-large","type":"SelectorText"}]}