World Time API Scraper - Global Timezone Data avatar

World Time API Scraper - Global Timezone Data

Pricing

from $10.00 / 1,000 results

Go to Apify Store
World Time API Scraper - Global Timezone Data

World Time API Scraper - Global Timezone Data

Scrape current time data for all global timezones. Get UTC offsets, DST status, week numbers, and datetime info for any timezone or IP.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

World Time API Scraper

Fetch current time data for all global timezones using the free WorldTimeAPI. Get UTC offsets, DST status, week numbers, unix timestamps, and full datetime information.

Features

  • All timezones — fetch current time for all 300+ IANA timezones
  • Specific timezone — look up a single timezone (e.g., "America/New_York")
  • By IP — detect timezone automatically from your IP address
  • Rich data — UTC offset, DST info, day of week/year, week number, unix timestamp

Input

FieldTypeDescription
modestring"all-timezones", "specific", or "by-ip" (default: "all-timezones")
timezonestringTimezone ID for "specific" mode (e.g. "America/New_York", "Europe/London")
maxResultsnumberMax timezones to fetch (default: 500)

Output

Each timezone record includes:

{
"timezone": "America/New_York",
"datetime": "2026-04-26T08:30:00.000000-04:00",
"utcDatetime": "2026-04-26T12:30:00.000000+00:00",
"utcOffset": "-04:00",
"dayOfWeek": 0,
"dayOfYear": 116,
"weekNumber": 17,
"isDst": true,
"abbreviation": "EDT",
"unixtime": 1777364200,
"scrapedAt": "2026-04-26T12:30:00.000Z"
}

Use Cases

  • Global scheduling — get current times across all timezones for scheduling tools
  • DST monitoring — track which regions are currently in daylight saving time
  • Data enrichment — add timezone and offset data to geographic datasets
  • Time conversion — build tools that convert between timezones
  • Compliance — verify server clocks against authoritative time sources

Pricing

This actor uses pay-per-event pricing at $0.005 per result scraped.