Hsprepsports APIhsprepsports.com ↗
Access high school sports news, rankings, recruiting updates, and player spotlights from HS PrepSports by searching articles, browsing collections, or reading individual pieces. Stay informed on the latest high school athletic developments with curated content all in one place.
curl -X GET 'https://api.parse.bot/scraper/f5477fc5-256d-43f3-9efb-61fdf2ff7b30/list_articles?sport=football' \ -H 'X-API-Key: $PARSE_API_KEY'
Lists articles from the HS PrepSports blog. When sport is provided, returns articles filtered to that sport category. Returns the current article listing without pagination — typically 5–12 articles per category page.
| Param | Type | Description |
|---|---|---|
| sport | string | Sport category slug to filter articles. When omitted, returns all recent blog articles. |
{
"type": "object",
"fields": {
"count": "integer total number of articles returned",
"articles": "array of article summary objects with slug, title, description, author, sport, image_url, published_ago, and url"
},
"sample": {
"count": 12,
"articles": [
{
"url": "https://hsprepsports.com/article/rockfords-athlete-of-the-week-is-built-different-7-6999",
"slug": "rockfords-athlete-of-the-week-is-built-different-7-6999",
"sport": "",
"title": "Rockford's Athlete of the Week Is Built Different",
"author": "",
"image_url": "/images/default-article.jpg",
"description": "",
"published_ago": ""
}
]
}
}About the Hsprepsports API
The Hsprepsports API on Parse exposes 3 endpoints for the publicly available data on hsprepsports.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.