Article Summarizer (Claude — TL;DR + Bullets + Topics) avatar

Article Summarizer (Claude — TL;DR + Bullets + Topics)

Pricing

Pay per usage

Go to Apify Store
Article Summarizer (Claude — TL;DR + Bullets + Topics)

Article Summarizer (Claude — TL;DR + Bullets + Topics)

Pass any URL or text — get back a tight summary in your chosen style (TL;DR / bullets / executive / tweet) plus topic tags + sentiment. Article body auto-extracted via trafilatura. BYO Anthropic API key. $0.005 per summary, Claude tokens billed by Anthropic.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Article Summarizer (Claude)

Pass any URL or text — get back a tight summary in your chosen style (TL;DR / bullets / executive / tweet) plus topic tags + sentiment. Article body auto-extracted via trafilatura. BYO Anthropic API key. $0.005 per summary.


Why this exists

Summarizing 50 articles a day by hand is dead time. Hiring a summarization SaaS (e.g. Lex.page, Glasp, Summari) costs $20-100/month per seat. This actor wraps trafilatura (article extraction) + Claude (summarization) in one call:

  1. URL → clean article body (no nav, ads, comments)
  2. Body → Claude with your chosen output style
  3. Optional: topic tags + sentiment

You pay Apify $0.005 per summary; Anthropic bills you for tokens (typically $0.001-0.01 per summary at Opus 4.7 prices).


What you get

{
"url": "https://...",
"title": "Bitcoin tops $70K",
"author": "Jane Doe",
"date_published": "2026-06-09",
"sitename": "TechCrunch",
"char_count_input": 4820,
"summary": "**TL;DR**: BTC ...\n\n- Key 1\n- Key 2\n- Key 3\n...",
"style": "both",
"model": "claude-opus-4-7",
"language": "en",
"claude_usage": {"input_tokens": 2580, "output_tokens": 360}
}

Output styles

styleWhat you get
tldrSingle paragraph TL;DR
bullets5–7 key bullet points
bothTL;DR + bullets (default)
twitter280-char tweet of the most surprising idea
executiveTL;DR + key implications + recommended action

Quick start

Summarize a URL

{
"url": "https://en.wikipedia.org/wiki/Bitcoin",
"style": "both",
"anthropicApiKey": "sk-ant-..."
}

Summarize pasted text

{
"text": "Long article text here...",
"style": "tldr",
"maxWords": 100,
"anthropicApiKey": "sk-ant-..."
}

Executive briefing in Korean

{
"url": "https://...",
"style": "executive",
"language": "ko",
"anthropicApiKey": "sk-ant-..."
}

Setting your Anthropic API key

You can:

  1. Paste in input — secure (marked isSecret, encrypted at rest, hidden in logs)
  2. Save as Apify Task — input including key is saved, click to re-run
  3. Account-level Secret — register MY_ANTHROPIC_KEY in Apify Integrations, reference as @MY_ANTHROPIC_KEY in task input

Get a key at console.anthropic.com.


Pricing

Pay-Per-Event: $0.005 per article (Apify-side).

Anthropic charges separately for tokens. Typical totals:

Article lengthInput tokensAnthropic cost (Opus 4.7)Total
1K words~1300~$0.007$0.012
3K words~4000~$0.020$0.025
8K words~10500~$0.053$0.058

Use Sonnet (~5x cheaper) or Haiku (~10x cheaper) for cost savings.


Use cases

  1. Newsletter automation — Daily Top-50 feed → bullet summaries
  2. Research aggregation — Build a topic-tagged knowledge base
  3. Slack/Discord digests — Daily summary of #blog-feed channel
  4. Personal read-it-later — Long articles → 30-second TL;DR
  5. SEO content audit — Compare summaries of competitor posts


Feedback

A short review helps content engineers find it: Leave a review on Apify Store