ToolAssay

Prüft am Objekt seite den Befund HTTP-Status der Sitemap

Prüft am Objekt seite den Befund HTTP-Status der Sitemap.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
887 msmedian answer time
$0.001listed price per call
$0.001price 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://crawlspur.halowerk.com/v1/pruef/crawlspur/sitemap-status/seite

CategoryEverything else
Provider hostcrawlspur.halowerk.com
Networkseip155:8453
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.001 887 ms

Example input (from the provider)

{
  "body": {
    "ziel": "https://example.com/"
  },
  "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": {
            "ziel": {
              "oneOf": [
                {
                  "description": "\u00d6ffentliche HTTP(S)-Adresse; bei DNS-Befunden Domain oder \u00f6ffentliche IP.",
                  "maxLength": 2048,
                  "minLength": 1,
                  "type": "string"
                },
                {
                  "additionalProperties": false,
                  "properties": {
                    "adresse": {
                      "maxLength": 2048,
                      "minLength": 1,
                      "type": "string"
                    },
                    "dkim_selektor": {
                      "pattern": "^[A-Za-z0-9_-]{1,63}$",
                      "type": "string"
                    },
                    "selektor": {
                      "description": "CSS-Selektor: genau ein Objekt, sonst erster Treffer des Objektfilters.",
                      "maxLength": 240,
                      "minLength": 1,
                      "type": "string"
                    },
                    "user_agent": {
                      "pattern": "^[A-Za-z0-9_-]{1,80}$",
                      "type": "string"
                    },
                    "vergleich": {
                      "description": "\u00d6ffentliche Vergleichsadresse f\u00fcr Link-, Sitemap- oder Sprachbefunde.",
                      "maxLength": 2048,
                      "type": "string"
                    }
                  },
                  "required": [
                    "adresse"
                  ],
                  "type": "object"
                }
              ]
            }
          },
          "required": [
            "ziel"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "einheit": {
              "const": "Statuscode",
              "type": "string"
            },
            "meta": {
              "additionalProperties": false,
              "properties": {
                "hinweis": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "methode": {
                  "type": "string"
                },
                "objektart": {
                  "const": "seite",
                  "type": "string"
                },
                "partial": {
                  "type": "boolean"
                }
              },
              "required": [
                "partial",
                "methode",
                "hinweis",
                "objektart"
              ],
              "type": "object"
            },
            "sitemap_status": {
              "type": [
                "number",
                "null"
              ]
            }
          },
          "required": [
            "sitemap_status",
            "einheit",
            "meta"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON