Searches the economic data catalog to identify which indicator code best matches a metric described in plain language. Returns the code, full indicator name, topic, and a description so you can confirm it is the right series before fetching values.
You know the metric you want but not which code to query, or want to browse available series.
Fetching the actual values (use the indicator lookup once you have a code).
~2 credits / lookup (up to 4)
A keyword search returns a short list of candidate codes; a broad browse returns more.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
The metric or concept to search for, described in plain words.
The best-matching indicator code with its full name, topic, and a short description.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Economic & Demographic Data skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/economic-data/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"find_indicator","metric":"access to electricity"}}'Example requests