Discover/Repmaxmedia API
live

Repmaxmedia APIrepmaxmedia.com

Access breaking high school and prep sports news, recruiting updates, and college pipeline stories from RepMax Media by browsing articles or retrieving specific stories. Stay informed on athlete profiles, recruitment trends, and feature coverage across multiple sports programs.

This API takes change requests — .
Endpoint health
monitored
get_article
list_articles
Checks pendingself-healing
Endpoints
2
Updated
2h ago
This call costs1 credit / call— charged only on success
Try it
Page number for pagination (1-indexed).
Free-text search query to filter articles by title, content, or topic (e.g. 'football', 'recruiting').
Category name to filter articles. Values observed include Recruiting, College Life, Breaking, Features, Football, Basketball, Player of the Week, Portal, and many more. The site forwards unrecognized values to the server.
api.parse.bot/scraper/f8ed9e27-70f4-4cb9-92a6-9d7903ae9424/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f8ed9e27-70f4-4cb9-92a6-9d7903ae9424/list_articles?page=1&query=football&category=Recruiting' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

List articles from RepMax Media with optional search query, category filter, and pagination. Returns up to 9 articles per page along with pagination metadata. When no filters are applied, returns all articles in reverse chronological order.

Input
ParamTypeDescription
pageintegerPage number for pagination (1-indexed).
querystringFree-text search query to filter articles by title, content, or topic (e.g. 'football', 'recruiting').
categorystringCategory name to filter articles. Values observed include Recruiting, College Life, Breaking, Features, Football, Basketball, Player of the Week, Portal, and many more. The site forwards unrecognized values to the server.
Response
{
  "type": "object",
  "fields": {
    "page": "current page number",
    "articles": "array of article summary objects with slug, title, category, description, author, published_ago, read_time, image_url, and url",
    "total_pages": "total number of pages available",
    "total_articles": "total number of articles matching the filter"
  },
  "sample": {
    "page": 1,
    "articles": [
      {
        "url": "https://www.repmaxmedia.com/articles/beckman-flag-football-qb-marina-babayani-steals-the-show-at-jordan-loves-change",
        "slug": "beckman-flag-football-qb-marina-babayani-steals-the-show-at-jordan-loves-change",
        "title": "Beckman Flag Football QB Marina Babayani Steals the Show at Jordan Love's \"Change the Game\" Camp",
        "author": "Editorial",
        "category": "Player of the Week",
        "image_url": "https://i.postimg.cc/s2cqW1nS/bm4.jpg",
        "read_time": "3 min",
        "description": "Beckman flag football QB Marina Babayani & receivers steal the show at Jordan Love & Steve Calhoun's \"Change the Game\" QB camp. Don't sleep on Irvine.",
        "published_ago": "1mo ago"
      }
    ],
    "total_pages": 25,
    "total_articles": 223
  }
}

About the Repmaxmedia API

The Repmaxmedia API on Parse exposes 2 endpoints for the publicly available data on repmaxmedia.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.