UnifyAPI
← Back to catalog

ssbnorway.search

mock data$0.001 / call

SSB Norway Table Search

Search 300K+ Statistics Norway (SSB) statistical tables by keyword. Returns matching table IDs, full titles, subject paths, relevance scores, and publication dates. SSB is the Norwegian national statistics authority and covers population, GDP, employment, prices, energy, immigration, health, education, trade, and more. Use the returned table ID with ssbnorway.data.metadata to discover dimension codes, then ssbnorway.data.query to fetch data. Example keywords: "population", "gdp", "unemployment", "cpi inflation", "exports", "immigration", "energy", "housing prices", "fertility".

Financeprovider: Ssbnorway#ssbnorway#finance

Input schema

limit

Maximum number of tables to return (1–50, default 10).

integer
queryrequired

Keyword to search for in SSB table titles. Examples: "population", "gdp", "unemployment", "inflation", "energy", "immigration", "agriculture", "exports". Returns tables matching the keyword with IDs, titles, and publication dates.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/ssbnorway.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":10,"query":"<query>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.