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.
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'
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.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination (1-indexed). |
| query | string | Free-text search query to filter articles by title, content, or topic (e.g. 'football', 'recruiting'). |
| category | string | 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. |
{
"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.