# crt.sh Certificate Transparency Data Export

**Use case:** 

Data Export of crt.sh Certificate Transparency. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "domains": [
    "github.com"
  ],
  "includeSubdomains": true,
  "maxItems": 100
}
```

## Output

```json
{
  "commonName": {
    "label": "🔐 Common Name",
    "format": "text"
  },
  "sans": {
    "label": "🌐 SANs",
    "format": "array"
  },
  "issuerName": {
    "label": "🏢 Issuer",
    "format": "text"
  },
  "notBefore": {
    "label": "📅 Valid From",
    "format": "text"
  },
  "notAfter": {
    "label": "⏳ Valid To",
    "format": "text"
  },
  "serialNumber": {
    "label": "🔢 Serial",
    "format": "text"
  },
  "crtShUrl": {
    "label": "🔗 crt.sh URL",
    "format": "link"
  },
  "queryDomain": {
    "label": "🎯 Query Domain",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [crt.sh Certificate Transparency Scraper](https://apify.com/parseforge/crtsh-certificate-transparency-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/crtsh-certificate-transparency-scraper) to learn more, explore other use cases, and run it yourself.