CRT: Search Certificates
CRT via Parse · developer_tools
Search for certificates by identity (domain, email, organization, etc.) using the crt.sh JSON API. Returns an array of matching certificate records wrapped in an items key. Supports wildcard queries with the % character. Search and retrieve certificate transparency log data from crt.sh, including certificate search, SPKI lookup, serial number lookup, fingerprint lookup, and certificate/CA details. Fulfilled by Parse from crt.sh.
- b2b-directory
- crt
- crt-sh
- developer-tools
- government-public
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/001d6ea2-68d9-4b2c-af8e-c34c2d8041d1/search_certificates
- Interface artifact
- sha256:4c5e98b060dd8088eb6582341b9d1b7e8d3c0b2c47f3248cde1aec0bd842a393
- Manifest digest
- sha256:4e442f3e7dee98944a727c59fbd4fccfccd9e4618aeaf4ed8902ce51de8cb8d2
Request fields
- group (string): Group results. Accepted values: 'none' to disable grouping, 'icaid' to group by issuer CA.: Allowed values: none, icaid
- limit (integer): Maximum number of results to return.
- match (string): Match type for the query. Accepted values: 'LIKE', 'ILIKE', 'single', 'any', '='.: Allowed values: ILIKE, =, LIKE, single, any
- query (string, required): Search query (domain, email, organization, etc.). Use % as wildcard (e.g. '%.example.com').
- exclude (string): Exclude certain results. Accepted value: 'expired'.
Example queries
- {"group":"none","limit":"5","match":"LIKE","query":"example.com","exclude":"expired"}