Endpoint Playground
Test Crawlora's PSA AutographFacts 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/autographfacts/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-autographfacts-subjects result |
{
"code": 200,
"msg": "OK",
"data": {
"subject_id": "1",
"name": "Hank Aaron",
"autograph_profile": "Hank Aaron has always been considered very fan friendly when it comes to signing autographs. Even at the height of his fame when he was chasing Ruth's career home run record, Aaron often took the time to accommodate his fans.",
"subject_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.",
"prices": {
"3x5/AP": "$65",
"Gum Card": "$150",
"Photo": "$350",
"Check": "$200",
"HOFPlakBW": "IMP",
"HOFPlakG": "$200",
"Letter": "$250",
"SS Bat": "$300",
"SS Ball": "$250"
},
"source_url": "https://www.psacard.com/autographfacts/subject/profile/1"
}
}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 autograph subject's full public reference page: PSA's own authentication notes (signing habits, forgery risk, signature evolution), a general biography, and a per-item-type price guide (e.g. 3x5/AP card, photo, check, letter, single-signed ball -- item types vary by subject). subject_id is the numeric id from a psa-autographfacts-subjects result.
{
"code": 200,
"msg": "OK",
"data": {
"subject_id": "1",
"name": "Hank Aaron",
"autograph_profile": "Hank Aaron has always been considered very fan friendly when it comes to signing autographs. Even at the height of his fame when he was chasing Ruth's career home run record, Aaron often took the time to accommodate his fans.",
"subject_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.",
"prices": {
"3x5/AP": "$65",
"Gum Card": "$150",
"Photo": "$350",
"Check": "$200",
"HOFPlakBW": "IMP",
"HOFPlakG": "$200",
"Letter": "$250",
"SS Bat": "$300",
"SS Ball": "$250"
},
"source_url": "https://www.psacard.com/autographfacts/subject/profile/1"
}
}curl "https://api.crawlora.net/api/v1/psa/autographfacts/subject?subject_id=<subject_id>" \
-H "x-api-key: $CRAWLORA_API_KEY"