{
  "info": {
    "name": "SEO Scanner Public API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Analyze Page",
      "request": {
        "method": "POST",
        "header": [{ "key": "Content-Type", "value": "application/json" }],
        "body": { "mode": "raw", "raw": "{\n  \"url\": \"https://example.com\"\n}" },
        "url": { "raw": "https://seoscanner.it/api/v1/analyze", "protocol": "https", "host": ["seoscanner", "it"], "path": ["api", "v1", "analyze"] }
      }
    },
    {
      "name": "WHOIS Lookup",
      "request": {
        "method": "POST",
        "header": [{ "key": "Content-Type", "value": "application/json" }],
        "body": { "mode": "raw", "raw": "{\n  \"domain\": \"example.com\"\n}" },
        "url": { "raw": "https://seoscanner.it/api/v1/whois", "protocol": "https", "host": ["seoscanner", "it"], "path": ["api", "v1", "whois"] }
      }
    },
    {
      "name": "Sitemap Discovery",
      "request": {
        "method": "POST",
        "header": [{ "key": "Content-Type", "value": "application/json" }],
        "body": { "mode": "raw", "raw": "{\n  \"url\": \"https://example.com\"\n}" },
        "url": { "raw": "https://seoscanner.it/api/v1/sitemap", "protocol": "https", "host": ["seoscanner", "it"], "path": ["api", "v1", "sitemap"] }
      }
    }
  ]
}
