Scrape a website content and export data to CSV and the display data to grafana (no API available)

looking for best solution
I have a web application where data changes on a monthly basis. I need to export this data from the website and display it in Grafana. The web application requires login before showing any data, and it displays results based on the inputs provided.

The requirement is to fetch these results and display them in a Grafana dashboard.

Hello @venkatbhd

Grafana is a visualization tool but that said I would recommend you use a scripting language such as python and beautifulsoup to scrape the data and write it to a database.

Then use grafana to visualize the data contained in the db