How to scrape a twitter search

Hi, Im having trouble pulling data from a Twitter search. Im able to see/collect some data in the data preview however when I go to scrape data Im unable to get anything. Any idea what's happening?

Example search page: https://twitter.com/search?q=(%40notionhq)%20since%3A2019-06-01&src=recent_search_click&f=live

Sitemap:
{"_id":"twitter","startUrl":["https://twitter.com/search?q=(%40notionhq)&src=typed_query&f=live"],"selectors":[{"id":"tweet","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div [data-testid='tweet']","multiple":true,"delay":0},{"id":"handle","type":"SelectorText","parentSelectors":["tweet"],"selector":".css-bfa6kz.r-1re7ezh span","multiple":false,"regex":"","delay":0},{"id":"text","type":"SelectorText","parentSelectors":["tweet"],"selector":"div.r-bnwqim","multiple":false,"regex":"","delay":0},{"id":"date","type":"SelectorElementAttribute","parentSelectors":["tweet"],"selector":"time","multiple":false,"extractAttribute":"datetime","delay":0},{"id":"link","type":"SelectorLink","parentSelectors":["tweet"],"selector":"a.r-1re7ezh","multiple":false,"delay":0}]}