Fathom Transcript Exporter: Public Share Link to Data avatar

Fathom Transcript Exporter: Public Share Link to Data

Pricing

from $3.37 / 1,000 meeting exports

Go to Apify Store
Fathom Transcript Exporter: Public Share Link to Data

Fathom Transcript Exporter: Public Share Link to Data

Export transcripts, meeting metadata, and action items from public Fathom.video share links. No Fathom account or API key needed, no per-run fee for single links. Speaker names, timestamps, and action items as clean JSON, ready for your CRM or spreadsheet. Batch multiple share URLs in one run.

Pricing

from $3.37 / 1,000 meeting exports

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

πŸŽ™οΈ Fathom Transcript Exporter: Public Share Link to Data

Get Fathom transcripts, timestamps, and action items ready for your CRM in seconds
Paste any public fathom.video/share link and export the full transcript, speaker timestamps, and action items. No Fathom login, no API key.
πŸ“ Full transcript
Every line, speaker name, and timestamp, in HTML and plain text.
βœ… Real action items
Pulls the action items Fathom generated for that call, when it made any.
πŸ”— Batch share links
Drop in a list of links and get every meeting back in one run.
πŸ”“ No login needed
Works on any public share link, no Fathom account required.

Someone on your team drops a fathom.video/share/... link in Slack after a call. Fathom Transcript Exporter turns that link into structured data: the full transcript with speaker names and timestamps, meeting metadata, and action items, ready to pipe into your CRM, spreadsheet, or automation tool.

πŸ” What does Fathom Transcript Exporter do?

This Actor takes one or more public Fathom.video share links and pulls out the transcript, meeting details, and action items Fathom already generated for that call. It talks to Fathom's own share-link endpoints directly, so it runs fast and does not need a browser, a Fathom account, or an API key.

You get back, per meeting:

  • The full transcript, with speaker names and timestamps, in both formatted and plain-text form.
  • Meeting metadata: title, topic, host email, duration, start time, and call state.
  • Action items, when Fathom generated any for that specific call.
  • Reference links to the video and audio recording (this Actor does not download or re-host media).

One honest limitation: Fathom's AI-generated meeting summary is not available through a public share link without a Fathom account. We checked. If Fathom exposes it publicly in the future, this Actor will add it. Until then, it ships transcripts and action items only, never a fake or empty summary field standing in for one.

πŸ€” Why use Fathom Transcript Exporter?

  • I am a sales ops manager looking to pull transcripts from Fathom links reps and prospects share with me, in order to log call notes into our CRM without copying and pasting.
  • I am a customer success lead looking to batch-export action items from a week of onboarding calls, in order to follow up with customers before anything slips through.
  • I am an agency VA looking to process client call recaps in bulk, in order to hand back clean transcripts and next steps without opening each link by hand.
  • I am a RevOps engineer looking to feed Fathom transcripts into Zapier, Make, or n8n, in order to auto-populate deal notes the moment a call link lands in Slack.

πŸš€ How to use it

STEP 1
Paste your share links
Add one or more fathom.video/share links to the input.
STEP 2
Run the Actor
It fetches metadata, transcript, and action items for each link.
STEP 3
Export your data
Download JSON, CSV, or Excel, or connect it to your CRM or automation.

πŸ“₯ Input

FieldTypeRequiredDescription
shareUrlsarray of stringsNoPublic Fathom share links to export, for example https://fathom.video/share/AbCdEfGhIjKlMnOp. Each link produces one dataset item.
includeActionItemsbooleanNoAlso fetch each call's action items. Defaults to true. When a call has none, actionItemsAvailable is set to false rather than a made-up empty list.
maxItemsintegerNoCaps how many of the provided share links are processed in one run. Defaults to 50.
requestDelayMsintegerNoPause between processing each link, in milliseconds. Defaults to 500.
proxyConfigurationobjectNoApify Proxy settings. The default datacenter configuration is more than enough for this target.

πŸ“€ Output

Each Fathom meeting is returned as one dataset item. Example record:

{
"shareUrl": "https://fathom.video/share/4YJZWNy2yCE1CMb7qGTZ38v2vGJCXhvt",
"shareToken": "4YJZWNy2yCE1CMb7qGTZ38v2vGJCXhvt",
"callId": 68965039,
"title": "Weekly pipeline review",
"topic": "Weekly pipeline review",
"hostEmail": "rob@example.com",
"durationMinutes": 36,
"startedAt": "2026-02-16T04:38:17.000Z",
"recordingStartedAt": "2026-02-16T04:39:17.860Z",
"state": "finalized",
"videoUrl": "https://fathom.video/share/4YJZWNy2yCE1CMb7qGTZ38v2vGJCXhvt/video.m3u8",
"audioUrl": "https://fathom.video/audio/68965039/file?token=4YJZWNy2yCE1CMb7qGTZ38v2vGJCXhvt",
"attendeesPreview": "Rob Sousa, Shiela Vergara, and 11 others",
"transcriptHtml": "<p><a href='...' target='_blank'>@0:25</a> - <b>Rob Sousa</b></p><p>All right, hopefully that worked...</p>",
"transcriptPlainText": "0:25 - Rob Sousa\nAll right, hopefully that worked...",
"actionItemsAvailable": true,
"actionItemsHtml": "<p>Follow up with Rob on pricing</p>",
"actionItemsPlainText": "Follow up with Rob on pricing\nSend the updated deck",
"actionItemsList": ["Follow up with Rob on pricing", "Send the updated deck"],
"scrapedAt": "2026-08-24T04:19:13.428Z"
}

Data table

FieldTypeDescription
shareUrlstringThe canonical Fathom share link.
shareTokenstringThe share token extracted from the link.
callIdnumberFathom's internal numeric call ID.
titlestringMeeting title.
topicstringMeeting topic, when set separately from the title.
hostEmailstringEmail address of the meeting host.
durationMinutesnumberCall duration in minutes.
startedAtstringWhen the call started, in ISO 8601 format.
recordingStartedAtstringWhen the recording started, in ISO 8601 format.
statestringFathom's processing state for the call, for example finalized.
videoUrlstringReference link to the video stream. Not downloaded or re-hosted.
audioUrlstringReference link to the audio file. Not downloaded or re-hosted.
attendeesPreviewstringA partial attendee preview as shown on the share page, for example "Rob Sousa, Shiela Vergara, and 11 others". Fathom does not publish a full attendee list on public share links.
transcriptHtmlstringThe formatted transcript, with speaker names, timestamps, and paragraph breaks.
transcriptPlainTextstringThe same transcript as plain text.
actionItemsAvailablebooleanWhether Fathom had generated action items for this call.
actionItemsHtmlstringThe formatted action items, when available.
actionItemsPlainTextstringThe action items as plain text, when available.
actionItemsListarray of stringsAction items split into individual entries, when available.
scrapedAtstringWhen this Actor fetched the record, in ISO 8601 format.

You can download the dataset in JSON, CSV, Excel, HTML, or XML directly from the Output tab.

πŸ’° Pricing

Pricing is pay per event and billed only for the data you actually get back. Empty or failed runs cost nothing. There are no fixed monthly subscriptions or hidden fees.

⭐ Enjoying Fathom Transcript Exporter?

⭐ ⭐ ⭐ ⭐ ⭐
Stop copy-pasting Fathom transcripts into your CRM by hand.
A 5-star rating takes 10 seconds and helps other RevOps and CS teams find an exporter that doesn't leave action items on the table. Your feedback also tells us what to build next.
β˜…Β Β Rate this Actor on Apify

πŸ’‘ Tips and limitations

  • This Actor only works on public Fathom share links (fathom.video/share/...). It cannot access private recordings, your own Fathom workspace, or calls behind a login.
  • Action items only come back when Fathom actually generated them for that call. If a call has none, actionItemsAvailable is false and the action item fields are empty, never filled in with a guess.
  • There is no AI-generated meeting summary field. Fathom does not expose one through a public share link without an account, and this Actor never fabricates one to fill the gap.
  • Set requestDelayMs higher if you are processing a very large batch of links back to back, as a courtesy to Fathom's servers.

❓ FAQ

Does this need my Fathom account or API key?

No. This Actor only reads public share links (fathom.video/share/...) that anyone with the link can already open in a browser. It never asks for a Fathom login, email, or API key.

No. You need the public share link for each meeting. This Actor cannot browse or search your Fathom workspace, only export links you already have.

Why is actionItemsAvailable sometimes false?

Fathom only generates action items for some calls. When a call has none, Fathom's own action items endpoint reports nothing back, and this Actor reflects that honestly instead of inventing placeholder items.

Does it include an AI meeting summary?

Not currently. Fathom's AI summary is not reachable through a public, unauthenticated share link. This Actor exports the real transcript and action items instead of shipping a fake or empty summary field.

πŸ”— Other actors