Endpoint Playground
Test Crawlora's PSA ProBatFacts Profile API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/psa/probatfacts/subject?subject_id=<subject_id>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| subject_id | string | Yes | Numeric subject id, from a psa-probatfacts-subjects result |
{
"code": 200,
"msg": "OK",
"data": {
"subject_id": "1490",
"name": "Hank Aaron",
"bat_profile": "During his career, Hank Aaron was known for using both H&B (endorsement contract) and Adirondack (block letter) professional model bats.",
"player_profile": "Henry Louis \"Hank\" Aaron (February 5, 1934-January 22, 2021) established himself early in his career as one of the greatest power hitters in baseball.",
"source_url": "https://www.psacard.com/probatfacts/subject/profile/1490"
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
One player's full public reference page: PSA's own bat-authentication notes (professional models used, signature placement) and a general player biography. Unlike psa-autographfacts-subject, this carries no price guide. subject_id is the numeric id from a psa-probatfacts-subjects result.
{
"code": 200,
"msg": "OK",
"data": {
"subject_id": "1490",
"name": "Hank Aaron",
"bat_profile": "During his career, Hank Aaron was known for using both H&B (endorsement contract) and Adirondack (block letter) professional model bats.",
"player_profile": "Henry Louis \"Hank\" Aaron (February 5, 1934-January 22, 2021) established himself early in his career as one of the greatest power hitters in baseball.",
"source_url": "https://www.psacard.com/probatfacts/subject/profile/1490"
}
}curl "https://api.crawlora.net/api/v1/psa/probatfacts/subject?subject_id=<subject_id>" \
-H "x-api-key: $CRAWLORA_API_KEY"