7Timer Weather Forecast Scraper
Pricing
from $4.52 / 1,000 results
7Timer Weather Forecast Scraper
Pull weather forecasts from 7Timer for any location by coordinates. Each forecast step returns the time, temperature, weather type, cloud cover, wind direction and speed, humidity, and precipitation type. Useful for trip planning, outdoor scheduling, and building a weather feed.
Pricing
from $4.52 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share

π€οΈ 7Timer Weather Forecast Scraper
π Export a multi-day weather forecast for any coordinates in seconds. Pull 3-hour forecast slots with temperature, cloud cover, wind, humidity, precipitation, and weather label on every record.
7Timer turns global numerical weather models into simple forecasts. This Actor reads the public 7Timer API for any latitude and longitude and returns a clean, ready to use feed with each forecast slot's real UTC timestamp already computed.
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| Outdoor and travel apps | Plan around the weather |
| Stargazers and astronomers | Check seeing and transparency (astro product) |
| Data analysts | Compare model forecasts across locations |
| Hobby developers | Prototype a weather widget |
π What it does
- Fetches a multi-day forecast for any latitude/longitude in 3-hour slots.
- Computes the real forecast timestamp (UTC) for every slot from the model init time.
- Returns temperature, cloud cover, wind direction and speed, humidity, and precipitation.
- Supports the Civil (general weather) and Astro (astronomy seeing and transparency) products.
βοΈ Input
| Field | Type | Description |
|---|---|---|
lat | string | Latitude in decimal degrees. Defaults to Berlin (52.52). |
lon | string | Longitude in decimal degrees. Defaults to Berlin (13.405). |
product | select | civil (general weather) or astro (astronomy). |
maxItems | integer | How many forecast slots to return. Free plan is capped at 10. |
Example. Forecast for Tokyo
{ "maxItems": 24, "lat": "35.68", "lon": "139.69", "product": "civil" }
π Output
| Field | Description |
|---|---|
latitude / longitude / product | Echoed request parameters |
π forecastTime / timepointHours | Slot timestamp (UTC) and hours from model init |
π‘ temp2m | Temperature at 2m in Β°C |
βοΈ cloudCover | Cloud cover on a 1-9 scale |
π§ windDirection / π¨ windSpeed | Wind direction and 1-8 speed scale |
π§ humidity2mPct | Relative humidity at 2m (%) |
π§ precType / precAmount | Precipitation type and amount |
π€ weather | Weather label, e.g. clearday, lightrainnight |
liftedIndex / seeing / transparency | Stability index and astronomy metrics (astro only) |
π scrapedAt | When the record was collected |
β error | Null on success |
π How to use
- Create a free Apify account with this sign up link.
- Open the 7Timer Weather Forecast Scraper in the Apify Console.
- Enter latitude and longitude, pick a product, set how many slots you want, and run.
- Collect the results from the output table or the API.
β FAQ
Do I need an API key? No. The 7Timer API is public and keyless.
What is the time resolution? The civil product returns 3-hour slots over several days.
Why are seeing and transparency empty? They are only provided by the astro product.
π Need Help? Open our contact form
β οΈ Disclaimer: This is an independent tool, not affiliated with 7Timer. Only publicly available data is collected.