# College Athlete Recruiting Profiles — On3 & Rivals — Full Ex

**Use case:** 

Scrape the full college athlete recruiting profiles — on3 & rivals dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract college athlete recruiting profiles — on3 & rivals for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "sport": "football",
  "classYear": 2026,
  "maxItems": 200
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "sport": {
    "label": "Sport",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "string"
  },
  "class_year": {
    "label": "Class Year",
    "format": "integer"
  },
  "high_school": {
    "label": "High School",
    "format": "string"
  },
  "hs_state": {
    "label": "Hs State",
    "format": "string"
  },
  "college": {
    "label": "College",
    "format": "string"
  },
  "star_rating": {
    "label": "Star Rating",
    "format": "integer"
  },
  "ranking_national": {
    "label": "Ranking National",
    "format": "integer"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [College Athlete Recruiting Profiles Scraper — On3 & Rivals](https://apify.com/jungle_synthesizer/college-athletes-on3-247-rivals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/college-athletes-on3-247-rivals-scraper) to learn more, explore other use cases, and run it yourself.