VOOZH about

URL: https://apify.com/jungle_synthesizer/noaa-coops-tides-currents-fishing-scraper

โ‡ฑ NOAA CO-OPS Tides & Currents Fishing Scraper ยท Apify


๐Ÿ‘ NOAA CO-OPS Tides & Currents Fishing Scraper avatar

NOAA CO-OPS Tides & Currents Fishing Scraper

Pricing

Pay per event

Go to Apify Store

NOAA CO-OPS Tides & Currents Fishing Scraper

Scrapes tide predictions (high/low windows) from all 3,449 NOAA CO-OPS tide stations across the US. Filter by state, station ID, or date range. Essential data for saltwater fishing trips, charter planning, and coastal activity scheduling. Open NOAA API โ€” no key required, highly reliable.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

Scrapes high/low tide predictions from all 3,450 NOAA CO-OPS tide stations across the US โ€” packaged for saltwater fishing, charter planning, and coastal activity scheduling.

Open NOAA public API โ€” no API key required.

What it does

The actor fetches tide prediction data in two phases:

  1. Station discovery โ€” downloads the full NOAA CO-OPS station list (3,450 tide-prediction stations with lat/lon/state metadata)
  2. Prediction fetch โ€” retrieves hi/lo tide events per station for the requested date range

Each output record is one tide event (a single H or L) for a specific station and date. A typical day produces 3โ€“4 events per station.

Use cases

  • Saltwater fishing trip planning โ€” identify optimal high/low tide windows for target species and locations
  • Charter boat scheduling โ€” feed tide windows into booking or planning apps
  • Coastal tourism & recreation โ€” beach, kayak, surf, clamming timing
  • Marine research and data pipelines โ€” bulk collection of historical or forecast tide data

Output fields

FieldDescription
station_idNOAA CO-OPS station ID (e.g. 8443970)
station_nameStation name (e.g. Boston, MA)
stateUS state abbreviation
latitudeStation latitude (decimal degrees)
longitudeStation longitude (decimal degrees)
station_typeR (reference) or S (subordinate)
datePrediction date (YYYY-MM-DD)
tide_event_timeLocal time of this tide event (YYYY-MM-DD HH:mm)
tide_typeH (high tide) or L (low tide)
predicted_height_ftPredicted water height in feet (MLLW datum)
datumAlways MLLW (Mean Lower Low Water)
source_urlNOAA API URL used to fetch this prediction
scraped_atISO 8601 timestamp of data collection

Input options

OptionDescriptionDefault
maxItemsMaximum number of tide event records to collect10
startDateStart date in YYYYMMDD format (e.g. 20260601)Today
endDateEnd date in YYYYMMDD formatSame as startDate
stateFilterComma-separated state abbreviations to filter stations (e.g. FL,TX,CA)All states
stationIdsComma-separated NOAA station IDs (e.g. 8443970,8418150). Overrides stateFilter.All stations

Examples

Get today's tides for a specific station (Boston Harbor):

{
"stationIds":"8443970",
"maxItems":10
}

Get tides for all Florida stations for a week:

{
"stateFilter":"FL",
"startDate":"20260601",
"endDate":"20260607",
"maxItems":500
}

Get today's tides across all US stations (up to 100 events):

{
"maxItems":100
}

Data source

Data comes from the NOAA Center for Operational Oceanographic Products and Services (CO-OPS) public API. The API is free and open โ€” no authentication required. Coverage: 3,450 US tide-prediction stations spanning all coastal states and territories.

Predictions use the MLLW (Mean Lower Low Water) datum and are returned in local standard/daylight time (LST/LDT) for each station's timezone.

Notes

  • No proxy required โ€” the NOAA CO-OPS API is open and accessible without proxying
  • Historical and future dates โ€” the API supports both historical data and future predictions
  • Subordinate stations (type S) use offsets from a nearby reference station; predictions are pre-computed by NOAA
  • Large runs (all stations ร— multi-day range) will produce many records โ€” set maxItems to control volume

You might also like

Noaa Tides Currents Scraper

compute-edge/noaa-tides-currents-scraper

Scraper for noaa-tides-currents-scraper

Tide Reviews Spider

getdataforme/tide-reviews-spider

The Tide Reviews Spider is an Apify Actor that scrapes customer reviews from Tide product pages, extracting ratings, comments, and author details....

Tides Urls Spider

getdataforme/tides-urls-spider

The Tides Urls Spider is a robust Apify Actor that scrapes comprehensive product data from Tide's website, extracting titles, descriptions, ratings, reviews, and SEO metadata....

US State Fishing Regulations Aggregator

jungle_synthesizer/us-state-fishing-regulations-aggregator-scraper

Scrape fishing regulations across US states โ€” bag limits, size limits, season dates, gear restrictions, and special rules per species. Normalizes state DNR data into a single schema for fishing apps, AI angling assistants, and outdoor media.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

NOAA Weather Scraper

parseforge/noaa-weather-scraper

Scrape weather data from NOAA including active weather alerts by state, 7-day forecasts by coordinates, and weather station locations with elevation and timezone. Covers all US states with severity levels, wind data, and precipitation probability.