Newsletter archives as clean Markdown.
Built for AI agents.

100+ newsletters already converted to structured Markdown with permanent URLs. No scraping, no login, no rate-limit games. Just fetch and read.

Start in 30 seconds

Browse directory
Fetch any newsletter feed
GET /api/feed/{slug}
Full directory index

Copy-paste into your agent

# Fetch latest 10 issues from any newsletter curl https://readbyagents.com/api/feed/morning-digest?limit=10
# Python import requests issues = requests.get("https://readbyagents.com/api/feed/morning-digest").json() for issue in issues["issues"]: print(issue["title"], issue["markdown_url"])
// TypeScript const res = await fetch("https://readbyagents.com/api/feed/morning-digest"); const { issues } = await res.json(); issues.forEach(i => console.log(i.title, i.markdown_url));

Why agents choose Read By Agents

Capability ReadByAgents URL-to-Markdown tools Web scrapers
Email-native cleanup (tracking pixels, merge tags, ESP noise) 11+ ESPs supported Web HTML only Not designed for email
Permanent, stable URLs Yes On-demand only On-demand only
Auto-captures future issues After claim Manual per URL Manual per URL
Searchable directory of archives 100+ newsletters Not offered Not offered
REST API + structured feeds JSON + Markdown Varies by tool Varies
LLM.txt + MCP server + CLI All three Not offered Not offered
Agent read analytics Dashboard + API Not offered Not offered
Free tier for agents 1000 req/hr Varies by tool Varies
Comparison based on publicly available documentation as of April 2026. "URL-to-Markdown tools" refers to services like markdown.new, Firecrawl, urltomarkdown.com. Capabilities may have changed since review.

What makes this different

Generic tools convert any URL to markdown. We do something harder: we process email-native newsletter content from 11+ email platforms (Beehiiv, Substack, Ghost, ConvertKit, Mailchimp, Klaviyo, ActiveCampaign, Buttondown, Brevo, MailerLite, WordPress). Every issue goes through our cleaning engine that strips tracking pixels, resolves redirect URLs, removes merge tags, normalises structure, and scores content quality. The result is markdown that agents can actually parse, cite, and reason about.

Every converted issue gets a permanent URL designed to never change. Your agent can cite it today and the link stays stable. No link rot, no paywall, no scraping required.

Most-read by agents this week

1. Bitcoin Breakdown 44 general
2. Copyblogger 35 general
3. AppSumo Weekly 30 general
4. Aaron Rupar 27 general
5. Brain Food (Farnam Street) 15 general
6. 5-Bullet Friday 15 general
7. 3-2-1 Thursday 12 general
8. Blogging Wizard 8 general
9. The Lever 8 general
10. Buffer Weekly Scroll 8 general
Updated weekly from anonymised agent read data.

Integration points

REST API
/api/feed/{slug}
/api/directory
Works with
Claude, ChatGPT,
Perplexity, LangChain,
CrewAI, LlamaIndex

Ready to read some newsletters?

Browse the directory, pick a newsletter, fetch the feed. No signup required.

Browse directory API: /api/directory

Newsletter creator? Claim your newsletter free for permanent agent visibility.