{
  "providers": [
    {
      "name": "sitemap",
      "priority": 1,
      "weight": 6,
      "default_enabled": true,
      "description": "Direct public sitemaps from link-in-bio/profile platforms.",
      "examples": [
        "https://bio.site/sitemap.xml",
        "https://beacons.ai/sitemap.xml"
      ]
    },
    {
      "name": "common_crawl",
      "priority": 2,
      "weight": 3,
      "default_enabled": true,
      "description": "Common Crawl CDX URL discovery. Opportunistic fallback when reachable.",
      "examples": [
        "CC-MAIN-2026-17"
      ]
    },
    {
      "name": "urlscan",
      "priority": 3,
      "weight": 2,
      "default_enabled": false,
      "description": "urlscan.io search API for recently observed public profile URLs.",
      "examples": []
    },
    {
      "name": "internet_archive",
      "priority": 4,
      "weight": 1,
      "default_enabled": false,
      "description": "Internet Archive CDX fallback for slower historical URL discovery.",
      "examples": []
    },
    {
      "name": "platform_api",
      "priority": 5,
      "weight": 2,
      "default_enabled": false,
      "description": "Public and key-gated platform APIs such as Bluesky, Mastodon, YouTube, and Twitch.",
      "examples": []
    },
    {
      "name": "customer_seed",
      "priority": 6,
      "weight": 5,
      "default_enabled": true,
      "description": "Customer-provided seed URLs and domains.",
      "examples": []
    }
  ],
  "default_plan": [
    {
      "name": "sitemap",
      "priority": 1,
      "weight": 6,
      "status": "healthy",
      "role": "primary"
    },
    {
      "name": "common_crawl",
      "priority": 2,
      "weight": 3,
      "status": "healthy",
      "role": "primary"
    },
    {
      "name": "customer_seed",
      "priority": 6,
      "weight": 5,
      "status": "healthy",
      "role": "fallback"
    }
  ],
  "default_rotation": [
    "sitemap",
    "sitemap",
    "sitemap",
    "sitemap",
    "sitemap",
    "sitemap",
    "common_crawl",
    "common_crawl",
    "common_crawl",
    "customer_seed",
    "customer_seed",
    "customer_seed",
    "customer_seed",
    "customer_seed"
  ]
}