CBS 60 Minutes Transcripts Scraper avatar

CBS 60 Minutes Transcripts Scraper

Deprecated

Pricing

Pay per event

Go to Apify Store
CBS 60 Minutes Transcripts Scraper

CBS 60 Minutes Transcripts Scraper

Deprecated

Collects full interview transcripts from CBS 60 Minutes. Discovers pages via the CBS News article sitemap, extracts the Q&A body, correspondent name, broadcast date, speaker labels, and topic tags. Video-only segments without a published transcript are skipped.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

CBS 60 Minutes Transcript Scraper — Interview Archive

60 Minutes transcripts average 5,000–30,000 words of on-the-record Q&A per segment, with consistent correspondent and speaker-label fields across the archive. This actor scrapes full interview transcripts from CBS News 60 Minutes — one record per segment: headline, correspondent, broadcast date, speaker-labeled body text, and topic metadata. Discovers transcript pages automatically from the CBS News article sitemap. Video-only segments without a published transcript are skipped.

What's included and what isn't

60 Minutes airs approximately 45 episodes per US broadcast season, with 3–4 segments per episode. Roughly 50–70% of segments have a published transcript — the remainder are video-only. This scraper covers transcript-bearing segments only, makes that boundary explicit in every record (is_transcript: true), and skips video-only pages entirely. The active transcript archive covers approximately 5 years back, with sparser coverage for earlier seasons.

What does the CBS 60 Minutes Transcript Scraper do?

Discovery walks the CBS News sitemap index at cbsnews.com/xml-sitemap/index.xml, filtering monthly article sitemaps for two URL patterns:

  • /news/<slug>-60-minutes-transcript/ — primary transcript pattern
  • /news/read-the-full-transcript-of-<slug>/ — extended interview variant

Metadata is parsed from JSON-LD NewsArticle blocks on each page. Transcript body text lives in <section class="content__body"> as <p> tags, with ad wrappers stripped before extraction. Speaker labels are extracted from paragraph-leading Name: patterns in both Title Case and ALL-CAPS formats. No headless browser or proxy required.

What data does it extract?

FieldTypeDescription
story_slugstringURL slug of the transcript page
story_titlestringArticle headline
story_urlstringCanonical CBS News URL
aired_datestringBroadcast date (YYYY-MM-DD)
published_datestringCBS News publish timestamp (ISO 8601)
segment_typestringInferred type: interview, investigation, or profile
correspondentstringCBS News correspondent (e.g. Major Garrett, Lesley Stahl)
subjectsstringInterviewed subjects extracted from speaker labels (comma-separated)
synopsisstringArticle meta description
body_htmlstringFull transcript HTML preserving Q&A paragraph structure
body_textstringPlain-text version of the transcript
speakersstringAll speaker labels found in the transcript (comma-separated)
is_transcriptbooleanAlways true — non-transcripts are skipped
has_video_only_variantbooleanTrue when a paired video-only story exists
related_story_urlsstringRelated CBS News links on the page (comma-separated)
topicsstringCBS News topic tags (comma-separated)
canonical_urlstringCanonical URL from page head
sourcestringFixed: cbsnews.com/60-minutes
scraped_atdatetimeISO 8601 scrape timestamp

How to use it

{
"maxItems": 1,
"startUrls": [
{"url": "https://www.cbsnews.com/news/netanyahu-us-israel-iran-60-minutes-transcript/"}
]
}

Scrapes a specific episode transcript.

{
"maxItems": 200,
"startDate": "2025-01"
}

Scrapes all 60 Minutes transcripts published from January 2025 onward (up to 200 records).

{ "maxItems": 1000 }

Full archive crawl — returns all available transcripts across the active archive.

FieldTypeDescription
maxItemsintegerRequired. Maximum transcript records to scrape
startDatestringOptional. Limit discovery to sitemaps from this month onward (YYYY-MM format)
startUrlsarrayOptional. Direct CBS News transcript URLs — skips sitemap discovery when provided

Pricing

Charged per transcript record scraped. A 200-transcript run at the 1.2x coefficient on the default_2603_basic profile costs approximately $0.35 ($0.10 start + $0.00125 per record × 200 records).

Use cases

  • Media and political research — build a structured corpus of 60 Minutes interviews with heads of state, CEOs, and scientists spanning multiple years
  • NLP corpora — long-form Q&A transcripts with consistent speaker labeling are well-suited for dialog modeling, summarization, or entity extraction
  • Journalism datasets — index correspondent names, broadcast dates, and topics across the archive to analyze coverage patterns or research specific subjects
  • RAG pipelines — ingest high-quality, on-the-record interview text as a retrieval source for investigative journalism or policy research applications
  • Academic research — track how specific topics (foreign policy, corporate governance, public health) are covered on network news over time

FAQ

Why is coverage 50–70% rather than 100%?

CBS News publishes transcripts for most but not all 60 Minutes segments. Some segments are video-only by editorial choice, particularly shorter news-break items and some documentary segments. The is_transcript field and the URL-pattern filter ensure only genuine transcript pages are returned.

Can I scrape by correspondent?

The input does not have a correspondent filter, but every record returns the correspondent field. Fetch the relevant date range and filter downstream by correspondent name.


Results export as JSON, CSV, or Excel from the Apify dataset view.