ServiceNow Multiple API calls from excel

Job ID: 36972635

Budget: €8 – €30 EUR

Hi there! My team gets an excel spreadsheet with multiple info, we focus only on one, that we copy and execute an API call via the ServiceNow native REST API Explorer ($restapi.do) , hit the send button, search for one particular info "inventory status" and save the reply into excel. We would like to automate this as we get a hundres of values that we need to collect the API answer.
Please design a solution.
Source is excel spresheet collum makred "site_global_location_id" , then there is the API call. Response is json with many rows. We are looking for one unique value "inventory_status":"ACTIVE"

Example source excel , column2=site_global_location_id"
column1 column2 column3
loreipsum XjgIhpNgLg loreipsum
loreipsum X9gczas67H loreipsum
loreipsum XGsMKKqKiH loreipsum

API call:
GET https://something.service-now.com/api/x_xxx2_tda/service_design_api/validate/XjgIhpNgLg

Expected output:
XjgIhpNgLg - API OK - Inventory Status: ACTIVE
X9gczas67H - API OK - Inventory Status: site not found
XGsMKKqKiH - API failure

The solution can be executed as ServiceNow app, or Microsoft Power Automate app or anything that can be executed on computer of the agent. This servicenow instance is in isolated network and it cannot be reached from internet. (therefore no web app to execute this automation)
Please recommend design solution first. I need to validate if that is doable within the network and our system before moving to next step.
Related categories: Scripting API ServiceNow