NOAA Tide Predictions Scraper avatar

NOAA Tide Predictions Scraper

Pricing

$0.40 / 1,000 records

Go to Apify Store
NOAA Tide Predictions Scraper

NOAA Tide Predictions Scraper

NOAA Tide Predictions Scraper. No API key required. Pay only per result; empty or failed runs cost nothing.

Pricing

$0.40 / 1,000 records

Rating

0.0

(0)

Developer

Christian Pichichero

Christian Pichichero

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

NOAA Tide Predictions Scraper — a fast, reliable tide predictions scraper that needs no API key. You pay only for the results you get: failed or empty runs are always free.

This tide predictions scraper runs on the Apify platform, so you can call it from the API, run it on a schedule, or export results to JSON, CSV, Excel, or Google Sheets.

What this scraper does

  • Extracts structured tide predictions data with no browser or API key required
  • Returns clean JSON, one record per result — ready for sheets, databases, or apps
  • Pay-per-result pricing: you are never charged for a run that returns nothing
  • Runs on demand or on a schedule, and integrates with 5,000+ apps via the Apify API and webhooks

What data you get

Each result record includes fields such as:

  • Station (station) — e.g. "9410230"
  • Time (time) — e.g. "2026-07-11 19:10"
  • Height (height) — e.g. 6.663
  • Tide Type (tideType) — e.g. "High"
  • Units (units) — e.g. "english"
  • Datum (datum) — e.g. "MLLW"
  • Url (url) — e.g. null

Input

FieldTypeDescription
stationIdsarrayNOAA Tides & Currents station IDs to fetch tide predictions for. Examples: 9410230 (La Jolla, CA), 8518750 ...
beginDatestringOptional start date for the prediction window in YYYYMMDD format (e.g. 20260710). If both begin and end dat...
endDatestringOptional end date for the prediction window in YYYYMMDD format (e.g. 20260712). If both begin and end date ...
intervalstringPrediction interval. 'hilo' returns only high/low tide extremes; 'h' returns hourly predictions.
unitsstringHeight units: 'english' (feet) or 'metric' (meters).
datumstringVertical reference datum for heights. MLLW (Mean Lower Low Water) is the standard for tide predictions.
maxResultsintegerMaximum number of tide prediction records to return per station.

Example output

{
"type": "tide-prediction",
"station": "9410230",
"time": "2026-07-11 19:10",
"height": 6.663,
"tideType": "High",
"units": "english",
"datum": "MLLW",
"url": null,
"scrapedAt": "2026-07-12T00:00:00Z"
}

Use cases

  • Build tracking and monitoring apps
  • Feed real-time dashboards
  • Research routes, schedules, and availability
  • Power alerting tools

Run it as a monitor (alerts on new tide predictions)

Schedule this tide predictions scraper to run automatically — hourly, daily, or on any cron schedule — with the built-in Apify Scheduler, and have results pushed to you by webhook, email, Slack, or your own app the moment they're ready. It's the easiest way to monitor tide predictions for changes over time and get alerted the instant something new appears — no manual runs. Because pricing is per result, a scheduled monitor only ever charges you for the data each run actually returns.

Pricing

This actor uses pay-per-result pricing at $0.0004 per record. There is no monthly fee and no start fee — and empty or failed runs cost $0, so you only ever pay for data you actually receive.

Frequently asked questions

Do I need an API key or account for the source? No. This tide predictions scraper works out of the box with no API key required.

What happens if a run returns no results? You are not charged. Billing is per result, so empty or failed runs are free.

Can I run the tide predictions scraper on a schedule? Yes. Use the Apify Scheduler to run it hourly, daily, or on any cron schedule, and get results by webhook or API.

What export formats are supported? Results can be exported as JSON, CSV, Excel, HTML, or pushed to Google Sheets, a database, or your own app via the Apify API.

Is the data structured? Yes. Every tide predictions result is a clean, flat JSON record you can use immediately.