ToolAssay

Open one news article (full story link)

Open one news article (full story link)

Answeringour last check, 2026-09-24
1 of 1checks answered this week
35 msmedian answer time
$0.1listed price per call
$0.1price 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://conc-exe.xyz/api/news-open

CategorySearch and research
Provider hostconc-exe.xyz
Networkseip155:42161, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 35 ms

Example input (from the provider)

{
  "body": {
    "source": "BBC",
    "title": "Example headline",
    "url": "https://www.bbc.com/news/example"
  },
  "bodyType": "json",
  "headers": {
    "Content-Type": "application/json"
  },
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "source": {
              "description": "Publisher name",
              "type": "string"
            },
            "title": {
              "description": "Headline title",
              "type": "string"
            },
            "url": {
              "description": "Article URL (http/https)",
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "type": "object"
        },
        "bodyType": {
          "const": "json"
        },
        "headers": {
          "type": "object"
        },
        "method": {
          "const": "POST"
        },
        "type": {
          "const": "http"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "source": {
              "type": "string"
            },
            "title": {
              "type": "string"
            },
            "unlocked": {
              "type": "boolean"
            },
            "url": {
              "description": "Canonical article URL",
              "type": "string"
            }
          },
          "required": [
            "url",
            "unlocked"
          ],
          "type": "object"
        },
        "example": {
          "additionalProperties": false,
          "properties": {
            "source": {
              "type": "string"
            },
            "title": {
              "type": "string"
            },
            "unlocked": {
              "type": "boolean"
            },
            "url": {
              "description": "Canonical article URL",
              "type": "string"
            }
          },
          "required": [
            "url",
            "unlocked"
          ],
          "type": "object"
        },
        "type": {
          "const": "json"
        }
      },
      "required": [
        "type",
        "example"
      ],
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON