ToolAssay

Harvests the curated feed set for one topic and language, groups the headlines i

Harvests the curated feed set for one topic and language, groups the headlines into events and returns one entry per event. The source count is the product: ten outlets on one story is a different signal than one. Never returns third party article bodies, only headline, own abstract and link.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1247 msmedian answer time
$0.002listed price per call
$0.002price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://news.netzhandwerker.de/news

CategoryCommerce and shopping
Provider hostnews.netzhandwerker.de
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.002 1247 ms

Example input (from the provider)

{
  "body": {
    "language": "de",
    "topic": "allgemein"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "language": {
              "default": "de",
              "enum": [
                "de",
                "en"
              ],
              "type": "string"
            },
            "limit": {
              "default": 20,
              "maximum": 50,
              "minimum": 1,
              "type": "integer"
            },
            "period_hours": {
              "default": 24,
              "maximum": 168,
              "minimum": 1,
              "type": "integer"
            },
            "topic": {
              "default": "allgemein",
              "enum": [
                "allgemein",
                "wirtschaft",
                "technologie",
                "politik",
                "wissenschaft",
                "sport"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON