Travel Weather Planner avatar

Travel Weather Planner

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Travel Weather Planner

Travel Weather Planner

Public-data trip planner: geocodes a city, pulls the N-day forecast from Open-Meteo (key-free), derives per-day travel verdicts, the two best travel days and packing advice.

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

jedi solana

jedi solana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Public-data trip planner: geocodes a city, pulls the N-day forecast from Open-Meteo (key-free), derives per-day travel verdicts, the two best travel days and packing advice.

What you get

Every run writes a dataset with one row per record:

{
"type": "plan",
"city": "Reykjavik",
"country": "Iceland",
"region": "Capital Region",
"timezone": "Atlantic/Reykjavik",
"days": [
{
"date": "2026-09-02",
"tmax_c": 11.2,
"tmin_c": 6.6,
"rain_pct": 73,
"wind_kmh": 24.5,
"uv_max": 2.1,
"verdict": [
"rain-likely"
]
},
{
"date": "2026-09-03",
"tmax_c": 11.1,
"tmin_c": 6.4,
"rain_pct": 63,
"wind_kmh": 24.5,
"uv_max": 1.9,
"verdict": [
"rain-likely"
]
},
{
"date": "2026-09-04",
"tmax_c": 9.3,
"tmin_c": 7.0,
"rain_pct": 29,
"wind_kmh": 22.3,
"uv_max": 2.35,
"verdict": [
"mild"
]
},
{
"date": "2026-09-05",
"tmax_c": 9.7,
"tmin_c": 6.2,
"rain_pct": 32,
"wind_kmh": 18.6,
"uv_max": 2.1,
"verdict": [
"mild"
]
},
{
"date": "2026-09-06",
"tmax_c": 12.2,
"tmin_c": 5.1,
"rain_pct": 34,
"wind_kmh": 13.9,
"uv_max": 3.05,
"verdict": [
"mild"
]
},
{
"date": "2026-09-07",
"tmax_c": 11.1,
"tmin_c": 3.6,

Input

{
"city": "Reykjavik",
"days": 7,
"keyword": "honeymoon"
}
FieldTypeDescription
citystringCity: the city parameter. Default: "Reykjavik".
daysintegerDays: the days parameter. Default: 7.
keywordstringKeyword: the keyword parameter. Default: "honeymoon".

Use cases

  • Monitor on a schedule — run this Actor on a timer and get a fresh, normalized snapshot every time; diff the datasets to see what changed.
  • Feed a dashboard or model — clean, one-JSON-item-per-record output is ready to pipe into a spreadsheet, database, or LLM prompt without any post-processing.
  • Research & due diligence — pull a structured set of records for a topic, name, or window without scraping the public source by hand.

Limits & notes

  • No API key, no login: it only reads public endpoints/feeds. If the upstream source is degraded, the run still succeeds and returns an honest status item instead of failing.
  • Results reflect what the public source returned at run time (top-N windows, newest-first where applicable).
  • Pay-per-event via synthetic events: each default-dataset item is billed through apify-default-dataset-item ($0.001 per item), plus apify-actor-start.
  • Free to try on the free plan; PPE pricing applies to paid-plan users.

Categories

TRAVEL