Article Summarizer (Claude — TL;DR + Bullets + Topics)
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
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:
- URL → clean article body (no nav, ads, comments)
- Body → Claude with your chosen output style
- 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
style | What you get |
|---|---|
tldr | Single paragraph TL;DR |
bullets | 5–7 key bullet points |
both | TL;DR + bullets (default) |
twitter | 280-char tweet of the most surprising idea |
executive | TL;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:
- Paste in input — secure (marked
isSecret, encrypted at rest, hidden in logs) - Save as Apify Task — input including key is saved, click to re-run
- Account-level Secret — register
MY_ANTHROPIC_KEYin Apify Integrations, reference as@MY_ANTHROPIC_KEYin 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 length | Input tokens | Anthropic 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
- Newsletter automation — Daily Top-50 feed → bullet summaries
- Research aggregation — Build a topic-tagged knowledge base
- Slack/Discord digests — Daily summary of #blog-feed channel
- Personal read-it-later — Long articles → 30-second TL;DR
- SEO content audit — Compare summaries of competitor posts
Related actors (same author)
- Web Page → Markdown Converter — Same extraction without LLM
- Web Structured Data Extractor — Extract JSON, not summary
- Tweet Thread → Article
- HTML Metadata Extractor
Feedback
A short review helps content engineers find it: Leave a review on Apify Store