Scraping get request from custom http api

Hi there,

I am looking for a way to scrape additional information (like GPS location, unit id…) from an API that runs together with the main app on a moving unit.
This API offers json information accesable by an url similar to this one:
http://local_ip:PORT/unit.
The idea would be to use Promtail with Loki for that, as it is already used.
I fluentd or fluentbit. together with the Loki plugin, a better option for this?

Thanks in advance,
Alex