N2yo Satellite Pass Scraper avatar

N2yo Satellite Pass Scraper

Pricing

from $20.00 / 1,000 results

Go to Apify Store
N2yo Satellite Pass Scraper

N2yo Satellite Pass Scraper

N2YO Satellite Pass Scraper is a fast and lightweight Apify actor that fetches satellite pass predictions from N2YO.com for any location on Earth. Given a list of NORAD IDs and an observer location, it returns upcoming passes with timing, elevation, azimuth, duration, and visibility data

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

Romy

Romy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

πŸ›°οΈ N2YO Satellite Pass Scraper

N2YO Satellite Pass Scraper is a fast and lightweight Apify actor that fetches satellite pass predictions from N2YO.com for any location on Earth. Given a list of NORAD IDs and an observer location, it returns upcoming passes with timing, elevation, azimuth, duration, and visibility data β€” no API key required.

🎯 Features

  • πŸ“‘ Multi-Satellite Support – Fetch passes for multiple satellites in one run.
  • 🌍 Any Location – Specify observer lat/lng/altitude anywhere on Earth.
  • πŸ“… Configurable Forecast – Predict passes 1–10 days ahead.
  • πŸ”­ Elevation Filter – Skip passes below your minimum elevation threshold.
  • πŸ‘οΈ Visibility Flag – Know whether the pass is visible to the naked eye.
  • 🧩 Clean JSON Output – Structured results ready for analysis or scheduling.

πŸš€ How to Use

  1. Run the actor on Apify Console or via API.
  2. Provide input with the following fields:
    • norad_ids: List of NORAD catalog IDs (e.g. [25544] for ISS)
    • lat: Observer latitude in decimal degrees (e.g. -6.2 for Jakarta)
    • lng: Observer longitude in decimal degrees (e.g. 106.8 for Jakarta)
    • alt: Observer altitude in meters (default: 0)
    • days: Days ahead to predict (1–10, default: 5)
    • min_elevation: Minimum elevation in degrees to include a pass (default: 10)
  3. Wait for execution to complete and download results in JSON format.

πŸ“Œ Example Input

{
"norad_ids": [25544, 44713],
"lat": -6.2,
"lng": 106.8,
"alt": 0,
"days": 5,
"min_elevation": 10
}

NORAD ID references: ISS = 25544, Hubble = 20580, Starlink examples = 44713, 44714

πŸ“¦ Example Output

{
"norad_id": 25544,
"satellite_name": "ISS (ZARYA)",
"pass_start_utc": "2026-06-10T01:23:00Z",
"pass_start_az": "SW",
"max_elevation_deg": 47,
"max_elevation_az": "S",
"pass_end_utc": "2026-06-10T01:29:12Z",
"pass_end_az": "NE",
"duration_sec": 372,
"visible": true
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

πŸ“Š Output Fields

FieldDescription
norad_idNORAD catalog number of the satellite
satellite_nameName of the satellite
pass_start_utcPass start time in UTC (ISO 8601)
pass_start_azCompass direction at pass start
max_elevation_degMaximum elevation angle in degrees
max_elevation_azCompass direction at maximum elevation
pass_end_utcPass end time in UTC (ISO 8601)
pass_end_azCompass direction at pass end
duration_secDuration of the pass in seconds
visibletrue if visible to the naked eye

πŸ’° Pricing

This actor uses Pay per result pricing. You are only charged for the passes returned β€” no data, no charge.

πŸ“ Disclaimer

This actor scrapes publicly accessible data from N2YO.com. You are responsible for ensuring your usage complies with N2YO's terms of service. Pass predictions are estimates and may vary slightly from actual observations.

πŸ› οΈ Support

If you encounter any issues or have questions, please open a ticket via the Issues tab in Apify Console.