# Fathom CRM Conversation Transcript Export

**Use case:** 

Export public Fathom meeting transcripts for CRM imports, conversation QA, and timestamped call review.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://fathom.video/share/4YJZWNy2yCE1CMb7qGTZ38v2vGJCXhvt"
    }
  ],
  "maxItems": 1
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Source URL"
  },
  "canonicalUrl": {
    "label": "Canonical URL"
  },
  "isAccessible": {
    "label": "Publicly accessible"
  },
  "accessibility": {
    "label": "Accessibility"
  },
  "error": {
    "label": "Error"
  },
  "meetingId": {
    "label": "Meeting ID"
  },
  "title": {
    "label": "Meeting title"
  },
  "topic": {
    "label": "Topic"
  },
  "startedAt": {
    "label": "Started at"
  },
  "durationMinutes": {
    "label": "Duration (minutes)"
  },
  "recordingUrl": {
    "label": "Recording URL"
  },
  "transcriptSegments": {
    "label": "Transcript segments"
  },
  "transcriptSegmentCount": {
    "label": "Transcript segment count"
  },
  "summary": {
    "label": "Summary"
  },
  "actionItems": {
    "label": "Action items"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Fathom Public Meeting Transcript Exporter](https://apify.com/automation-lab/fathom-public-meeting-transcript-exporter) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fathom-public-meeting-transcript-exporter) to learn more, explore other use cases, and run it yourself.