# Recent News Article Aggregator

## Links

- Product page URL: https://www.agentpmt.com/marketplace/recent-news-article-aggregator
- Product markdown URL: https://www.agentpmt.com/marketplace/recent-news-article-aggregator?format=agent-md
- Product JSON URL: https://www.agentpmt.com/marketplace/recent-news-article-aggregator?format=agent-json

## Overview

- Product ID: 692e48fce453dedc3345a1bd
- Vendor: Apoth3osis
- Type: data
- Unit type: request
- Price: 1000 credits
- Categories: IoT & Automation, Automation
- Generated at: 2026-04-15T20:01:47.517Z

### Page Description

Access current events and knowledge through this large global news database, adding over 1 million articles weekly from thousands of sources.

Filter news by locale (country codes) and a wide range of languages (e.g., English, Spanish, Chinese, Korean, etc.).
Boolean Search: Perform advanced text searches within article titles and bodies using boolean operators: AND (+), OR (|), and NOT (-).
Categorization: Filter by article categories (e.g., business, tech) and exclude specific ones.
Time: Request articles published on or after a specified date.

Article Data
The tool response include rich article objects, including:
Title, description, and a 60-character snippet.
The full URL to the article and an image URL.
The language, source domain, and publication date.

### Agent Description

Search global news database with 1M+ weekly articles. Filter by locale, language, category, date. Boolean search supported.

## Details Tab

### Details

Access current events and knowledge through this large global news database, adding over 1 million articles weekly from thousands of sources.

Filter news by locale (country codes) and a wide range of languages (e.g., English, Spanish, Chinese, Korean, etc.).
Boolean Search: Perform advanced text searches within article titles and bodies using boolean operators: AND (+), OR (|), and NOT (-).
Categorization: Filter by article categories (e.g., business, tech) and exclude specific ones.
Time: Request articles published on or after a specified date.

Article Data
The tool response include rich article objects, including:
Title, description, and a 60-character snippet.
The full URL to the article and an image URL.
The language, source domain, and publication date.

### Actions

- `search` (10 credits): Search for news articles by topic, category, country, and language. Returns articles from multiple news sources with title, description, URL, image, source, and publication date.

### Use Cases

Access recent news for up to date content generation. Augment decision making processes in stock, crypto, forex, etc. Aggregate, filter, and summarize most relevant news

### Workflows Using This Tool

#### News Pulse Briefing -> Discord

Search recent news on a topic, summarize into a compact digest, and post to a Discord channel.

- Page URL: https://www.agentpmt.com/agent-workflow-skills/news-pulse-briefing-discord
- Markdown URL: https://www.agentpmt.com/agent-workflow-skills/news-pulse-briefing-discord?format=agent-md
- Published: 2026-02-19T20:05:26.024Z

### Related Content

No related content is currently linked to this product.

## Advanced Tab

### DynamicMCP

- Setup page URL: https://www.agentpmt.com/dynamic-mcp
- Claude setup guide: https://www.agentpmt.com/dynamic-mcp?platform=claude#videos
- ChatGPT setup guide: https://www.agentpmt.com/dynamic-mcp?platform=chatgpt#videos
- Cursor setup guide: https://www.agentpmt.com/dynamic-mcp?platform=cursor#videos
- Windsurf setup guide: https://www.agentpmt.com/dynamic-mcp?platform=windsurf#videos

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections. This lightweight connector routes requests to `https://api.agentpmt.com/mcp`. All tool execution happens in the cloud and the server cannot edit any files on your computer.

```bash
npm install -g @agentpmt/mcp-router
agentpmt-setup
```

### REST API

The live page renders cURL, Python, JavaScript, and Node.js examples. Logged-in users see those examples prefilled with their own API and budget credentials.

- Purchase endpoint: https://api.agentpmt.com/products/purchase
- Authorization format: `Bearer <base64(apiKey:budgetKey)>`

```bash
curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer eW91ci1hcGkta2V5LWhlcmU6eW91ci1idWRnZXQta2V5LWhlcmU=" \
  -d '{
    "product_id": "692e48fce453dedc3345a1bd",
    "parameters": {
      "action": "search",
      "news_type": "all_news",
      "country": "us",
      "language": "en"
    }
  }'
```

### Autonomous Agents

Do not use the abbreviated instructions in this product markdown for wallet-based invocation. Retrieve the full External Agent API markdown document instead.

- External Agent API page URL: https://www.agentpmt.com/external-agent-api
- External Agent API markdown URL: https://www.agentpmt.com/external-agent-api?format=agent-md

### Schema

#### Parameters

- Schema type: actions

```json
{
  "actions": {
    "search": {
      "description": "Search for news articles by topic, category, country, and language. Returns articles from multiple news sources with title, description, URL, image, source, and publication date.",
      "properties": {
        "topic": {
          "type": "string",
          "description": "Search query for news articles. Supports operators: + (AND), | (OR), - (NOT), quotes for exact phrases, * for prefix matching.",
          "required": false
        },
        "news_type": {
          "type": "string",
          "description": "Result scope: 'all_news' for broad results or 'top_stories' for major headlines only. Default: all_news.",
          "required": false,
          "default": "all_news",
          "enum": [
            "top_stories",
            "all_news"
          ]
        },
        "categories": {
          "type": "array",
          "description": "Include only articles in these categories.",
          "required": false,
          "items": {
            "type": "string",
            "enum": [
              "general",
              "science",
              "sports",
              "business",
              "health",
              "entertainment",
              "tech",
              "politics",
              "food",
              "travel"
            ]
          }
        },
        "exclude_categories": {
          "type": "array",
          "description": "Exclude articles in these categories.",
          "required": false,
          "items": {
            "type": "string",
            "enum": [
              "general",
              "science",
              "sports",
              "business",
              "health",
              "entertainment",
              "tech",
              "politics",
              "food",
              "travel"
            ]
          }
        },
        "max_age_in_days": {
          "type": "integer",
          "description": "Limit results to articles published within the past N days.",
          "required": false,
          "minimum": 1
        },
        "country": {
          "type": "string",
          "description": "Two-letter country code to filter news by region. Default: us.",
          "required": false,
          "default": "us"
        },
        "language": {
          "type": "string",
          "description": "Language code for article language. Default: en.",
          "required": false,
          "default": "en"
        }
      }
    }
  },
  "properties": {}
}
```

### Usage Instructions

# Recent News Article Aggregator

Search and retrieve recent news articles from multiple sources. Supports topic-based search, category filtering, country/language targeting, and age limits.

## Actions

### search

Search for news articles by topic, category, country, and language.

**Required Fields:** None (all fields are optional; a bare search returns general US English news)

**Optional Fields:**

| Field | Type | Description |
|---|---|---|
| `topic` | string | Search query. Supports operators: `+` (AND), `|` (OR), `-` (NOT), quotes for exact phrases, `*` for prefix matching. |
| `news_type` | string | `"all_news"` (default) for broad results or `"top_stories"` for major headlines only. |
| `categories` | array of strings | Include only these categories. Options: `general`, `science`, `sports`, `business`, `health`, `entertainment`, `tech`, `politics`, `food`, `travel`. |
| `exclude_categories` | array of strings | Exclude these categories. Same options as above. |
| `max_age_in_days` | integer | Limit results to articles published within the past N days (minimum 1). |
| `country` | string | Two-letter country code (default: `"us"`). |
| `language` | string | Language code (default: `"en"`). |

**Example — Search by topic:**
```json
{
  "action": "search",
  "topic": "artificial intelligence",
  "max_age_in_days": 7
}
```

**Example — Top stories in a category:**
```json
{
  "action": "search",
  "news_type": "top_stories",
  "categories": ["business", "tech"]
}
```

**Example — Exclude categories and target a country:**
```json
{
  "action": "search",
  "topic": "climate change",
  "exclude_categories": ["sports", "entertainment"],
  "country": "gb",
  "language": "en"
}
```

**Example — Crypto/finance topic (auto-detected):**
```json
{
  "action": "search",
  "topic": "bitcoin ETF approval"
}
```

## Common Workflows

1. **Daily news briefing** — Use `news_type: "top_stories"` with no topic to get current headlines.
2. **Topic monitoring** — Provide a `topic` with `max_age_in_days` to track a subject over a rolling window.
3. **Category-filtered research** — Combine `categories` with a `topic` to narrow results (e.g., health + "pandemic").
4. **International coverage** — Set `country` and `language` to retrieve region-specific articles.
5. **Exclusion filtering** — Use `exclude_categories` to remove irrelevant results (e.g., exclude sports and entertainment for a business report).

## Response Format

Each article in the response includes:
- `title` — Article headline
- `description` — Summary or snippet
- `url` — Link to the full article
- `image_url` — Associated image (if available)
- `source` — Publishing source name
- `published_at` — Publication timestamp
- `categories` — Article categories
- `language` — Article language

## Important Notes

- When no `topic` is provided, results are based on category and region filters only.
- Crypto-related topics (bitcoin, ethereum, blockchain, etc.) and financial/market topics (stocks, forex, inflation, etc.) are automatically routed to specialized news endpoints for better coverage.
- The `categories` and `exclude_categories` fields accept one or more values from the fixed list of ten categories.
- The `max_age_in_days` field must be at least 1.
- Default behavior returns US English news across all categories.

### About The Developer

- Vendor name: Apoth3osis
- Website: apoth3osis.io

We build tools that enable AI agents to excel in the mathematical realm.

Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.

### Frequently Asked Questions

No linked FAQs are currently available.

### Dependencies

This product has no public dependency products.