Manually look for new records (polling alternative)

Hey guys! A new question)
What do you think is the best way to look for new items in JSON like this -

, as long as there is no such a feature like “long polling” available in MAKE.
I see such solutions:

  1. Custom MAKE app with one function of comparing values (don’t know yet if it is possible to implement)
  2. Seperate database with fetched values, which finds new value and returns it back to MAKE for futher processes (GSheets/Airtable/etc)
  3. Maybe long polling is somehow available in MAKE. Because it is enabled on server, I am calling.
  4. Your variant

Thanks!
Andrew.