How can I obtain store visitor count data via API?

I’m working on an app where we want to get visitor count of store.

e.g. There is a store A and it installs my app, now I would like to get the data as:

  1. Monthly average visitor count of the store

  2. Last x days visitor count of the store.

Is it possible? If yes, what scope do I need and how can I do this?

1 Like