Open Weather Map

Open Weather Map

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.

AUTOMATIONLEAD_GENERATIONINTEGRATIONSApify

Open Weather Map Actor

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

Input of this actor should be JSON containing filter specification. Allowed filters are:

FieldTypeDescriptionAllowed values
latituderequiredLatitude. 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
longituderequiredLongitude. 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
apiKeyrequiredYour unique API key (you can always find it on your account page under the "API key" tab)Any string value
unitsoptionalUnits of measurement. If you do not use the units parameter, standard units will be applied by default.standard, metric and imperial
languageoptionalYou can use this parameter to get the output in your language.See the list below

Allowed languages list

ShortcodeCountry
sqAlbanian
afAfrikaans
arArabic
azAzerbaijani
euBasque
beBelarusian
bgBulgarian
caCatalan
zh_cnChinese Simplified
zh_twChinese Traditional
hrCroatian
czCzech
daDanish
nlDutch
enEnglish
fiFinnish
frFrench
glGalician
deGerman
elGreek
heHebrew
hiHindi
huHungarian
isIcelandic
idIndonesian
itItalian
jaJapanese
krKorean
kuKurmanji (Kurdish)
laLatvian
ltLithuanian
mkMacedonian
noNorwegian
faPersian (Farsi)
plPolish
ptPortuguese
pt_brPortuguês Brasil
roRomanian
ruRussian
srSerbian
skSlovak
slSlovenian
spSpanish
svSwedish
thThai
trTurkish
uaUkrainian
viVietnamese
zuZulu

Example input:

1{
2    "apiKey": "",
3    "latitude": 52.3676,
4    "longitude": 4.9041,
5    "units": "metric",
6    "language": "en"
7}

OUTPUT

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}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!