Amtrak: Get Cheapest Fare
Amtrak via Parse · travel
Find the cheapest available fare for a route and date. Searches all available trains and returns the single lowest-priced option with train name, number, departure/arrival times, travel class, and fare family code. Supports optional time-of-day and fare-family filters to narrow results. Search Amtrak trains, retrieve station information, get fare details, and access support resources. Fulfilled by Parse from amtrak.com.
- amtrak
- amtrak-com
- government-public
- maps-geo
- parse
- platform-key
- travel
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f800c27d-0aaa-4ca0-864e-4dc69e20f764/get_cheapest_fare
- Interface artifact
- sha256:5aa457663669bf5c0f4dadebdd61eb5b9084764572550b69acf36661fbb685b4
- Manifest digest
- sha256:ba3dbe5d1fb5d9eac68fc7b19d30c0ecf7756f9706e4817dda513dd1166f4a72
Request fields
- origin (string, required): Origin station code (e.g. BOS, CHI, NYP): Allowed values: BOS, NYP, CHI, WAS
- destination (string, required): Destination station code (e.g. NYP, WAS, MKE): Allowed values: NYP, WAS, MKE, BOS
- fare_family (string): Filter to a specific fare family.
- departure_date (string, required): Departure date in YYYY-MM-DD format. Must be a future date.
- latest_departure_time (string): Latest acceptable departure time in HH:MM format (e.g. '20:00'). Trains departing after this time are excluded.
- earliest_departure_time (string): Earliest acceptable departure time in HH:MM format (e.g. '08:00'). Trains departing before this time are excluded.
Example queries
- {"origin":"BOS","destination":"NYP","departure_date":"2026-07-22"}