Endpoint Playground
Test Crawlora's PSA Price Guide categories 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/price-guide/categories" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"categories": [
{
"id": 13,
"name": "Baseball Cards",
"path": "baseball-card-values"
},
{
"id": 3,
"name": "Basketball Cards",
"path": "basketball-card-values"
},
{
"id": 4,
"name": "Boxing Cards",
"path": "boxing-card-values"
},
{
"id": 5,
"name": "Football Cards",
"path": "football-card-values"
},
{
"id": 6,
"name": "Golf Cards",
"path": "golf-card-values"
},
{
"id": 1,
"name": "Hockey Cards",
"path": "hockey-card-values"
},
{
"id": 17,
"name": "Soccer Cards",
"path": "soccer-card-values"
},
{
"id": 7,
"name": "Non-Sports/TCG Cards",
"path": "non-sports-card-values"
},
{
"id": 10,
"name": "Racing Cards",
"path": "racing-card-values"
},
{
"id": 12,
"name": "Sports Tickets",
"path": "sports-ticket-values"
},
{
"id": 16,
"name": "Tennis",
"path": "tennis-card-values"
},
{
"id": 11,
"name": "Unopened Packs",
"path": "unopened-pack-values"
},
{
"id": 2176,
"name": "Presidential Autographs",
"path": "presidential-autograph-values/presidential-autographs"
},
{
"id": 2,
"name": "Sports Autographs",
"path": "sports-autograph-values"
},
{
"id": 8,
"name": "Professional Model / Game-Used Bats",
"path": "game-used-bats"
},
{
"id": 9,
"name": "Graded Baseballs",
"path": "graded-baseballs"
}
]
}
}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.
PSA Price Guide's full category list -- the discovery endpoint for the category_path parameter used to browse or fetch a set's price table. Every category is a distinct collectible type (Baseball Cards, Basketball Cards, Boxing Cards, Football Cards, Golf Cards, Hockey Cards, Soccer Cards, Non-Sports/TCG Cards, Racing Cards, Sports Tickets, Tennis, Unopened Packs, Presidential Autographs, Sports Autographs, Professional Model/Game-Used Bats, Graded Baseballs).
{
"code": 200,
"msg": "OK",
"data": {
"categories": [
{
"id": 13,
"name": "Baseball Cards",
"path": "baseball-card-values"
},
{
"id": 3,
"name": "Basketball Cards",
"path": "basketball-card-values"
},
{
"id": 4,
"name": "Boxing Cards",
"path": "boxing-card-values"
},
{
"id": 5,
"name": "Football Cards",
"path": "football-card-values"
},
{
"id": 6,
"name": "Golf Cards",
"path": "golf-card-values"
},
{
"id": 1,
"name": "Hockey Cards",
"path": "hockey-card-values"
},
{
"id": 17,
"name": "Soccer Cards",
"path": "soccer-card-values"
},
{
"id": 7,
"name": "Non-Sports/TCG Cards",
"path": "non-sports-card-values"
},
{
"id": 10,
"name": "Racing Cards",
"path": "racing-card-values"
},
{
"id": 12,
"name": "Sports Tickets",
"path": "sports-ticket-values"
},
{
"id": 16,
"name": "Tennis",
"path": "tennis-card-values"
},
{
"id": 11,
"name": "Unopened Packs",
"path": "unopened-pack-values"
},
{
"id": 2176,
"name": "Presidential Autographs",
"path": "presidential-autograph-values/presidential-autographs"
},
{
"id": 2,
"name": "Sports Autographs",
"path": "sports-autograph-values"
},
{
"id": 8,
"name": "Professional Model / Game-Used Bats",
"path": "game-used-bats"
},
{
"id": 9,
"name": "Graded Baseballs",
"path": "graded-baseballs"
}
]
}
}curl "https://api.crawlora.net/api/v1/psa/price-guide/categories" \
-H "x-api-key: $CRAWLORA_API_KEY"