I have written some python scripts that scrape data from a given Instagram account. The scripts then run some basic but useful analytics on these scraped data.
I have now wrapped these Python scripts behind a flask API so a basic endpoint call is all it takes to analyze a given Instagram account that we can specify in the request body.
My question is if I develop a website with my API as a backend and a decent frontend, generate some traffic, would I be able to add Adsense to my website? Or is this something that will be flagged by google.