- Initially, there are 10,000 items displayed, and no filters are applied.
- Then, I apply a filter on the UI, for example, to show only items with
followers > 5000
. At this point, the displayed records will only include items meeting this condition.
I want to retrieve this filtered list of items. Can you help me achieve this using webhooks or any other method to capture and get these items
My ultimate goal is to retrieve the items after applying filters and then automatically export them to a Google Sheet.
Thank you all for your help!~~~