PSA API endpoint
Use Crawlora's PSA certification verification API to extract supported public PSA data as structured JSON. This page includes request parameters, cURL examples, response schema, error behavior, credit cost, and a Playground link for testing before integration.
/psa/cert-lookupLooks up PSA's own public Cert Verification record for one PSA-graded card by its certification number: item title, grade, label type, reverse cert/barcode flag, year, brand/title, subject, card number, category, PSA's own price estimate, and this-cert's-own population figures (population for this exact card+grade, and pop-higher). Scoped to PSA's trading-card department; a cert number issued under a different PSA division (autographs, tickets) returns a not-found error. PSA's full Population Report and Auction Prices Realized both require a PSA/Collectors account login and are not available through this endpoint. Developers commonly use this endpoint for data enrichment, monitoring, research dashboards, internal automation, and agent-native workflows that need repeatable structured public web data. Authentication uses the documented Crawlora headers, and usage is metered with the credit cost shown on this page.
Request parameters are generated from the active endpoint catalog. Required values must be sent before Crawlora can call the upstream public web data source.
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
| cert_number | string | Yes | PSA certification number, numeric, e.g. \ | ||
| x-api-key (header) | string | Yes | API key required |
curl -X GET "https://api.crawlora.net/api/v1/psa/cert-lookup" \ -H "x-api-key: $CRAWLORA_API_KEY"
Send your scraping API key in the x-api-key header. Use the console API Keys page to rotate or select the active key.
Endpoint usage is metered in credits. The plan prices, included credits, limits, and overage rates below match the active backend billing configuration.
| Plan | Price | Included credits | Daily cap | Rate limit | Overage |
|---|---|---|---|---|---|
| Free | $0/mo | 2,000 | 500 daily credits | 5/min | No overage |
| Starter | $9/mo | 20,000 | 5,000 daily credits | 15/min | $0.75/1,000 overage credits when enabled |
| Growth | $29/mo | 100,000 | 25,000 daily credits | 45/min | $0.45/1,000 overage credits when enabled |
| Pro | $79/mo | 400,000 | No daily cap | 120/min | $0.30/1,000 overage credits |
| Business | $199/mo | 1,200,000 | No daily cap | 300/min | $0.20/1,000 overage credits |
| Enterprise | $499/mo | 5,000,000 | No daily cap | 1,000/min | $0.12/1,000 overage credits |
This endpoint is executed through Crawlora's managed scraping infrastructure.
- `psa_estimate`, `psa_population`, `psa_population_url` and `psa_pop_higher` are omitted when PSA shows no figure for a given field on this cert (e.g. an ungraded/authentic-only item carries no PSA Estimate). - `psa_population_url` is PSA's own Population Report deep link for this card+grade, informational only — following it requires a Collectors account login. - `label_type` is empty when the cert carries PSA's standard label (no special label variant like Fugitive Ink or a Black Label-style qualifier). - A cert number PSA cannot resolve (invalid, or issued under a non-trading-card department) returns `404`. Example response: ```json { "code": 200, "msg": "OK", "data": { "cert_number": "125866845", "title": "2003 POKEMON SKYRIDGE #146 CHARIZARD-HOLO", "item_grade": "GEM MT 10", "label_type": "w/ Fugitive Ink Technology", "reverse_cert_barcode": true, "year": "2003", "brand_title": "POKEMON SKYRIDGE", "subject": "CHARIZARD-HOLO", "card_number": "146", "category": "TCG Cards", "psa_estimate": "$135,624.00", "psa_population": 248, "psa_population_url": "https://www.psacard.com/pop/tcg-cards/2003/pokemon-skyridge/62300", "psa_pop_higher": 0, "set_registry_note": "This cert does not appear in any sets.", "source_url": "https://www.psacard.com/cert/125866845/psa" } } ```
Crawlora does not silently return bad data when the upstream page cannot be used.
| Status | Common failure case |
|---|---|
| 400 | Invalid input or missing required parameter |
| 429 | Plan or endpoint rate limit exceeded |
| 500 | Internal execution error |
| 502 | Upstream platform failed, returned unusable HTML, or served a challenge page that could not be resolved |
When possible, Crawlora returns structured error context so your integration can retry, back off, or inspect the request.
| Status | Description | Schema |
|---|---|---|
| 400 | Bad Request | #/definitions/app.Response |
| 404 | Not Found | #/definitions/app.Response |
| 500 | Internal Server Error | #/definitions/app.Response |
| 503 | Service Unavailable | #/definitions/app.Response |
{
"code": 200,
"msg": "OK",
"data": {
"cert_number": "125866845",
"title": "2003 POKEMON SKYRIDGE #146 CHARIZARD-HOLO",
"item_grade": "GEM MT 10",
"label_type": "w/ Fugitive Ink Technology",
"reverse_cert_barcode": true,
"year": "2003",
"brand_title": "POKEMON SKYRIDGE",
"subject": "CHARIZARD-HOLO",
"card_number": "146",
"category": "TCG Cards",
"psa_estimate": "$135,624.00",
"psa_population": 248,
"psa_population_url": "https://www.psacard.com/pop/tcg-cards/2003/pokemon-skyridge/62300",
"psa_pop_higher": 0,
"set_registry_note": "This cert does not appear in any sets.",
"source_url": "https://www.psacard.com/cert/125866845/psa"
}
}Request schema
No body schema
Response schema
#/definitions/psa.certLookupResponseDoc
| Field | Type | Required | Enum | Bounds | Example | Description |
|---|---|---|---|---|---|---|
| code | integer | No | 200 | |||
| data | psa.CertLookupResult | No | ||||
| data.brand_title | string | No | BrandTitle is the issuing brand/product line, e.g. "POKEMON SKYRIDGE". | |||
| data.card_number | string | No | CardNumber is the card's number within its set, e.g. "146". | |||
| data.category | string | No | Category is PSA's own item category, e.g. "TCG CARDS". | |||
| data.cert_number | string | No | CertNumber echoes the requested certification number. | |||
| data.item_grade | string | No | ItemGrade is PSA's graded condition for this item, e.g. "GEM MT 10", from PSA's own published grade scale (Authentic through Gem Mint 10). | |||
| data.label_type | string | No | LabelType is a special label variant PSA applied to this cert, e.g. "W/ FUGITIVE INK TECHNOLOGY". Empty when the cert carries PSA's standard label. | |||
| data.psa_estimate | string | No | PSAEstimate is PSA's own dollar price estimate for this exact cert+grade, PSA's own formatted string (e.g. "$135,624.00"). Empty when PSA shows no estimate for this cert. | |||
| data.psa_pop_higher | integer | No | PSAPopHigher is the number of items PSA has graded higher than this cert's own grade for the same card. Nil when PSA shows no figure. | |||
| data.psa_population | integer | No | PSAPopulation is the number of items PSA has graded at this exact card+grade combination. Nil when PSA shows no population figure for this cert (e.g. an ungraded/authentic-only cert). | |||
| data.psa_population_url | string | No | PSAPopulationURL is PSA's own Population Report deep link for this card+grade. Informational only -- following it requires a Collectors account login; see the CertLookupResult doc comment above. | |||
| data.reverse_cert_barcode | boolean | No | ReverseCertBarcode reports whether the physical label also carries a barcode on its reverse side. | |||
| data.set_registry_note | string | No | SetRegistryNote is PSA's own Set Registry membership line for this cert, e.g. "This cert does not appear in any sets." when the item is not registered in any PSA Set Registry set. | |||
| data.source_url | string | No | SourceURL is the PSA cert-verification page this result was parsed from. | |||
| data.subject | string | No | Subject is the card's subject/player name, e.g. "CHARIZARD-HOLO". | |||
| data.title | string | No | Title is PSA's own item title line, e.g. "2003 POKEMON SKYRIDGE #146 CHARIZARD-HOLO". | |||
| data.year | string | No | Year is the card/item's issue year, e.g. "2003". | |||
| msg | string | No | OK |
Use environment variables for secrets and keep Crawlora API keys server-side.
curl -X GET "https://api.crawlora.net/api/v1/psa/cert-lookup" \
-H "x-api-key: $CRAWLORA_API_KEY"Crawlora is designed for responsible structured public web data workflows. Customers are responsible for using Crawlora in compliance with applicable laws, third-party rights, target-platform rules, and Crawlora terms.
Read Crawlora terms