Discover Norwegian experiences
discover_experiencesSearch the opplevagent.no curated marketplace of Norwegian experiences and activities. Filtrer på fylke (county), kategori, vær, sesong, innendørs/utendørs, gruppestørrelse, pris og varighet. / Filter by county, category, weather, season, indoor/outdoor, group size, price, and duration. Also supports near-me search via lat/lng (+ optional radius_km): when given, results include a rounded distance_km and a geo_precision flag ('address' = exact, 'kommune' = approximate municipality centroid) and are sorted nearest-first. Returns title, category, location (fylke/kommune), description, and booking URL if available. Only verified experiences from active providers (Brreg-checked) are returned. Examples: 'hva kan vi finne på i Troms om vinteren?', 'outdoor activities in Oslo for 4 people', 'experiences within 50km of lat 69.65 / lng 18.95'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | Age of the youngest participant. Filters out experiences with a minimum-age requirement above this. Example: 8 | |
| lat | No | Origin latitude for a near-me search (decimal degrees). Must be given together with lng. Example: 69.65 (Tromsø) | |
| lng | No | Origin longitude for a near-me search (decimal degrees). Must be given together with lat. Example: 18.95 (Tromsø) | |
| sort | No | 'distance' — sort results ascending by distance from lat/lng. Already the default whenever lat/lng are given; this makes the request explicit. | |
| fylke | No | Norwegian county (fylke). Examples: 'Oslo', 'Vestland', 'Troms', 'Rogaland' | |
| limit | No | Max results (default 20, max 50) | |
| season | No | Season filter. Examples: 'summer', 'winter', 'spring', 'autumn' | |
| kommune | No | Norwegian municipality (kommune). Examples: 'Tromsø', 'Bergen', 'Stavanger' | |
| weather | No | Weather suitability filter. 'rain'/'snow' prefers indoor + weather-independent experiences. Examples: 'rain', 'clear' | |
| category | No | Experience category slug. Examples: 'natur_friluft', 'dyreliv_safari', 'mat_drikke', 'vinter' | |
| language | No | Required language for the experience. Examples: 'no', 'en' | |
| max_price | No | Maximum price per person in Norwegian kroner (NOK). Example: 500 | |
| radius_km | No | Max distance from lat/lng in kilometers. Only applies when lat/lng are given. Example: 50 | |
| group_size | No | Number of people in the group. Used to filter experiences by min/max group capacity. Example: 4 | |
| duration_max | No | Maximum duration in minutes. Example: 120 (2 hours) | |
| indoor_outdoor | No | Indoor/outdoor preference. Examples: 'indoor', 'outdoor', 'both' |