extract_article
Extract main article content from news, blog, or editorial pages. Returns JSON with title, body, author, and published date.
Instructions
Extract the main article content from a news article, blog post, or editorial page. Returns a JSON object with: title (string), body (string, full article text), author (string or null), and published_date (string or null). Use this instead of extract_url when you specifically need article content, it is a focused shortcut with consistent article fields. Read-only, makes no changes to any external system. Requires HAUNT_API_KEY environment variable. Free tier: 1,000 credits/month. Returns an error if rate limit, credit quota, or API key is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the article or blog post to extract. Must be a valid HTTP or HTTPS URL. Works best on news articles, blog posts, and editorial content. For non-article pages, use extract_url instead. |