Maxpreps: Get Live And Upcoming Games
Maxpreps via Parse · sports
Get live scores and upcoming scheduled games for a specific sport and state. Returns the next set of games (typically the nearest game day) with team names, records, scores (when available), game status (live/upcoming/final), and links to game details. For live games, additional detail fields (period, clock, possession, last_updated) are returned when MaxPreps provides them. An optional school filter narrows results to games involving that school. Requires a state code and sport. APIs to extract high school sports data from MaxPreps, including school search, team rosters, schedules, athlete profiles, and rankings. Fulfilled by Parse from maxpreps.com.
- education
- maxpreps
- maxpreps-com
- news-media
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e0a033cc-4c08-49d5-8417-81682c9b3dbf/get_live_and_upcoming_games
- Interface artifact
- sha256:69b8ca213b9442f65e9893c5d86effe697df63aaa635bfe3d764000c25ef9b3a
- Manifest digest
- sha256:bff1b910479eba26fc21b25c005a84060e4ee39ce24c660885cf417b043840ad
Request fields
- sport (string, required): Sport name (e.g., 'football', 'basketball', 'baseball', 'soccer', 'volleyball', 'lacrosse', 'ice-hockey', 'water-polo', 'softball', 'field-hockey', 'flag-football', 'beach-volleyball')
- state (string, required): Two-letter US state code (e.g., 'tx', 'ca', 'fl')
- gender (string): Gender category: 'boys' or 'girls': Allowed values: boys, girls
- school (string): Optional school filter. Accepts an exact school name (e.g., 'Buna'), a school path (e.g., '/tx/buna/buna-cougars/'), or a school_id UUID. When provided, only games involving the specified school are returned.
Example queries
- {"sport":"football","state":"tx","gender":"boys"}