Newsletter to Markdown Cleaner avatar

Newsletter to Markdown Cleaner

Pricing

Pay per usage

Go to Apify Store
Newsletter to Markdown Cleaner

Newsletter to Markdown Cleaner

Fetches a newsletter URL or accepts raw HTML, strips tracking pixels, ads, and footers, and returns clean markdown content.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Fred Deichler

Fred Deichler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

Fetches a newsletter email URL or accepts raw HTML, strips tracking pixels, ads, unsubscribe links, and footer noise, and returns clean markdown content.

Input

  • url: URL of the newsletter email to clean.
  • html_content (alternative): Paste raw HTML directly.
  • from_name (optional): Sender name to strip from output start.

Output

{
"title": "Weekly AI Update",
"from_name": "AI Weekly",
"content_markdown": "Clean markdown content here...",
"url": "https://example.com/newsletter"
}

Usage

Great for feeding newsletters into LLMs or knowledge bases — strips the noise and keeps the signal.