cfbd_recruiting
Fetch college football recruiting classes by team, year, state, or position. Get commits with stars, ratings, and positions.
Instructions
Recruiting classes: individual commits with stars, ratings and positions.
Returns: [{id, athleteId, recruitType, year, ranking, name, school, committedTo, position, height, weight, stars, rating, city, stateProvince, hometownInfo}] — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: 2024 recruits {"year": 2024}
Auth: needs your own key in CFBD_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Committed school. | |
| year | No | Recruiting class year. | |
| state | No | Home state (two letters). | |
| position | No | Position abbreviation. |