Convert Reddit posts to Markdown
Threads with nested comments as clean lists. Swap the domain for anypost.md and get clean, LLM-ready Markdown back. No scraping, no copy-paste.
reddit.com/r/micro_saas/comments/1trtnhs/earlyseo_small_experiment_tracking_when_ai/anypost.md/reddit/r/micro_saas/comments/1trtnhs/earlyseo_small_experiment_tracking_when_ai/What you get from a Reddit conversion
- Post body plus nested comment trees as readable lists
- Self-posts, link posts and image posts all supported
- Post + top comments as a flat 10-credit conversion
- Subreddit and author context kept in the output
How to convert Reddit to Markdown
To convert a Reddit post to Markdown with AnyPost, copy the public thread URL (reddit.com/r/subreddit/comments/…) and swap the domain to anypost.md with the reddit/ prefix, for example anypost.md/reddit/r/programming/comments/abc123/title/. The output includes the post title, body, subreddit, author, and source link in clean Markdown—without Reddit navigation chrome or scripts. Single-post conversion is on the free tier (ten per day per IP on Starter platforms). Enable Comments with a paid apk_ key to add guest-visible top replies as nested lists; post plus comments is billed as a flat ten-credit conversion on Reddit. You can also use GET /api/convert with the original URL and Authorization: Bearer apk_…. Reddit works well for agent research pipelines that also ingest X or Hacker News through the same AnyPost API key and domain-swap pattern.
- 1
Copy the link to the Reddit post.
- 2
Swap the host for anypost.md: reddit.com/r/micro_saas/comments/1trtnhs/earlyseo_small_experiment_tracking_when_ai/ becomes anypost.md/reddit/r/micro_saas/comments/1trtnhs/earlyseo_small_experiment_tracking_when_ai/.
- 3
Open the URL or call the API and get clean Markdown back, ready for any LLM.
Reddit to Markdown FAQ
- Can I include the Reddit comments?
- Yes. Turn on Comments and AnyPost returns the post plus up to 10 top-level replies as a single 10-credit conversion, formatted as nested Markdown lists.
- Do I need an account to convert a Reddit post?
- No. Single-post conversions work on the free tier. Comments and author metadata need credits and an API key.
Convert other platforms
Want the full picture? URL to Markdown, live preview, read the API docs or see pricing.