This Open Weather Map Actor retrieves weather data from any location around the world, and returns the weather data for your input as a Dataset.
This Open Weather Map Actor retrieves weather data from any location around the world, and returns the weather data for your input as a Dataset.
Input of this actor should be JSON containing filter specification. Allowed filters are:
Field | Type | Description | Allowed values |
---|---|---|---|
latitude | required | Latitude. If you need the geocoder to automatic convert city names and zip-codes to geo coordinates and the other way around, please use our Geocoding API | |
longitude | required | Longitude. If you need the geocoder to automatic convert city names and zip-codes to geo coordinates and the other way around, please use our Geocoding API | |
apiKey | required | Your unique API key (you can always find it on your account page under the "API key" tab) | Any string value |
units | optional | Units of measurement. If you do not use the units parameter, standard units will be applied by default. | standard, metric and imperial |
language | optional | You can use this parameter to get the output in your language. | See the list below |
Shortcode | Country |
---|---|
sq | Albanian |
af | Afrikaans |
ar | Arabic |
az | Azerbaijani |
eu | Basque |
be | Belarusian |
bg | Bulgarian |
ca | Catalan |
zh_cn | Chinese Simplified |
zh_tw | Chinese Traditional |
hr | Croatian |
cz | Czech |
da | Danish |
nl | Dutch |
en | English |
fi | Finnish |
fr | French |
gl | Galician |
de | German |
el | Greek |
he | Hebrew |
hi | Hindi |
hu | Hungarian |
is | Icelandic |
id | Indonesian |
it | Italian |
ja | Japanese |
kr | Korean |
ku | Kurmanji (Kurdish) |
la | Latvian |
lt | Lithuanian |
mk | Macedonian |
no | Norwegian |
fa | Persian (Farsi) |
pl | Polish |
pt | Portuguese |
pt_br | Português Brasil |
ro | Romanian |
ru | Russian |
sr | Serbian |
sk | Slovak |
sl | Slovenian |
sp | Spanish |
sv | Swedish |
th | Thai |
tr | Turkish |
ua | Ukrainian |
vi | Vietnamese |
zu | Zulu |
Example input:
1{ 2 "apiKey": "", 3 "latitude": 52.3676, 4 "longitude": 4.9041, 5 "units": "metric", 6 "language": "en" 7}
Once the actor finishes
Example result:
1{ 2 "coord_lon": 10.99, 3 "coord_lat": 44.34, 4 "base": "stations", 5 "main_temp": 11.3, 6 "main_feels_like": 10.1, 7 "main_temp_min": 10.14, 8 "main_temp_max": 11.47, 9 "main_pressure": 1015, 10 "main_humidity": 62, 11 "main_sea_level": 1015, 12 "main_grnd_level": 947, 13 "visibility": 10000, 14 "wind_speed": 1.75, 15 "wind_deg": 79, 16 "wind_gust": 2.21, 17 "clouds_all": 43, 18 "dt": "2025-03-17T15:37:20.000Z", 19 "sys_type": 2, 20 "sys_id": 2004688, 21 "sys_country": "IT", 22 "sys_sunrise": "2025-03-17T05:24:48.000Z", 23 "sys_sunset": "2025-03-17T05:24:48.000Z", 24 "timezone": 3600, 25 "id": 3163858, 26 "name": "Zocca", 27 "cod": 200 28}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!