Tide Forecast Scraper - Tide Predictions avatar

Tide Forecast Scraper - Tide Predictions

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Tide Forecast Scraper - Tide Predictions

Tide Forecast Scraper - Tide Predictions

Scrape tide predictions from Tide-Forecast.com. Get high/low tide times and heights for thousands of coastal locations worldwide. Includes sunrise, sunset, and moon data.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 hours ago

Last modified

Categories

Share

Tide Forecast Scraper — Tide Predictions

Scrape tide predictions from Tide-Forecast.com. Get high/low tide times and heights for thousands of coastal locations worldwide, plus sunrise, sunset, moonrise, and moonset data — as clean JSON.

What it extracts

  • Location name and country
  • Date — the forecast day
  • Tides — array of high/low events with time and height
  • Sunrise & sunset times
  • Moonrise & moonset times
  • Source URL — the Tide-Forecast page
  • scrapedAt — ISO timestamp

Input

Two modes: search (crawl a country's locations) or provide explicit startUrls.

FieldTypeDefaultDescription
modestringsearchsearch (by country) or use startUrls
countrystringUnited-StatesCountry path for search mode
startUrlsarraySpecific Tide-Forecast location URLs
limitinteger50Max locations to scrape
proxyConfigurationobjectnoneOptional proxy settings

Example input

{
"mode": "search",
"country": "United-States",
"limit": 50
}

Or target specific locations:

{
"startUrls": [
{ "url": "https://www.tide-forecast.com/locations/San-Francisco-California/tides/latest" }
]
}

Output

Each record is one location-day:

{
"locationName": "San Francisco, California",
"country": "United States",
"date": "2026-09-15",
"tides": [
{ "type": "High", "time": "04:12", "height": 5.8 },
{ "type": "Low", "time": "10:47", "height": 0.9 },
{ "type": "High", "time": "17:03", "height": 6.1 },
{ "type": "Low", "time": "23:20", "height": 1.2 }
],
"sunrise": "06:45",
"sunset": "19:12",
"moonrise": "14:03",
"moonset": "23:58",
"sourceUrl": "https://www.tide-forecast.com/locations/San-Francisco-California/tides/latest",
"scrapedAt": "2026-09-10T00:00:00.000Z"
}

Use cases

  • Boating & fishing apps: power tide tables for coastal spots
  • Surf & beach forecasting: combine tides with sun/moon timing
  • Coastal research: assemble long-run tide datasets by location
  • Travel & tourism: plan beach activities around low/high tide
  • Event planning: schedule around tide windows

Notes on proxies

This actor uses Apify Proxy by default for reliable access. Keep proxy enabled, especially when crawling many locations.