NASA Exoplanet Search avatar

NASA Exoplanet Search

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
NASA Exoplanet Search

NASA Exoplanet Search

Keyless exoplanet search over the NASA Exoplanet Archive (5,600+ planets, no API key). Filter by radius, distance, equilibrium temp, discovery year; optional Earth-like habitability score + filter. Per planet: star, size, mass, distance, orbit, temp, method.

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

jedi solana

jedi solana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Keyless exoplanet search over the NASA Exoplanet Archive (5,600+ planets, no API key). Filter by radius, distance, equilibrium temp, discovery year; optional Earth-like habitability score + filter. Per planet: star, size, mass, distance, orbit, temp, method.

What you get

Every run writes a dataset with one row per record:

{
"name": "TOI-1080 b",
"star": "TOI-1080",
"radius_earth": 1.2,
"mass_earth": 10.7,
"distance_lightyears": 83.4,
"orbital_period_days": 3.9652482,
"equilibrium_temp_k": 368.0,
"discovery_year": 2026,
"discovery_method": "Transit",
"habitable_zone": false,
"earth_like_score": 60,
"url": "https://exoplanetarchive.ipac.caltech.edu/TAP/sync?query=SELECT%20%2A%20FROM%20ps%20WHERE%20pl_name%20%3D%20%27TOI-1080%20b%27&format=csv"
}

Input

{
"maxRadius": 2,
"maxDistance": 100,
"minEqTemp": 0,
"discoveryYearFrom": 0,
"earthLikeOnly": false,
"limit": 25
}
FieldTypeDescription
maxRadiusintegerMaxRadius: the maxradius parameter. Default: 2.
maxDistanceintegerMaxDistance: the maxdistance parameter. Default: 100.
minEqTempintegerMinEqTemp: the mineqtemp parameter. Default: 0.
discoveryYearFromintegerDiscoveryYearFrom: the discoveryyearfrom parameter. Default: 0.
earthLikeOnlybooleanEarthLikeOnly: the earthlikeonly parameter. Default: false.
limitintegerLimit: the limit parameter. Default: 25.

Use cases

  • Monitor on a schedule — run this Actor on a timer and get a fresh, normalized snapshot every time; diff the datasets to see what changed.
  • Feed a dashboard or model — clean, one-JSON-item-per-record output is ready to pipe into a spreadsheet, database, or LLM prompt without any post-processing.
  • Research & due diligence — pull a structured set of records for a topic, name, or window without scraping the public source by hand.

Limits & notes

  • No API key, no login: it only reads public endpoints/feeds. If the upstream source is degraded, the run still succeeds and returns an honest status item instead of failing.
  • Results reflect what the public source returned at run time (top-N windows, newest-first where applicable).
  • Pay-per-event via synthetic events: each default-dataset item is billed through apify-default-dataset-item ($0.001 per item), plus apify-actor-start.
  • Free to try on the free plan; PPE pricing applies to paid-plan users.

Categories

EDUCATION, OTHER