Fetch and extract clean article content from any URL using the Diffbot Article API.
- Extracts title, author, date, and main text content
- Bypasses paywalls and popups using Diffbot's AI vision
- Returns clean Markdown output
- Handles complex layouts and multi-page articles
Requires a Diffbot API key. Set it in your environment:
export DIFFBOT_API_KEY="your_api_key_here"python fetch.py "https://example.com/article"