VOOZH about

URL: https://apify.com/parseforge/jpl-horizons-ephemeris-scraper

โ‡ฑ NASA JPL Horizons Ephemeris Scraper ยท Apify


๐Ÿ‘ NASA JPL Horizons Ephemeris Scraper avatar

NASA JPL Horizons Ephemeris Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store

NASA JPL Horizons Ephemeris Scraper

Pull NASA JPL Horizons physical data and observer ephemerides for any planet, moon, asteroid, or comet. Returns right ascension, declination, apparent magnitude, range in astronomical units, solar elongation, mean radius, mass, and rotation period. Built for astronomy research.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿช NASA JPL Horizons Ephemeris Scraper

๐Ÿš€ Pull observer ephemerides and physical data in seconds. Get right ascension, declination, apparent magnitude, range, elongation, plus mean radius, mass, density, and rotation period for any solar-system body from NASA JPL Horizons.

๐Ÿ•’ Last updated: 2026-06-08 ยท ๐Ÿ“Š Up to 28 fields per record ยท one record per ephemeris step ยท planets, moons, asteroids, comets, spacecraft

Turn NASA's Jet Propulsion Laboratory (JPL) Horizons system into clean, structured records you can drop into an observation planner, an orbital-mechanics study, a planetarium app, or a research notebook. Pick a body, an observing center, a time span, and a step size, and the Actor returns one row per epoch with the apparent sky position and the body's physical parameters attached to every row.

Coverage is the full Horizons catalog: the Sun, the eight planets, the Moon, Pluto, and any object addressable by a Horizons COMMAND id, including numbered asteroids (for example 433 Eros), comets (for example 1P Halley), and spacecraft (for example -125544 for the ISS). Observer geometry can be computed from Earth's center, the solar-system barycenter, the Sun, the Moon, or Mars.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
Amateur and professional astronomersPlan observations with RA/Dec and magnitude
Orbital and planetary researchersPull range, elongation, and physical constants
Planetarium and app developersSeed a sky engine without a Horizons client
Educators and science communicatorsBuild clear datasets for teaching

๐Ÿ“‹ What the NASA JPL Horizons Ephemeris Scraper does

This Actor calls the public NASA JPL Horizons API in OBSERVER mode and returns one clean record per ephemeris step:

  • Sky position โ€” right ascension and declination in the ICRF frame.
  • Brightness and geometry โ€” apparent magnitude, surface brightness, range in astronomical units, range rate, solar elongation with its leading/trailing code, and the Sun-target-observer angle.
  • Physical data โ€” mean and equatorial radius, mass, density, GM, sidereal rotation and orbit periods, obliquity, geometric albedo, mean temperature, and escape speed, parsed from the body's Horizons header and attached to every row.

The NASA logo is used as the record image. Every record carries a scrapedAt timestamp.

๐ŸŽฌ Full Demo (๐Ÿšง Coming soon)

โš™๏ธ Input

FieldTypeDescription
bodyselectBody to query, by Horizons COMMAND id. Major bodies in the dropdown (Sun 10, Mercury 199, Venus 299, Earth 399, Moon 301, Mars 499, Jupiter 599, Saturn 699, Uranus 799, Neptune 899, Pluto 999) or custom. Defaults to Mars (499).
customBodystringUsed only when body is custom. Any Horizons id, e.g. 433 (Eros), 1P (Halley), -125544 (ISS).
centerselectObserving center: Geocentric 500@399, barycenter 500@0, Sun 500@10, Moon 500@301, or Mars 500@499. Defaults to geocentric.
startTimestringFirst epoch of the span, e.g. 2026-06-08 (a time like 2026-06-08 12:00 also works).
stopTimestringLast epoch of the span. Must be after the start.
stepSizestringInterval between rows, e.g. 1 d, 6 h, 30 m, or a count like 20 to split the span into equal steps.
maxItemsintegerHow many rows to return. Free plan is capped at 10.

Example 1 โ€” daily Mars ephemeris from Earth

{
"body":"499",
"center":"500@399",
"startTime":"2026-06-08",
"stopTime":"2026-06-18",
"stepSize":"1 d",
"maxItems":10
}

Example 2 โ€” asteroid 433 Eros, geocentric, six-hour steps

{
"body":"custom",
"customBody":"433",
"center":"500@399",
"startTime":"2026-06-08",
"stopTime":"2026-06-10",
"stepSize":"6 h",
"maxItems":9
}

โš ๏ธ Good to Know: the row count is set by your time span and step size. A 10-day span at 1 d yields about 11 rows. Some physical-data fields are not published for every body, so a field like geometricAlbedo or meanTemperatureK may be null for objects where Horizons does not provide it.

๐Ÿ“Š Output

Each ephemeris record looks like this:

FieldDescription
๐Ÿ–ผ imageUrlNASA logo
๐Ÿช bodyNameResolved target body name
๐Ÿ†” bodyIdHorizons COMMAND id used
๐ŸŽฏ centerNameObserving center body name
๐Ÿ“ centerSiteCenter-site name
๐Ÿ“… dateUtcEpoch of the row (UT)
๐Ÿงญ raIcrfRight ascension, ICRF
๐Ÿงญ decIcrfDeclination, ICRF
โœจ apparentMagnitudeApparent visual magnitude
๐Ÿ”† surfaceBrightnessSurface brightness
๐Ÿ“ deltaAuObserver-target range in AU
๐Ÿš€ rangeRateKmSRange rate (km/s)
โ˜€ solarElongationDegSolar elongation in degrees
โ†” elongationCodeElongation leading/trailing code
๐Ÿ“ sunTargetObserverDegSun-target-observer angle
๐ŸŒ meanRadiusKmMean radius (km)
๐ŸŒ equatorialRadiusKmEquatorial radius (km)
โš– massKgMass (kg)
๐Ÿงช densityGCm3Density (g/cmยณ)
๐Ÿ”ญ gmKm3S2GM (kmยณ/sยฒ)
๐Ÿ” siderealRotationPeriodHrSidereal rotation period (hours)
๐Ÿ›ฐ siderealOrbitPeriodYrSidereal orbit period (years)
๐ŸŒ€ obliquityToOrbitDegObliquity to orbit
๐ŸŒ‘ geometricAlbedoGeometric albedo
๐ŸŒก meanTemperatureKMean temperature (K)
๐Ÿ’จ escapeSpeedKmSEscape speed (km/s)
๐Ÿ•’ scrapedAtCollection timestamp
โŒ errorNull on success

Real sample โ€” ephemeris row

{
"imageUrl":"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/NASA_logo.svg/512px-NASA_logo.svg.png",
"bodyName":"Mars (499)",
"bodyId":"499",
"centerName":"Earth (399)",
"centerSite":"GEOCENTRIC",
"dateUtc":"2026-Jun-08 00:00",
"raIcrf":"05 41 22.18",
"decIcrf":"+24 12 03.4",
"apparentMagnitude":1.64,
"surfaceBrightness":5.42,
"deltaAu":2.41887341,
"rangeRateKmS":18.742133,
"solarElongationDeg":21.3107,
"elongationCode":"T",
"sunTargetObserverDeg":18.4521,
"meanRadiusKm":3389.92,
"equatorialRadiusKm":3396.19,
"massKg":6.4171e23,
"densityGCm3":3.933,
"gmKm3S2":42828.375,
"siderealRotationPeriodHr":24.622962,
"siderealOrbitPeriodYr":1.88081578,
"obliquityToOrbitDeg":25.19,
"geometricAlbedo":0.15,
"meanTemperatureK":210,
"escapeSpeedKmS":5.027,
"scrapedAt":"2026-06-08T17:09:21.000Z",
"error":null
}

โœจ Why choose this Actor

  • Observer ephemeris and physical data in one record, ready for analysis.
  • Works for planets, moons, Pluto, asteroids, comets, and spacecraft via Horizons ids.
  • Choose the observing center: Earth, barycenter, Sun, Moon, or Mars.
  • Flexible sampling with 1 d, 6 h, 30 m, or a step count.
  • No account, no API key, and no Horizons client to build.

๐Ÿ“ˆ How it compares to alternatives

ApproachEffortStructured fieldsPhysical dataMaintenance
This ActorOne runYesAttached per rowNone on your side
Parsing Horizons by handHoursFragileManualConstant
Writing your own API clientDaysDependsYou parse itYou own the upkeep

๐Ÿš€ How to use

  1. Create a free Apify account using this sign-up link.
  2. Open the NASA JPL Horizons Ephemeris Scraper.
  3. Choose a body (or custom plus a customBody id) and an observing center.
  4. Set startTime, stopTime, stepSize, and maxItems.
  5. Click Start and grab your results when the run finishes.

๐Ÿ’ผ Business use cases

Observation planning

GoalHow this helps
Schedule a targetUse RA/Dec, magnitude, and elongation per epoch
Track a close approachSweep a span at a fine step size

Research and analysis

GoalHow this helps
Study geometry over timeUse range, range rate, and Sun-target-observer angle
Reference physical constantsRead mass, radius, density, and rotation per body

Apps and tools

GoalHow this helps
Power a sky mapFeed clean ICRF positions to your renderer
Build a body fact sheetPull the physical-data block in one run

Education

GoalHow this helps
Teach orbital motionShow how position changes step by step
Compare planetsTabulate radius, mass, and rotation side by side

๐Ÿ”Œ Automating NASA JPL Horizons Ephemeris Scraper

Connect runs to the tools you already use:

  • Make and Zapier to trigger runs and route records into sheets or databases.
  • Slack to post an object's nightly position to a channel.
  • Airbyte to load results into a warehouse.
  • GitHub Actions to schedule periodic snapshots.
  • Google Drive to archive each run's output.

๐ŸŒŸ Beyond business use cases

  • Research: assemble long ephemeris series for an orbital study.
  • Personal: plan a night of observing your favorite planet.
  • Non-profit: power a community planetarium or outreach event.
  • Experimentation: prototype a space app without wrangling the Horizons text format.

๐Ÿค– Ask an AI assistant

Paste your results into ChatGPT, Claude, Perplexity, or Microsoft Copilot and ask it to find the brightest night, plot range over time, or convert RA/Dec into alt/az for your location.

โ“ Frequently Asked Questions

Do I need a NASA or JPL account or API key? No. The Actor reads the public NASA JPL Horizons API, which needs no login.

Which bodies can I query? Any object with a Horizons COMMAND id: planets, moons, Pluto, the Sun, numbered asteroids, comets, and spacecraft. Use the dropdown for major bodies or custom for everything else.

What is the observing center? Where the observer sits. Geocentric (500@399) gives the standard sky position from Earth. Barycenter, Sun, Moon, and Mars centers give other geometries.

What does the step size accept? Intervals like 1 d, 6 h, 30 m, or a plain count like 20 that splits the span into equal steps.

What frame are RA and Dec in? The ICRF (International Celestial Reference Frame), returned as raIcrf and decIcrf.

Why are some physical fields null? Horizons does not publish every physical parameter for every body. Fields it does not provide come back null rather than guessed.

Is the physical data on every row? Yes. The body's physical constants are parsed once and attached to each ephemeris row for convenience.

What does the elongation code mean? solarElongationDeg is the angle from the Sun; elongationCode marks whether the body is leading or trailing the Sun.

How fresh is the data? Each run queries Horizons live, so it reflects the current ephemeris computation.

Can I schedule this? Yes. Use Apify Schedules to refresh an object's ephemeris on any cadence.

๐Ÿ”Œ Integrate with any app

Results are available through the Apify API, so you can pull them into any app, database, or workflow you already run.

๐Ÿ”— Recommended Actors

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection.

๐Ÿ†˜ Need Help? Open our contact form

โš ๏ธ Disclaimer: independent tool, not affiliated with NASA or the Jet Propulsion Laboratory. Only publicly available data is collected.

You might also like

NASA JPL Close Approach Scraper

parseforge/jpl-close-approach-scraper

Track every asteroid and comet that swings past Earth using NASA JPL CNEOS data. Returns object designation, close approach date, nominal distance in astronomical units and lunar distances, relative velocity, and absolute magnitude H. Filter by date, distance, brightness, or target body.

NASA JPL Small-Body Database Scraper

parseforge/jpl-small-body-database-scraper

Pull asteroid and comet science from the NASA JPL Small-Body Database. Returns full name, SPK-ID, diameter, albedo, rotation period, spectral type, orbital elements, MOID and orbit class. Ideal for mission target planning, research catalogues, and teaching orbital mechanics.

NASA JPL Fireball Events Scraper

parseforge/jpl-fireball-events-scraper

Pull atmospheric fireball and bolide events from the NASA JPL CNEOS catalog. Returns peak brightness time, radiated energy, impact energy in kilotons, latitude, longitude, altitude, and pre entry velocity. Useful for planetary defense work, meteor research, and mapping bright events.

NASA JPL Small-Body Database Scraper โ€” Asteroids & Comets

compute-edge/nasa-sbdb-scraper

Extract orbital data for 1.5M+ asteroids and comets from NASA/JPL's Small-Body Database. Filter by NEO status, PHA flag, orbit class. Returns full orbital elements (a, e, i, MOID), absolute magnitude, and orbit classification for planetary science, defense, and education.

NASA APOD Scraper

devilscrapes/nasa-apod-scraper

Fetch NASA's Astronomy Picture of the Day for any date or date range via the NASA APOD API โ€” title, explanation, image / video URL, HD URL, copyright, media type, date โ€” export to JSON or CSV. A NASA APOD API wrapper; no key needed for small volumes.