Get raw MaxPreps page data
maxpreps_get_pageFetch raw server-rendered data from any public MaxPreps page to cover content beyond dedicated tools: playoff brackets, standings, articles. Read-only; for rosters/schedules use specific tools.
Instructions
Escape hatch: return the raw server-rendered data for any public MaxPreps page, undecoded. Use when a dedicated tool does not cover what you need (playoff brackets, conference standings, article listings). Note that positional payloads — team rosters and schedules — arrive as bare arrays here with no field names; use maxpreps_get_roster / maxpreps_get_schedule for those. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Site path or maxpreps.com URL | |
| keysOnly | No | Return only the top-level prop names and their types — cheap way to explore a page |