[
  {
    "name": "GitHub",
    "url": "https://github.com/{username}",
    "type": "username",
    "website": "https://github.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer",
    "api": {
      "url": "https://api.github.com/users/{username}",
      "parser": {
        "name": "name",
        "bio": "bio",
        "avatar": "avatar_url",
        "followers": "followers",
        "following": "following",
        "location": "location",
        "email": "email",
        "others": {
          "ID": "id",
          "Name": "name",
          "Company": "company",
          "Location": "location",
          "Bio": "bio",
          "Followers": "followers",
          "Following": "following",
          "Created_At": "created_at"
        }
      }
    },
    "known": [
      "torvalds"
    ]
  },
  {
    "name": "GitLab",
    "url": "https://gitlab.com/{username}",
    "type": "username",
    "website": "https://gitlab.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "[]"
    },
    "category": "developer",
    "api": {
      "url": "https://gitlab.com/api/v4/users?username={username}",
      "parser": {
        "rootPath": "0",
        "name": "name",
        "bio": "bio",
        "avatar": "avatar_url",
        "others": {
          "ID": "0.id",
          "Name": "0.name",
          "State": "0.state"
        }
      }
    },
    "known": [
      "sarah"
    ]
  },
  {
    "name": "Bitbucket",
    "url": "https://bitbucket.org/{username}",
    "type": "username",
    "website": "https://bitbucket.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer",
    "extractor": {
      "pattern": "<title>(.*?) - Bitbucket</title>(?:[\\s\\S]*?<meta name=\"description\" content=\"([^\"]+)\")?",
      "ids": {
        "others": {
          "Name": 1,
          "Bio": 2
        }
      }
    }
  },
  {
    "name": "npm",
    "url": "https://www.npmjs.com/~{username}",
    "type": "username",
    "website": "https://www.npmjs.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "headers": {
      "User-Agent": "aefwef"
    },
    "category": "developer",
    "known": [
      "robb"
    ]
  },
  {
    "enabled": false,
    "name": "PyPI",
    "url": "https://pypi.org/user/{username}/",
    "type": "username",
    "website": "https://pypi.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer",
    "headers": {
      "User-Agent": "aefwef",
      "Referer": "https://pypi.org/user/{username}/"
    },
    "extractor": {
      "ids": {
        "name": 1
      },
      "pattern": "<h1 class=\"author-profile__name\">(.*?)</h1>"
    }
  },
  {
    "name": "Docker Hub",
    "url": "https://hub.docker.com/u/{username}",
    "type": "username",
    "website": "https://hub.docker.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer",
    "api": {
      "parser": {
        "others": {
          "ID": "id",
          "Name": "full_name",
          "Location": "location",
          "Company": "company",
          "Joined": "date_joined"
        }
      }
    }
  },
  {
    "enabled": false,
    "name": "LeetCode",
    "url": "https://leetcode.com/{username}/",
    "type": "username",
    "website": "https://leetcode.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found"
    },
    "category": "developer"
  },
  {
    "enabled": false,
    "name": "Kaggle",
    "url": "https://www.kaggle.com/{username}",
    "type": "username",
    "website": "https://www.kaggle.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "dev.to",
    "url": "https://dev.to/{username}",
    "type": "username",
    "website": "https://dev.to",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Hashnode",
    "url": "https://hashnode.com/@{username}",
    "type": "username",
    "website": "https://hashnode.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User not found"
    },
    "category": "developer"
  },
  {
    "enabled": false,
    "name": "SourceForge",
    "url": "https://sourceforge.net/u/{username}/profile/",
    "type": "username",
    "website": "https://sourceforge.net",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "HackerOne",
    "url": "https://hackerone.com/{username}",
    "type": "username",
    "website": "https://hackerone.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "CodeChef",
    "url": "https://www.codechef.com/users/{username}",
    "type": "username",
    "website": "https://www.codechef.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User not found"
    },
    "category": "developer"
  },
  {
    "name": "AtCoder",
    "url": "https://atcoder.jp/users/{username}",
    "type": "username",
    "website": "https://atcoder.jp",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer",
    "extractor": {
      "pattern": "<title>\\s*(.*?)\\s*- AtCoder</title>(?:[\\s\\S]*?class=\"dl-table\"[\\s\\S]*?Rank.*?<span[^>]*>(\\d+)<)?(?:[\\s\\S]*?Rating.*?<span[^>]*>(\\d+)<)?",
      "ids": {
        "others": {
          "Name": 1,
          "Rank": 2,
          "Rating": 3
        }
      }
    }
  },
  {
    "name": "HackerEarth",
    "url": "https://www.hackerearth.com/@{username}/",
    "type": "username",
    "website": "https://www.hackerearth.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Exercism",
    "url": "https://exercism.org/profiles/{username}",
    "type": "username",
    "website": "https://exercism.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Codeberg",
    "url": "https://codeberg.org/{username}",
    "type": "username",
    "website": "https://codeberg.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Glitch",
    "url": "https://glitch.com/@{username}",
    "type": "username",
    "website": "https://glitch.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Observable",
    "url": "https://observablehq.com/@{username}",
    "type": "username",
    "website": "https://observablehq.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "enabled": false,
    "name": "CodinGame",
    "url": "https://www.codingame.com/profile/{username}",
    "type": "username",
    "website": "https://www.codingame.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "GeeksforGeeks",
    "url": "https://www.geeksforgeeks.org/user/{username}/",
    "type": "username",
    "website": "https://www.geeksforgeeks.org",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404"
    },
    "category": "developer"
  },
  {
    "name": "crates.io",
    "url": "https://crates.io/users/{username}",
    "type": "username",
    "website": "https://crates.io",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer",
    "api": {
      "parser": {
        "others": {
          "ID": "user.id",
          "Name": "user.name",
          "Joined": "user.created_at"
        }
      }
    }
  },
  {
    "name": "RubyGems",
    "url": "https://rubygems.org/profiles/{username}",
    "type": "username",
    "website": "https://rubygems.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Packagist",
    "url": "https://packagist.org/users/{username}/",
    "type": "username",
    "website": "https://packagist.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "JSFiddle",
    "url": "https://jsfiddle.net/user/{username}/fiddles/",
    "type": "username",
    "website": "https://jsfiddle.net",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Instagram",
    "url": "https://www.instagram.com/{username}/",
    "type": "username",
    "website": "https://www.instagram.com",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "Followers"
    },
    "category": "social",
    "headers": {
      "User-Agent": "facebookexternalhit/1.1"
    },
    "extractor": {
      "ids": {
        "followers": 1,
        "following": 2,
        "others": {
          "Posts": 3
        }
      },
      "pattern": "([\\d,.MKB]+) Followers, ([\\d,.MKB]+) Following, ([\\d,.MKB]+) Posts"
    }
  },
  {
    "name": "X",
    "url": "https://x.com/{username}",
    "type": "username",
    "website": "https://x.com",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "Followers"
    },
    "headers": {
      "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126 Safari/537.36",
      "Accept": "text/html,application/xhtml+xml"
    },
    "category": "social",
    "extractor": {
      "ids": {
        "name": 1,
        "username": 2,
        "following": 3,
        "followers": 4
      },
      "pattern": "<title[^>]*>\\s*([^<(]+?)\\s*\\(@([^\\)]+)\\)\\s*/\\s*X\\s*</title>[\\s\\S]*?<a[^>]+href=\"/[^\"]+/following\"[\\s\\S]*?<div[^>]*font-bold[^>]*>\\s*([^<]+)\\s*</div>[\\s\\S]*?<a[^>]+href=\"/[^\"]+/(?:verified_)?followers\"[\\s\\S]*?<div[^>]*font-bold[^>]*>\\s*([^<]+)\\s*</div>"
    },
    "known": [
      "cristiano"
    ]
  },
  {
    "name": "TikTok",
    "url": "https://www.tiktok.com/@{username}",
    "type": "username",
    "website": "https://www.tiktok.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Couldn't find this account"
    },
    "category": "social"
  },
  {
    "name": "Pinterest",
    "url": "https://www.pinterest.com/{username}/",
    "type": "username",
    "website": "https://www.pinterest.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social",
    "extractor": {
      "ids": {
        "avatar": 1
      },
      "pattern": "<img[^>]*?class=\"iFOUS5\"[^>]*?src=\"([^\"]+)\""
    }
  },
  {
    "name": "Snapchat",
    "url": "https://www.snapchat.com/add/{username}",
    "type": "username",
    "website": "https://www.snapchat.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry! Couldn't find"
    },
    "category": "social"
  },
  {
    "name": "Tumblr",
    "url": "https://{username}.tumblr.com/",
    "type": "username",
    "website": "https://www.tumblr.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "name": "Mastodon",
    "url": "https://mastodon.social/@{username}",
    "type": "username",
    "website": "https://mastodon.social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "name": "Bluesky",
    "url": "https://public.api.bsky.app/xrpc/com.atproto.identity.resolveHandle?handle={username}.bsky.social",
    "type": "username",
    "website": "https://bsky.app",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Unable to resolve handle"
    },
    "category": "social",
    "api": {
      "parser": {
        "others": {
          "DID": "did",
          "Followers": "followersCount",
          "Following": "followsCount",
          "Posts": "postsCount",
          "Description": "description"
        }
      }
    }
  },
  {
    "name": "Threads",
    "url": "https://www.threads.net/@{username}",
    "type": "username",
    "website": "https://www.threads.net",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "Followers"
    },
    "category": "social",
    "headers": {
      "User-Agent": "facebookexternalhit/1.1"
    },
    "extractor": {
      "ids": {
        "followers": 1,
        "bio": 3,
        "others": {
          "Posts": 2
        }
      },
      "pattern": "<meta property=\"og:description\" content=\"([\\d,.MKB]+)\\s*Followers\\s*&#x2022;\\s*(\\d+)\\s*Threads\\s*&#x2022;\\s*([\\s\\S]*?)\\s*(?:See the latest|\"\\s*/>)"
    }
  },
  {
    "name": "VK",
    "url": "https://vk.com/{username}",
    "type": "username",
    "website": "https://vk.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "not found"
    },
    "category": "social"
  },
  {
    "name": "OK.ru",
    "url": "https://ok.ru/{username}",
    "type": "username",
    "website": "https://ok.ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "name": "Minds",
    "url": "https://www.minds.com/api/v1/channel/{username}",
    "type": "username",
    "website": "https://www.minds.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "user could not be found"
    },
    "category": "social",
    "api": {
      "url": "https://www.minds.com/api/v1/channel/{username}",
      "parser": {
        "rootPath": "channel",
        "name": "name",
        "avatar": "avatar_url.medium",
        "followers": "subscribers_count",
        "following": "subscriptions_count",
        "language": "language",
        "gender": "gender",
        "city": "city",
        "others": {
          "Posts": "posts_count",
          "Member since": "time_created"
        }
      }
    }
  },
  {
    "name": "Ello",
    "url": "https://ello.co/{username}",
    "type": "username",
    "website": "https://ello.co",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "enabled": false,
    "name": "Gab",
    "url": "https://gab.com/{username}",
    "type": "username",
    "website": "https://gab.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "enabled": false,
    "name": "Truth Social",
    "url": "https://truthsocial.com/@{username}",
    "type": "username",
    "website": "https://truthsocial.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "NOT_FOUND"
    },
    "category": "social",
    "api": {
      "url": "https://truthsocial.com/api/v1/accounts/lookup?acct={username}",
      "parser": {
        "name": "display_name",
        "avatar": "avatar_static",
        "followers": "followers_count",
        "following": "following_count",
        "website": "website",
        "location": "location",
        "others": {
          "Username": "username",
          "Bio": "note",
          "Posts": "statuses_count",
          "Member since": "created_at"
        }
      }
    }
  },
  {
    "name": "Gettr",
    "url": "https://gettr.com/api/s/uinf/{username}",
    "type": "username",
    "website": "https://gettr.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "E_USER_NOTFOUND"
    },
    "category": "social",
    "api": {
      "url": "https://gettr.com/api/s/uinf/{username}",
      "parser": {
        "rootPath": "result",
        "name": "data.nickname",
        "language": "data.lang",
        "others": {
          "Member since": "data.cdate"
        }
      }
    }
  },
  {
    "name": "MeWe",
    "url": "https://mewe.com/i/{username}",
    "type": "username",
    "website": "https://mewe.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "name": "Telegram",
    "url": "https://t.me/{username}",
    "type": "username",
    "website": "https://t.me",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "tgme_page_title"
    },
    "category": "social"
  },
  {
    "enabled": false,
    "name": "Locals",
    "url": "https://{username}.locals.com/",
    "type": "username",
    "website": "https://locals.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "name": "Steam",
    "url": "https://steamcommunity.com/id/{username}",
    "type": "username",
    "website": "https://steamcommunity.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The specified profile could not be found"
    },
    "category": "gaming"
  },
  {
    "name": "Chess.com",
    "url": "https://www.chess.com/member/{username}",
    "type": "username",
    "website": "https://www.chess.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming",
    "api": {
      "url": "https://api.chess.com/pub/player/{username}",
      "parser": {
        "name": "name",
        "avatar": "avatar",
        "others": {
          "Status": "status",
          "Location": "location",
          "Followers": "followers"
        }
      }
    }
  },
  {
    "name": "Lichess",
    "url": "https://lichess.org/@/{username}",
    "type": "username",
    "website": "https://lichess.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming",
    "api": {
      "url": "https://lichess.org/api/user/{username}",
      "parser": {
        "name": "username",
        "others": {
          "ID": "id",
          "Name": "username",
          "Bio": "profile.bio",
          "Title": "title",
          "Blitz_Rating": "perfs.blitz.rating",
          "Rapid_Rating": "perfs.rapid.rating",
          "Bullet_Rating": "perfs.bullet.rating",
          "Country": "profile.country"
        }
      }
    }
  },
  {
    "name": "itch.io",
    "url": "https://{username}.itch.io/",
    "type": "username",
    "website": "https://itch.io",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "name": "osu!",
    "url": "https://osu.ppy.sh/users/{username}",
    "type": "username",
    "website": "https://osu.ppy.sh",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming",
    "api": {
      "url": "https://osu.ppy.sh/users/{username}/osu",
      "parser": {
        "name": "username",
        "avatar": "avatar_url",
        "others": {
          "Global rank": "statistics.global_rank",
          "Country rank": "statistics.country_rank",
          "Play count": "statistics.play_count",
          "Country": "country_code"
        }
      },
      "headers": {
        "Accept": "application/json"
      }
    }
  },
  {
    "name": "Speedrun.com",
    "url": "https://www.speedrun.com/user/{username}",
    "type": "username",
    "website": "https://www.speedrun.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming",
    "api": {
      "url": "https://www.speedrun.com/api/v1/users/{username}",
      "parser": {
        "rootPath": "data",
        "name": "names.international",
        "others": {
          "Role": "role",
          "Country": "location.country.names.international"
        }
      }
    }
  },
  {
    "name": "Roblox",
    "url": "https://www.roblox.com/user.aspx?username={username}",
    "type": "username",
    "website": "https://www.roblox.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page cannot be found"
    },
    "category": "gaming"
  },
  {
    "name": "FACEIT",
    "url": "https://www.faceit.com/api/users/v1/nicknames/{username}",
    "type": "username",
    "website": "https://www.faceit.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "user not found"
    },
    "category": "gaming",
    "api": {
      "url": "https://www.faceit.com/api/users/v1/nicknames/{username}",
      "parser": {
        "rootPath": "payload",
        "name": "nickname",
        "avatar": "avatar",
        "location": "country",
        "others": {
          "Friends": "friends.length",
          "Country": "country",
          "Games played": "games.length",
          "Member since": "created_at"
        }
      }
    }
  },
  {
    "name": "Kongregate",
    "url": "https://www.kongregate.com/accounts/{username}",
    "type": "username",
    "website": "https://www.kongregate.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "name": "Minecraft (Mojang)",
    "url": "https://api.mojang.com/users/profiles/minecraft/{username}",
    "type": "username",
    "website": "https://minecraft.net",
    "detection": {
      "strategy": "jsonPositiveMatch",
      "target": "id"
    },
    "category": "gaming",
    "api": {
      "parser": {
        "others": {
          "ID": "id",
          "Name": "name"
        }
      }
    }
  },
  {
    "name": "Kick",
    "url": "https://kick.com/{username}",
    "type": "username",
    "website": "https://kick.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming",
    "api": {
      "parser": {
        "others": {
          "ID": "user_id",
          "Name": "user.username",
          "Bio": "user.bio",
          "Followers": "followersCount"
        }
      }
    }
  },
  {
    "enabled": false,
    "name": "PSNProfiles",
    "url": "https://psnprofiles.com/{username}",
    "type": "username",
    "website": "https://psnprofiles.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "name": "TryHackMe",
    "url": "https://tryhackme.com/p/{username}",
    "type": "username",
    "website": "https://tryhackme.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "enabled": false,
    "name": "HackTheBox",
    "url": "https://app.hackthebox.com/users/profile/{username}",
    "type": "username",
    "website": "https://hackthebox.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "name": "MyAnimeList",
    "url": "https://myanimelist.net/profile/{username}",
    "type": "username",
    "website": "https://myanimelist.net",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "name": "AniList",
    "url": "https://anilist.co/user/{username}/",
    "type": "username",
    "website": "https://anilist.co",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming",
    "api": {
      "url": "https://graphql.anilist.co",
      "method": "POST",
      "body": {
        "query": "query($id:Int,$name:String){User(id:$id,name:$name){id name previousNames{name updatedAt}avatar{large}bannerImage about isFollowing isFollower donatorTier donatorBadge createdAt moderatorRoles isBlocked bans options{profileColor restrictMessagesToFollowing}mediaListOptions{scoreFormat}statistics{anime{count meanScore standardDeviation minutesWatched episodesWatched genrePreview:genres(limit:10,sort:COUNT_DESC){genre count}}manga{count meanScore standardDeviation chaptersRead volumesRead genrePreview:genres(limit:10,sort:COUNT_DESC){genre count}}}stats{activityHistory{date amount level}}favourites{anime{edges{favouriteOrder node{id type status(version:2)format isAdult bannerImage title{userPreferred}coverImage{large}startDate{year}}}}manga{edges{favouriteOrder node{id type status(version:2)format isAdult bannerImage title{userPreferred}coverImage{large}startDate{year}}}}characters{edges{favouriteOrder node{id name{userPreferred}image{large}}}}staff{edges{favouriteOrder node{id name{userPreferred}image{large}}}}studios{edges{favouriteOrder node{id name}}}}}}",
        "variables": {
          "name": "{username}"
        }
      },
      "parser": {
        "rootPath": "data",
        "name": "User.name",
        "bio": "User.about",
        "avatar": "User.avatar.large",
        "website": "User.siteUrl",
        "others": {
          "Previous names": "User.previousNames",
          "Anime list count": "User.statistics.anime.count"
        }
      }
    },
    "extractor": {
      "pattern": "<title>(.*?)</title>(?:[\\s\\S]*?<meta name=\"description\" content=\"([^\"]+)\")?",
      "ids": {
        "others": {
          "Title": 1,
          "Description": 2
        }
      }
    }
  },
  {
    "enabled": false,
    "name": "Kitsu",
    "url": "https://kitsu.io/users/{username}",
    "type": "username",
    "website": "https://kitsu.io",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "enabled": false,
    "name": "Trakt",
    "url": "https://trakt.tv/users/{username}",
    "type": "username",
    "website": "https://trakt.tv",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "enabled": false,
    "name": "GameFAQs",
    "url": "https://gamefaqs.gamespot.com/community/{username}/boards",
    "type": "username",
    "website": "https://gamefaqs.gamespot.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found"
    },
    "category": "gaming"
  },
  {
    "enabled": false,
    "name": "Wargaming",
    "url": "https://worldoftanks.eu/en/community/accounts/{username}/",
    "type": "username",
    "website": "https://worldoftanks.eu",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page not found"
    },
    "category": "gaming"
  },
  {
    "name": "Crunchyroll",
    "url": "https://www.crunchyroll.com/user/{username}",
    "type": "username",
    "website": "https://www.crunchyroll.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "name": "YouTube",
    "url": "https://www.youtube.com/@{username}",
    "type": "username",
    "website": "https://www.youtube.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Not Found"
    },
    "category": "video"
  },
  {
    "name": "Vimeo",
    "url": "https://vimeo.com/{username}",
    "type": "username",
    "website": "https://vimeo.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "video"
  },
  {
    "enabled": false,
    "name": "DailyMotion",
    "url": "https://www.dailymotion.com/{username}",
    "type": "username",
    "website": "https://www.dailymotion.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Not found."
    },
    "category": "video",
    "api": {
      "url": "https://graphql.api.dailymotion.com",
      "method": "POST",
      "headers": {
        "authorization": "Bearer aefwef",
        "Origin": "https://www.dailymotion.com",
        "Referer": "https://www.dailymotion.com/"
      },
      "body": {
        "operationName": "CHANNEL_LIVES_QUERY",
        "variables": {
          "channel_name": "{username}"
        },
        "query": "query CHANNEL_LIVES_QUERY($channel_name: String!) {\n  channel(name: $channel_name) {\n    id\n    lives(isOnAir: true) {\n      edges {\n        node {\n          id\n          xid\n          title\n          thumbnailx60: thumbnailURL(size: \"x60\")\n          thumbnailx120: thumbnailURL(size: \"x120\")\n          thumbnailx240: thumbnailURL(size: \"x240\")\n          thumbnailx720: thumbnailURL(size: \"x720\")\n          aspectRatio\n          isOnAir\n          streamUrls {\n            id\n            hls\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}\n"
      },
      "parser": {
        "name": "username",
        "avatar": "avatar_720_url",
        "others": {
          "Followers": "followers_total",
          "Videos": "videos_total",
          "Country": "country"
        }
      }
    }
  },
  {
    "enabled": false,
    "name": "Odysee",
    "url": "https://odysee.com/@{username}",
    "type": "username",
    "website": "https://odysee.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "video"
  },
  {
    "name": "Rumble",
    "url": "https://rumble.com/user/{username}",
    "type": "username",
    "website": "https://rumble.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 error, this page does not exist."
    },
    "category": "video"
  },
  {
    "enabled": false,
    "name": "BitChute",
    "url": "https://www.bitchute.com/accounts/recommendations/{username}/",
    "type": "username",
    "website": "https://www.bitchute.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "video"
  },
  {
    "name": "Streamable",
    "url": "https://streamable.com/@{username}",
    "type": "username",
    "website": "https://streamable.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "video"
  },
  {
    "name": "Coub",
    "url": "https://coub.com/{username}",
    "type": "username",
    "website": "https://coub.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "video"
  },
  {
    "name": "Niconico",
    "url": "https://www.nicovideo.jp/user/{username}",
    "type": "username",
    "website": "https://www.nicovideo.jp",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "video"
  },
  {
    "name": "SoundCloud",
    "url": "https://soundcloud.com/{username}",
    "type": "username",
    "website": "https://soundcloud.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "music"
  },
  {
    "name": "Last.fm",
    "url": "https://www.last.fm/user/{username}",
    "type": "username",
    "website": "https://www.last.fm",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found"
    },
    "category": "music"
  },
  {
    "name": "Bandcamp",
    "url": "https://{username}.bandcamp.com/",
    "type": "username",
    "website": "https://bandcamp.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 303
    },
    "category": "music",
    "extractor": {
      "pattern": "<meta property=\"og:title\" content=\"([^\"]+)\"(?:[\\s\\S]*?<meta property=\"og:description\" content=\"([^\"]+)\")?",
      "ids": {
        "others": {
          "Name": 1,
          "Bio": 2
        }
      }
    }
  },
  {
    "name": "Audiomack",
    "url": "https://audiomack.com/{username}",
    "type": "username",
    "website": "https://audiomack.com",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "Member Since"
    },
    "category": "music"
  },
  {
    "name": "Mixcloud",
    "url": "https://www.mixcloud.com/{username}/",
    "type": "username",
    "website": "https://www.mixcloud.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found"
    },
    "category": "music",
    "extractor": {
      "ids": {
        "followers": 1,
        "following": 2
      },
      "pattern": "followers:\\$R\\[\\d+\\]=\\{followersCount:(\\d+)\\},followings:\\$R\\[\\d+\\]=\\{followingCount:(\\d+)\\}"
    }
  },
  {
    "name": "ReverbNation",
    "url": "https://www.reverbnation.com/{username}",
    "type": "username",
    "website": "https://www.reverbnation.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "music"
  },
  {
    "name": "Genius",
    "url": "https://genius.com/{username}",
    "type": "username",
    "website": "https://genius.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "music"
  },
  {
    "name": "Smule",
    "url": "https://www.smule.com/{username}",
    "type": "username",
    "website": "https://www.smule.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found"
    },
    "category": "music"
  },
  {
    "enabled": false,
    "name": "Musixmatch",
    "url": "https://www.musixmatch.com/profile/{username}",
    "type": "username",
    "website": "https://www.musixmatch.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "music"
  },
  {
    "name": "Jamendo",
    "url": "https://www.jamendo.com/artist/{username}",
    "type": "username",
    "website": "https://www.jamendo.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "music"
  },
  {
    "name": "DeviantArt",
    "url": "https://www.deviantart.com/{username}",
    "type": "username",
    "website": "https://www.deviantart.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "ArtStation",
    "url": "https://www.artstation.com/{username}",
    "type": "username",
    "website": "https://www.artstation.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative",
    "api": {
      "url": "https://www.artstation.com/api/v2/user_profiles/{username}.json",
      "parser": {
        "name": "full_name",
        "country": "country",
        "city": "city",
        "followers": "followers_count",
        "following": "followees_count",
        "avatar": "medium_avatar_url",
        "website": "website_url",
        "bio": "portfolio.summary"
      }
    }
  },
  {
    "name": "Behance",
    "url": "https://www.behance.net/{username}",
    "type": "username",
    "website": "https://www.behance.net",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative",
    "extractor": {
      "pattern": "<title>(.*?)\\s*in\\s*(.*?)\\s*::\\s*Behance</title>(?:[\\s\\S]*?<meta name=\"description\" content=\"([^\"]+)\")?",
      "ids": {
        "others": {
          "Name": 1,
          "Location": 2,
          "Bio": 3
        }
      }
    }
  },
  {
    "name": "Dribbble",
    "url": "https://dribbble.com/{username}",
    "type": "username",
    "website": "https://dribbble.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Flickr",
    "url": "https://www.flickr.com/photos/{username}/",
    "type": "username",
    "website": "https://www.flickr.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "500px",
    "url": "https://500px.com/p/{username}",
    "type": "username",
    "website": "https://500px.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "INTERNAL_SERVER_ERROR"
    },
    "category": "creative",
    "api": {
      "url": "https://api.500px.com/graphql",
      "method": "POST",
      "body": {
        "operationName": "ProfileRendererQuery",
        "variables": {
          "username": "{username}",
          "avatarSizes": [
            "MEDIUM",
            "LARGE"
          ]
        },
        "query": "query ProfileRendererQuery($username: String!, $avatarSizes: [UserAvatarResizeImageSize!]) {\n  profile: userByUsername(username: $username) {\n    id\n    legacyId\n    userType: type\n    username\n    firstName\n    displayName\n    registeredAt\n    canonicalPath\n    isFeaturedPhotographer\n    isBlockedByMe\n    winnerCount\n    crownFlag\n    latestWinAt\n    originalAvatar: avatar {\n      images {\n        url\n        id\n      }\n      id\n    }\n    avatar {\n      ...ProfileAvatarRefetchContainer_avatar_2v4paw\n      id\n    }\n    badges {\n      badge\n    }\n    userProfile {\n      username\n      firstname\n      lastname\n      state\n      country\n      city\n      about\n      id\n    }\n    userSetting {\n      firstnameVisible\n      locationVisible\n      id\n    }\n    socialMedia {\n      website\n      twitter\n      instagram\n      facebook\n      id\n    }\n    socialMediaItems {\n      name\n      value\n      visible\n      id\n    }\n    coverPhotoUrl\n    followedBy {\n      totalCount\n      isFollowedByMe\n    }\n    followingUsers {\n      totalCount\n    }\n    membership {\n      expiryDate\n      membershipTier: tier\n      photoUploadQuota\n      refreshPhotoUploadQuotaAt\n      paymentStatus\n      id\n    }\n    profileTabs {\n      tabs {\n        name\n        visible\n        count\n      }\n    }\n    ...EditCover_cover\n    ...EditProfileCover_cover\n    photoStats {\n      likeCount\n      viewCount\n    }\n    portfolio {\n      id\n      status\n      userDisabled\n    }\n  }\n}\n\nfragment EditCover_cover on User {\n  coverPhotoUrl\n}\n\nfragment EditProfileCover_cover on User {\n  coverPhotoUrl\n}\n\nfragment ProfileAvatarRefetchContainer_avatar_2v4paw on UserAvatar {\n  id\n  images(sizes: $avatarSizes) {\n    size\n    url\n    id\n  }\n}\n"
      },
      "parser": {
        "rootPath": "data",
        "name": "profile.displayName",
        "avatar": "profile.avatar.images.0.url",
        "country": "profile.userProfile.country",
        "city": "profile.userProfile.city",
        "followers": "profile.followedBy.totalCount",
        "following": "profile.followingUsers.totalCount",
        "others": {
          "Member since": "profile.registeredAt"
        }
      }
    }
  },
  {
    "name": "Unsplash",
    "url": "https://unsplash.com/@{username}",
    "type": "username",
    "website": "https://unsplash.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "enabled": false,
    "name": "Pexels",
    "url": "https://www.pexels.com/@{username}/",
    "type": "username",
    "website": "https://www.pexels.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Coroflot",
    "url": "https://www.coroflot.com/{username}",
    "type": "username",
    "website": "https://www.coroflot.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "enabled": false,
    "name": "Weasyl",
    "url": "https://www.weasyl.com/~{username}",
    "type": "username",
    "website": "https://www.weasyl.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "FurAffinity",
    "url": "https://www.furaffinity.net/user/{username}/",
    "type": "username",
    "website": "https://www.furaffinity.net",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "user cannot be found"
    },
    "category": "creative"
  },
  {
    "enabled": false,
    "name": "Redbubble",
    "url": "https://www.redbubble.com/people/{username}/shop",
    "type": "username",
    "website": "https://www.redbubble.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Society6",
    "url": "https://society6.com/{username}",
    "type": "username",
    "website": "https://society6.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Sketchfab",
    "url": "https://sketchfab.com/{username}",
    "type": "username",
    "website": "https://sketchfab.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "EyeEm",
    "url": "https://www.eyeem.com/u/{username}",
    "type": "username",
    "website": "https://www.eyeem.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "enabled": false,
    "name": "VSCO",
    "url": "https://vsco.co/{username}/gallery",
    "type": "username",
    "website": "https://vsco.co",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "enabled": false,
    "name": "Pixilart",
    "url": "https://www.pixilart.com/{username}",
    "type": "username",
    "website": "https://www.pixilart.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Artfol",
    "url": "https://artfol.co/@{username}",
    "type": "username",
    "website": "https://artfol.co",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User not found"
    },
    "headers": {
      "Cookie": "artfol-session=true; artfol-is-uk=false"
    },
    "category": "creative"
  },
  {
    "name": "Reddit",
    "url": "https://www.reddit.com/user/{username}",
    "type": "username",
    "website": "https://www.reddit.com",
    "detection": {
      "strategy": "jsonFieldExists",
      "target": "data"
    },
    "category": "writing",
    "api": {
      "url": "https://www.reddit.com/user/{username}/about.json",
      "parser": {
        "rootPath": "data",
        "name": "name",
        "bio": "subreddit.public_description",
        "avatar": "icon_img",
        "others": {
          "Post karma": "link_karma",
          "Comment karma": "comment_karma"
        }
      },
      "headers": {
        "Accept": "application/json"
      }
    }
  },
  {
    "name": "HackerNews",
    "url": "https://news.ycombinator.com/user?id={username}",
    "type": "username",
    "website": "https://news.ycombinator.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "null"
    },
    "category": "writing",
    "api": {
      "url": "https://hacker-news.firebaseio.com/v0/user/{username}.json",
      "parser": {
        "bio": "about",
        "others": {
          "Karma": "karma",
          "Member since": "created"
        }
      }
    }
  },
  {
    "name": "Medium",
    "url": "https://medium.com/@{username}",
    "type": "username",
    "website": "https://medium.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "PAGE NOT FOUND"
    },
    "category": "writing"
  },
  {
    "name": "Substack",
    "url": "https://{username}.substack.com/",
    "type": "username",
    "website": "https://substack.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "writing"
  },
  {
    "name": "Ghost",
    "url": "https://{username}.ghost.io/",
    "type": "username",
    "website": "https://ghost.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "writing"
  },
  {
    "name": "Wattpad",
    "url": "https://www.wattpad.com/user/{username}",
    "type": "username",
    "website": "https://www.wattpad.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "writing"
  },
  {
    "name": "Archive of Our Own",
    "url": "https://archiveofourown.org/users/{username}",
    "type": "username",
    "website": "https://archiveofourown.org",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry, we couldn't find the page"
    },
    "category": "writing"
  },
  {
    "name": "Goodreads",
    "url": "https://www.goodreads.com/{username}",
    "type": "username",
    "website": "https://www.goodreads.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "writing"
  },
  {
    "name": "Letterboxd",
    "url": "https://letterboxd.com/{username}/",
    "type": "username",
    "website": "https://letterboxd.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "writing"
  },
  {
    "name": "Quora",
    "url": "https://www.quora.com/profile/{username}",
    "type": "username",
    "website": "https://www.quora.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "writing"
  },
  {
    "enabled": false,
    "name": "SpaceBattles",
    "url": "https://forums.spacebattles.com/members/{username}/",
    "type": "username",
    "website": "https://forums.spacebattles.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The requested member could not be found"
    },
    "category": "writing"
  },
  {
    "name": "Write.as",
    "url": "https://write.as/{username}",
    "type": "username",
    "website": "https://write.as",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "writing"
  },
  {
    "name": "Scribd",
    "url": "https://www.scribd.com/{username}",
    "type": "username",
    "website": "https://www.scribd.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "writing"
  },
  {
    "name": "Issuu",
    "url": "https://issuu.com/{username}",
    "type": "username",
    "website": "https://issuu.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 500
    },
    "category": "writing"
  },
  {
    "name": "Wikipedia",
    "url": "https://en.wikipedia.org/wiki/User:{username}",
    "type": "username",
    "website": "https://en.wikipedia.org",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Wikipedia does not have a user page"
    },
    "category": "writing"
  },
  {
    "name": "Wellfound",
    "url": "https://wellfound.com/p/{username}",
    "type": "username",
    "website": "https://wellfound.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "enabled": false,
    "name": "ResearchGate",
    "url": "https://www.researchgate.net/profile/{username}",
    "type": "username",
    "website": "https://www.researchgate.net",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "name": "Academia.edu",
    "url": "https://independent.academia.edu/{username}",
    "type": "username",
    "website": "https://www.academia.edu",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "name": "SlideShare",
    "url": "https://www.slideshare.net/{username}",
    "type": "username",
    "website": "https://www.slideshare.net",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page no longer exists"
    },
    "category": "professional"
  },
  {
    "enabled": false,
    "name": "ProductHunt",
    "url": "https://www.producthunt.com/@{username}",
    "type": "username",
    "website": "https://www.producthunt.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "enabled": false,
    "name": "Crunchbase",
    "url": "https://www.crunchbase.com/person/{username}",
    "type": "username",
    "website": "https://www.crunchbase.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "enabled": false,
    "name": "Fiverr",
    "url": "https://www.fiverr.com/{username}",
    "type": "username",
    "website": "https://www.fiverr.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "enabled": false,
    "name": "Upwork",
    "url": "https://www.upwork.com/freelancers/{username}",
    "type": "username",
    "website": "https://www.upwork.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "name": "Freelancer",
    "url": "https://www.freelancer.com/u/{username}",
    "type": "username",
    "website": "https://www.freelancer.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "enabled": false,
    "name": "Toptal",
    "url": "https://www.toptal.com/{username}",
    "type": "username",
    "website": "https://www.toptal.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "name": "PeoplePerHour",
    "url": "https://www.peopleperhour.com/freelancer/{username}",
    "type": "username",
    "website": "https://www.peopleperhour.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "name": "Keybase",
    "url": "https://keybase.io/{username}",
    "type": "username",
    "website": "https://keybase.io",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "About.me",
    "url": "https://about.me/{username}",
    "type": "username",
    "website": "https://about.me",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Linktree",
    "url": "https://linktr.ee/{username}",
    "type": "username",
    "website": "https://linktr.ee",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Patreon",
    "url": "https://www.patreon.com/{username}",
    "type": "username",
    "website": "https://www.patreon.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Buy Me a Coffee",
    "url": "https://www.buymeacoffee.com/{username}",
    "type": "username",
    "website": "https://www.buymeacoffee.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Gravatar",
    "url": "https://en.gravatar.com/{username}",
    "type": "username",
    "website": "https://gravatar.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Carrd",
    "url": "https://{username}.carrd.co/",
    "type": "username",
    "website": "https://carrd.co",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Strava",
    "url": "https://www.strava.com/athletes/{username}",
    "type": "username",
    "website": "https://www.strava.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "enabled": true,
    "name": "Duolingo",
    "url": "https://www.duolingo.com/profile/{username}",
    "type": "username",
    "website": "https://www.duolingo.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "{\"users\":[]}"
    },
    "category": "misc",
    "api": {
      "url": "https://www.duolingo.com/2017-06-30/users?username={username}",
      "parser": {
        "rootPath": "users",
        "name": "0.name",
        "bio": "0.bio",
        "avatar": "0.picture",
        "location": "0.location",
        "others": {
          "ID": "users[0].id",
          "Name": "users[0].name",
          "Bio": "users[0].bio",
          "Streak": "users[0].streak"
        }
      }
    }
  },
  {
    "name": "Poshmark",
    "url": "https://poshmark.com/closet/{username}",
    "type": "username",
    "website": "https://poshmark.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The page you are looking for could not be found"
    },
    "category": "misc"
  },
  {
    "enabled": false,
    "name": "Depop",
    "url": "https://www.depop.com/{username}",
    "type": "username",
    "website": "https://www.depop.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "enabled": false,
    "name": "Etsy",
    "url": "https://www.etsy.com/shop/{username}",
    "type": "username",
    "website": "https://www.etsy.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "enabled": false,
    "name": "eBay",
    "url": "https://www.ebay.com/usr/{username}",
    "type": "username",
    "website": "https://www.ebay.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "enabled": false,
    "name": "Tripadvisor",
    "url": "https://www.tripadvisor.com/members/{username}",
    "type": "username",
    "website": "https://www.tripadvisor.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Foursquare",
    "url": "https://foursquare.com/{username}",
    "type": "username",
    "website": "https://foursquare.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "enabled": false,
    "name": "Imgur",
    "url": "https://imgur.com/user/{username}",
    "type": "username",
    "website": "https://imgur.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Giphy",
    "url": "https://giphy.com/{username}",
    "type": "username",
    "website": "https://giphy.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Disqus",
    "url": "https://disqus.com/by/{username}/",
    "type": "username",
    "website": "https://disqus.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Flipboard",
    "url": "https://flipboard.com/@{username}",
    "type": "username",
    "website": "https://flipboard.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Mix",
    "url": "https://mix.com/{username}",
    "type": "username",
    "website": "https://mix.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "OpenSea",
    "url": "https://opensea.io/{username}",
    "type": "username",
    "website": "https://opensea.io",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Foundation",
    "url": "https://foundation.app/@{username}",
    "type": "username",
    "website": "https://foundation.app",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "enabled": false,
    "name": "Rarible",
    "url": "https://rarible.com/user/{username}",
    "type": "username",
    "website": "https://rarible.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Shodan",
    "url": "https://www.shodan.io/member/{username}",
    "type": "username",
    "website": "https://www.shodan.io",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Error: 404"
    },
    "category": "misc"
  },
  {
    "name": "XDA Developers",
    "url": "https://forum.xda-developers.com/member.php?username={username}",
    "type": "username",
    "website": "https://forum.xda-developers.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The requested page could not be found."
    },
    "category": "misc"
  },
  {
    "name": "Bio.link",
    "url": "https://bio.link/{username}",
    "type": "username",
    "website": "https://bio.link",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The page you’re looking for doesn’t exist."
    },
    "category": "misc"
  },
  {
    "name": "Beacons",
    "url": "https://beacons.ai/{username}",
    "type": "username",
    "website": "https://beacons.ai",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The page you are looking for does not seem to exist anymore"
    },
    "category": "misc"
  },
  {
    "name": "Campsite.bio",
    "url": "https://campsite.bio/{username}",
    "type": "username",
    "website": "https://campsite.bio",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Solo.to",
    "url": "https://solo.to/{username}",
    "type": "username",
    "website": "https://solo.to",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Snipfeed",
    "url": "https://snipfeed.co/{username}",
    "type": "username",
    "website": "https://snipfeed.co",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Moshidon",
    "url": "https://moshidon.social/@{username}",
    "type": "username",
    "website": "https://moshidon.social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "name": "Fosstodon",
    "url": "https://fosstodon.org/@{username}",
    "type": "username",
    "website": "https://fosstodon.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Infosec.exchange",
    "url": "https://infosec.exchange/@{username}",
    "type": "username",
    "website": "https://infosec.exchange",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Hachyderm",
    "url": "https://hachyderm.io/@{username}",
    "type": "username",
    "website": "https://hachyderm.io",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Houzz",
    "url": "https://www.houzz.com/user/{username}",
    "type": "username",
    "website": "https://www.houzz.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Ravelry",
    "url": "https://www.ravelry.com/people/{username}",
    "type": "username",
    "website": "https://www.ravelry.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "page not found"
    },
    "category": "creative"
  },
  {
    "name": "CGSociety",
    "url": "https://cgsociety.org/profile/{username}",
    "type": "username",
    "website": "https://cgsociety.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Steamcommunity (Group)",
    "url": "https://steamcommunity.com/groups/{username}",
    "type": "username",
    "website": "https://steamcommunity.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "No group could be retrieved"
    },
    "category": "gaming"
  },
  {
    "name": "Threadless",
    "url": "https://www.threadless.com/people/{username}/",
    "type": "username",
    "website": "https://www.threadless.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "This page got lost in the art."
    },
    "category": "creative"
  },
  {
    "name": "Wix",
    "url": "https://www.wix.com/about/{username}",
    "type": "username",
    "website": "https://www.wix.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Squarespace",
    "url": "https://{username}.squarespace.com/",
    "type": "username",
    "website": "https://www.squarespace.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Webflow",
    "url": "https://{username}.webflow.io/",
    "type": "username",
    "website": "https://webflow.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Hubpages",
    "url": "https://hubpages.com/@{username}",
    "type": "username",
    "website": "https://hubpages.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page does not exist"
    },
    "category": "writing"
  },
  {
    "name": "Blogger",
    "url": "https://{username}.blogspot.com/",
    "type": "username",
    "website": "https://www.blogger.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Blog has been removed"
    },
    "category": "writing",
    "extractor": {
      "pattern": "<title>(.*?)</title>(?:[\\s\\S]*?<meta name=\"description\" content=\"([^\"]+)\")?",
      "ids": {
        "others": {
          "Title": 1,
          "Bio": 2
        }
      }
    }
  },
  {
    "name": "Livejournal",
    "url": "https://{username}.livejournal.com/",
    "type": "username",
    "website": "https://www.livejournal.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "is not currently registered."
    },
    "category": "writing"
  },
  {
    "name": "Dreamwidth",
    "url": "https://{username}.dreamwidth.org/",
    "type": "username",
    "website": "https://www.dreamwidth.org",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "writing"
  },
  {
    "name": "Instructables",
    "url": "https://www.instructables.com/member/{username}/",
    "type": "username",
    "website": "https://www.instructables.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404: We're sorry, things break sometimes"
    },
    "category": "misc"
  },
  {
    "name": "Pastebin",
    "url": "https://pastebin.com/u/{username}",
    "type": "username",
    "website": "https://pastebin.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Gist (GitHub)",
    "url": "https://gist.github.com/{username}",
    "type": "username",
    "website": "https://gist.github.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "developer"
  },
  {
    "name": "Keyoxide",
    "url": "https://keyoxide.org/{username}",
    "type": "username",
    "website": "https://keyoxide.org",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "could be found"
    },
    "category": "misc"
  },
  {
    "name": "Liinks",
    "url": "https://liinks.co/{username}",
    "type": "username",
    "website": "https://liinks.co",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Koji",
    "url": "https://koji.to/{username}",
    "type": "username",
    "website": "https://koji.to",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Milkshake",
    "url": "https://msha.ke/{username}",
    "type": "username",
    "website": "https://milkshake.app",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Hoo.be",
    "url": "https://hoo.be/{username}",
    "type": "username",
    "website": "https://hoo.be",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Notion",
    "url": "https://www.notion.so/@{username}",
    "type": "username",
    "website": "https://www.notion.so",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Figma",
    "url": "https://www.figma.com/@{username}",
    "type": "username",
    "website": "https://www.figma.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Framer",
    "url": "https://framer.com/{username}",
    "type": "username",
    "website": "https://framer.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Thingiverse",
    "url": "https://www.thingiverse.com/{username}",
    "type": "username",
    "website": "https://www.thingiverse.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "MyMiniFactory",
    "url": "https://www.myminifactory.com/users/{username}",
    "type": "username",
    "website": "https://www.myminifactory.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Not Found"
    },
    "category": "creative"
  },
  {
    "name": "Printables",
    "url": "https://www.printables.com/@{username}",
    "type": "username",
    "website": "https://www.printables.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Cults3D",
    "url": "https://cults3d.com/en/users/{username}/creations",
    "type": "username",
    "website": "https://cults3d.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Gumroad",
    "url": "https://{username}.gumroad.com/",
    "type": "username",
    "website": "https://gumroad.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "name": "Lemon8",
    "url": "https://www.lemon8-app.com/@{username}",
    "type": "username",
    "website": "https://www.lemon8-app.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "name": "Clubhouse",
    "url": "https://www.joinclubhouse.com/@{username}",
    "type": "username",
    "website": "https://www.joinclubhouse.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "social"
  },
  {
    "name": "Chaturbate",
    "url": "https://chaturbate.com/{username}/",
    "type": "username",
    "website": "https://chaturbate.com",
    "detection": {
      "strategy": "jsonFieldExists",
      "target": "broadcaster_username"
    },
    "category": "adult",
    "api": {
      "url": "https://chaturbate.com/api/chatvideocontext/{username}/",
      "parser": {
        "name": "broadcaster_username",
        "others": {
          "Status": "room_status"
        }
      }
    }
  },
  {
    "name": "Pornhub",
    "url": "https://www.pornhub.com/users/{username}",
    "type": "username",
    "website": "https://www.pornhub.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "adult"
  },
  {
    "name": "xHamster",
    "url": "https://xhamster.com/users/{username}",
    "type": "username",
    "website": "https://xhamster.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "adult"
  },
  {
    "name": "Flashback",
    "url": "https://www.flashback.org/member.php?s=&action=getinfo&exact=1&username={username}",
    "type": "username",
    "website": "https://www.flashback.org",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "registrerat"
    },
    "category": "forum"
  },
  {
    "name": "Imgur (Album)",
    "url": "https://imgur.com/user/{username}/posts",
    "type": "username",
    "website": "https://imgur.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Gyazo",
    "url": "https://gyazo.com/{username}",
    "type": "username",
    "website": "https://gyazo.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "misc"
  },
  {
    "name": "Streamlabs",
    "url": "https://streamlabs.com/{username}",
    "type": "username",
    "website": "https://streamlabs.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "gaming"
  },
  {
    "name": "StreamElements",
    "url": "https://streamelements.com/{username}/overlay",
    "type": "username",
    "website": "https://streamelements.com",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Not Found"
    },
    "category": "gaming",
    "api": {
      "url": "https://api.streamelements.com/kappa/v2/channels/{username}",
      "parser": {
        "name": "displaName",
        "avatar": "avatar",
        "others": {
          "Status": "status"
        }
      }
    }
  },
  {
    "name": "Throne",
    "url": "https://throne.com/{username}",
    "type": "username",
    "website": "https://throne.com",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "Wishlist"
    },
    "category": "misc"
  },
  {
    "name": "Throne (Wishlist)",
    "url": "https://throne.com/{username}/wishlist",
    "type": "username",
    "website": "https://throne.com",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "Wishlist"
    },
    "category": "misc"
  },
  {
    "name": "Dribble (Shots)",
    "url": "https://dribbble.com/{username}/shots",
    "type": "username",
    "website": "https://dribbble.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "creative"
  },
  {
    "name": "Academia",
    "url": "https://{username}.academia.edu/",
    "type": "username",
    "website": "https://www.academia.edu",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "name": "Wellfound",
    "url": "https://wellfound.com/u/{username}",
    "type": "username",
    "website": "https://wellfound.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "name": "Wantedly",
    "url": "https://www.wantedly.com/id/{username}",
    "type": "username",
    "website": "https://www.wantedly.com",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "category": "professional"
  },
  {
    "name": "YouTube",
    "url": "https://www.youtube.com/@{username}/about",
    "type": "username",
    "website": "https://www.youtube.com/",
    "category": "video",
    "headers": {
      "User-Agent": "curl/8.6.0",
      "Accept": "*/*"
    },
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Not Found"
    }
  },
  {
    "name": "GitHub",
    "url": "https://api.github.com/users/{username}",
    "type": "username",
    "website": "https://www.github.com/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "GooglePlayStore",
    "url": "https://play.google.com/store/apps/developer?id={username}",
    "type": "username",
    "website": "https://play.google.com/store",
    "category": "apps",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mozilla Support",
    "url": "https://support.mozilla.org/en-US/user/{username}/",
    "type": "username",
    "website": "https://support.mozilla.org",
    "category": "misc",
    "headers": {
      "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36"
    },
    "detection": {
      "strategy": "textNegativeMatch",
      "target": ">Page Not Found</h1>"
    }
  },
  {
    "name": "Spotify",
    "url": "https://api.stats.fm/api/v1/users/{username}",
    "type": "username",
    "website": "https://open.spotify.com/",
    "category": "music",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "api": {
      "parser": {
        "others": {
          "ID": "id",
          "Name": "display_name",
          "Followers": "followers.total"
        }
      }
    }
  },
  {
    "name": "Tumblr",
    "url": "https://www.tumblr.com/{username}",
    "type": "username",
    "website": "https://www.tumblr.com",
    "category": "blog",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Not found."
    }
  },
  {
    "name": "Bit.ly",
    "url": "https://bit.ly/{username}",
    "type": "username",
    "website": "https://bit.ly",
    "category": "links",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Medium",
    "url": "https://medium.com/feed/@{username}",
    "type": "username",
    "website": "https://medium.com/",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Facebook",
    "url": "https://www.facebook.com/{username}",
    "type": "username",
    "website": "https://www.facebook.com/",
    "category": "social",
    "headers": {
      "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"
    },
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "rsrcTags"
    }
  },
  {
    "name": "Scratch",
    "url": "https://api.scratch.mit.edu/users/{username}",
    "type": "username",
    "website": "https://scratch.mit.edu/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "api": {
      "parser": {
        "others": {
          "ID": "id",
          "Name": "username",
          "Joined": "history.joined",
          "Country": "profile.country",
          "Bio": "profile.bio",
          "Status": "profile.status"
        }
      }
    }
  },
  {
    "name": "Gravatar",
    "url": "http://en.gravatar.com/{username}.json",
    "type": "username",
    "website": "http://en.gravatar.com/",
    "category": "photo",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User not found"
    }
  },
  {
    "name": "forums.opera.com",
    "url": "https://forums.opera.com/user/{username}",
    "type": "username",
    "website": "https://forums.opera.com/",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Weebly",
    "url": "http://{username}.weebly.com/",
    "type": "username",
    "website": "http://weebly.com",
    "category": "business",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Error - Page Not Found"
    }
  },
  {
    "name": "Calendly",
    "url": "https://calendly.com/api/booking/profiles/{username}",
    "type": "username",
    "website": "https://calendly.com",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "GitLab",
    "url": "https://gitlab.com/api/v4/users?username={username}",
    "type": "username",
    "website": "https://gitlab.com/",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "[]"
    }
  },
  {
    "name": "Flickr",
    "url": "https://www.flickr.com/photos/{username}",
    "type": "username",
    "website": "https://www.flickr.com/",
    "category": "photo",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Twitch",
    "url": "https://twitchtracker.com/{username}",
    "type": "username",
    "website": "https://www.twitch.tv/",
    "category": "streaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Substack",
    "url": "https://substack.com/api/v1/user/{username}/public_profile",
    "type": "username",
    "website": "https://substack.com",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Bluesky",
    "url": "https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor={username}.bsky.social",
    "type": "username",
    "website": "https://bsky.app",
    "category": "messaging",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Profile not found"
    },
    "api": {
      "parser": {
        "others": {
          "DID": "did",
          "Followers": "followersCount",
          "Following": "followsCount",
          "Posts": "postsCount",
          "Description": "description"
        }
      }
    }
  },
  {
    "name": "StackOverflow",
    "url": "https://api.stackexchange.com/2.3/users?order=desc&sort=name&inname={username}&site=stackoverflow",
    "type": "username",
    "website": "https://stackoverflow.com",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"items\":[]"
    },
    "api": {
      "parser": {
        "others": {
          "ID": "items[0].account_id",
          "Name": "items[0].display_name",
          "Reputation": "items[0].reputation",
          "Location": "items[0].location",
          "Joined": "items[0].creation_date"
        }
      }
    }
  },
  {
    "name": "cyber.harvard.edu",
    "url": "https://cyber.harvard.edu/people/{username}",
    "type": "username",
    "website": "https://cyber.harvard.edu",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ThemeForest",
    "url": "https://themeforest.net/user/{username}",
    "type": "username",
    "website": "https://themeforest.net",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "DailyMotion",
    "url": "https://api.dailymotion.com/user/{username}?fields=id,username,screenname,description,avatar_720_url,cover_250_url,followers_total,following_total,videos_total,country,created_time,verified,url",
    "type": "username",
    "website": "https://www.dailymotion.com",
    "category": "video",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Google Plus (archived)",
    "url": "https://web.archive.org/web/timemap/?url=http%3A%2F%2Fplus.google.com%2F{username}&matchType=prefix&collapse=urlkey&output=json&fl=original%2Cmimetype%2Ctimestamp%2Cendtimestamp%2Cgroupcount%2Cuniqcount&filter=!statuscode%3A%5B45%5D..&limit=100000&_=1624789582128",
    "type": "username",
    "website": "https://plus.google.com",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "[]"
    }
  },
  {
    "name": "Docker Hub",
    "url": "https://hub.docker.com/v2/users/{username}/",
    "type": "username",
    "website": "https://hub.docker.com/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Wix",
    "url": "https://{username}.wix.com",
    "type": "username",
    "website": "https://wix.com/",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Weforum",
    "url": "https://www.weforum.org/people/{username}",
    "type": "username",
    "website": "https://www.weforum.org",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Blogger",
    "url": "https://{username}.blogspot.com",
    "type": "username",
    "website": "https://www.blogger.com/",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "extractor": {
      "pattern": "<title>(.*?)</title>(?:[\\s\\S]*?<meta name=\"description\" content=\"([^\"]+)\")?",
      "ids": {
        "others": {
          "Title": 1,
          "Bio": 2
        }
      }
    }
  },
  {
    "name": "Bandcamp",
    "url": "https://www.bandcamp.com/{username}",
    "type": "username",
    "website": "https://www.bandcamp.com/",
    "category": "music",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "extractor": {
      "pattern": "<meta property=\"og:title\" content=\"([^\"]+)\"(?:[\\s\\S]*?<meta property=\"og:description\" content=\"([^\"]+)\")?",
      "ids": {
        "others": {
          "Name": 1,
          "Bio": 2
        }
      }
    }
  },
  {
    "name": "OpenStreetMap",
    "url": "https://www.openstreetmap.org/user/{username}",
    "type": "username",
    "website": "https://www.openstreetmap.org/",
    "category": "maps",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Armchairgm",
    "url": "https://armchairgm.fandom.com/api.php?action=query&list=users&ususers={username}&format=json",
    "type": "username",
    "website": "https://armchairgm.fandom.com/",
    "category": "wiki",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"missing\""
    }
  },
  {
    "name": "Freepik",
    "url": "https://www.freepik.com/author/{username}",
    "type": "username",
    "website": "https://www.freepik.com",
    "category": "art",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Google Scholar",
    "url": "https://scholar.google.com/scholar?hl=en&as_sdt=0%2C5&q={username}&btnG=",
    "type": "username",
    "website": "https://scholar.google.com/",
    "category": "education",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "did not match any articles"
    }
  },
  {
    "name": "BleachFandom",
    "url": "https://bleach.fandom.com/api.php?action=query&list=users&ususers={username}&format=json",
    "type": "username",
    "website": "https://bleach.fandom.com/ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"missing\""
    },
    "extractor": {
      "pattern": "<title>(.*?)\\s*\\|\\s*Bleach Wiki(?:[\\s\\S]*?<meta name=\"description\" content=\"([^\"]+)\")?",
      "ids": {
        "others": {
          "Name": 1,
          "Description": 2
        }
      }
    }
  },
  {
    "name": "CNET",
    "url": "https://www.cnet.com/profiles/{username}/",
    "type": "username",
    "website": "https://www.cnet.com",
    "category": "news",
    "headers": {
      "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36"
    },
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "error_404"
    }
  },
  {
    "name": "FandomCommunityCentral",
    "url": "https://community.fandom.com/api.php?action=query&list=users&ususers={username}&format=json",
    "type": "username",
    "website": "https://community.fandom.com",
    "category": "wiki",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"missing\""
    }
  },
  {
    "name": "Giphy",
    "url": "https://giphy.com/channel/{username}",
    "type": "username",
    "website": "https://giphy.com",
    "category": "video",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Not Found"
    }
  },
  {
    "name": "Code Snippet Wiki",
    "url": "https://codesnippets.fandom.com/api.php?action=query&list=users&ususers={username}&format=json",
    "type": "username",
    "website": "https://codesnippets.fandom.com",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"missing\""
    }
  },
  {
    "name": "Amazon",
    "url": "https://amazon.com/author/{username}",
    "type": "username",
    "website": "https://amazon.com",
    "category": "shopping",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry! We couldn't find that page"
    },
    "extractor": {
      "pattern": "<title>Amazon\\.com:\\s*(.*?):(?:[\\s\\S]*?<meta name=\"description\" content=\"([^\"]+)\")?",
      "ids": {
        "others": {
          "Name": 1,
          "Bio": 2
        }
      }
    }
  },
  {
    "enabled": false,
    "name": "Xing",
    "url": "https://www.xing.com/profile/{username}",
    "type": "username",
    "website": "https://www.xing.com/",
    "category": "de",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Weld",
    "url": "https://weld.in.ua/forum/member.php/?username={username}",
    "type": "username",
    "website": "https://weld.in.ua",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Пользователь не зарегистрирован и не имеет профиля для просмотра."
    }
  },
  {
    "name": "profile.hatena.ne.jp",
    "url": "https://profile.hatena.ne.jp/{username}/",
    "type": "username",
    "website": "https://profile.hatena.ne.jp",
    "category": "jp",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Not Found"
    }
  },
  {
    "name": "Naver",
    "url": "https://blog.naver.com/{username}",
    "type": "username",
    "website": "https://naver.com",
    "category": "kr",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "NPM",
    "url": "https://registry.npmjs.org/-/v1/search?text=maintainer:{username}&size=1",
    "type": "username",
    "website": "https://www.npmjs.com/",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"total\":0"
    }
  },
  {
    "name": "Launchpad",
    "url": "https://launchpad.net/~{username}",
    "type": "username",
    "website": "https://launchpad.net/",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Slack",
    "url": "https://{username}.slack.com",
    "type": "username",
    "website": "https://slack.com",
    "category": "messaging",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "MixCloud",
    "url": "https://api.mixcloud.com/{username}/",
    "type": "username",
    "website": "https://www.mixcloud.com/",
    "category": "music",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "W3Schools",
    "url": "https://pathfinder-api.kai.w3spaces.com/public-profile-api/{username}",
    "type": "username",
    "website": "https://www.w3schools.com/",
    "category": "education",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Slashdot",
    "url": "https://slashdot.org/~{username}",
    "type": "username",
    "website": "https://slashdot.org",
    "category": "news",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "user you requested does not exist"
    }
  },
  {
    "name": "Gofundme",
    "url": "https://www.gofundme.com/f/{username}",
    "type": "username",
    "website": "https://www.gofundme.com",
    "category": "finance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "My.Mail.ru@bk.ru",
    "url": "https://my.mail.ru/bk/{username}/",
    "type": "username",
    "website": "https://my.mail.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "mm-profile_not-found_content"
    }
  },
  {
    "name": "My.Mail.ru@list.ru",
    "url": "https://my.mail.ru/list/{username}/",
    "type": "username",
    "website": "https://my.mail.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "mm-profile_not-found_content"
    }
  },
  {
    "name": "DigitalOcean",
    "url": "https://www.digitalocean.com/community/users/{username}",
    "type": "username",
    "website": "https://www.digitalocean.com/",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Diveforum",
    "url": "https://diveforum.spb.ru/profile.php?mode=viewprofile&u={username}",
    "type": "username",
    "website": "https://diveforum.spb.ru/",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Извините"
    }
  },
  {
    "name": "My.Mail.ru@mail.ru",
    "url": "https://my.mail.ru/mail/{username}/",
    "type": "username",
    "website": "https://my.mail.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "mm-profile_not-found_content"
    }
  },
  {
    "name": "My.Mail.ru@gmail.com",
    "url": "https://my.mail.ru/gmail.com/{username}/",
    "type": "username",
    "website": "https://my.mail.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "mm-profile_not-found_content"
    }
  },
  {
    "name": "Ameblo",
    "url": "https://ameblo.jp/{username}",
    "type": "username",
    "website": "https://ameblo.jp",
    "category": "blog",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "THROW_NOT_FOUND_EXCEPTION"
    }
  },
  {
    "name": "My.Mail.ru@yandex.ru",
    "url": "https://my.mail.ru/yandex.ru/{username}/",
    "type": "username",
    "website": "https://my.mail.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "mm-profile_not-found_content"
    }
  },
  {
    "name": "Laracast",
    "url": "https://laracasts.com/@{username}",
    "type": "username",
    "website": "https://laracasts.com/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "500px",
    "url": "https://api.500px.com/graphql?query=query%28%24username%3AString%21%29%7BuserByUsername%28username%3A%24username%29%7Bid%20legacyId%20username%20displayName%20firstName%20lastName%20registeredAt%20userProfile%7Bfirstname%20lastname%20about%20country%20city%20state%7DsocialMedia%7Bwebsite%20twitter%20facebook%20instagram%7D%7D%7D&variables=%7B%22username%22%3A%22{username}%22%7D",
    "type": "username",
    "website": "https://500px.com/",
    "category": "photo",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"userByUsername\":null"
    }
  },
  {
    "name": "My.Mail.ru@OK",
    "url": "https://my.mail.ru/ok/{username}",
    "type": "username",
    "website": "https://my.mail.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "mm-profile_not-found_content"
    }
  },
  {
    "name": "iStock",
    "url": "https://www.istockphoto.com/ru/portfolio/{username}",
    "type": "username",
    "website": "https://www.istockphoto.com",
    "category": "photo",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "subheading"
    }
  },
  {
    "name": "last.fm",
    "url": "https://last.fm/user/{username}",
    "type": "username",
    "website": "https://last.fm/",
    "category": "music",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "PerfectWorld",
    "url": "https://pw.mail.ru/member.php?username={username}",
    "type": "username",
    "website": "https://pw.mail.ru",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Perfect World</title>"
    }
  },
  {
    "name": "Gumroad",
    "url": "https://www.gumroad.com/{username}",
    "type": "username",
    "website": "https://www.gumroad.com/",
    "category": "shopping",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page not found"
    }
  },
  {
    "name": "My.Mail.ru@VK",
    "url": "https://my.mail.ru/vk/{username}",
    "type": "username",
    "website": "https://my.mail.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "mm-profile_not-found_content"
    }
  },
  {
    "name": "Wikidot",
    "url": "http://www.wikidot.com/user:info/{username}",
    "type": "username",
    "website": "http://www.wikidot.com/",
    "category": "wiki",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User does not exist."
    }
  },
  {
    "name": "Douban",
    "url": "https://www.douban.com/people/{username}/",
    "type": "username",
    "website": "https://www.douban.com",
    "category": "cn",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "返回首页"
    }
  },
  {
    "name": "Duolingo",
    "url": "https://www.duolingo.com/2017-06-30/users?username={username}",
    "type": "username",
    "website": "https://duolingo.com/",
    "category": "education",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "{\"users\":[]}"
    }
  },
  {
    "name": "Arduino Forum",
    "url": "https://forum.arduino.cc/u/{username}/summary",
    "type": "username",
    "website": "https://forum.arduino.cc/",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "djskt.lnk.to",
    "url": "https://djskt.lnk.to/{username}",
    "type": "username",
    "website": "https://djskt.lnk.to",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "No page with this URL exists"
    }
  },
  {
    "name": "Toster",
    "url": "https://qna.habr.com/user/{username}",
    "type": "username",
    "website": "https://qna.habr.com/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Diigo",
    "url": "https://www.diigo.com/interact_api/load_profile_info?name={username}",
    "type": "username",
    "website": "https://www.diigo.com/",
    "category": "bookmarks",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "{}"
    }
  },
  {
    "name": "Habr",
    "url": "https://habr.com/ru/users/{username}/",
    "type": "username",
    "website": "https://habr.com/",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Pbase",
    "url": "https://pbase.com/{username}/profile",
    "type": "username",
    "website": "https://pbase.com/",
    "category": "photo",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Unknown Artist</title>"
    }
  },
  {
    "name": "Rottentomatoes",
    "url": "https://www.rottentomatoes.com/critic/{username}/movies",
    "type": "username",
    "website": "https://www.rottentomatoes.com",
    "category": "movies",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Codecanyon",
    "url": "https://codecanyon.net/user/{username}",
    "type": "username",
    "website": "https://codecanyon.net",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Gitee",
    "url": "https://gitee.com/{username}",
    "type": "username",
    "website": "https://gitee.com/",
    "category": "cn",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Codecademy",
    "url": "https://www.codecademy.com/profiles/{username}",
    "type": "username",
    "website": "https://www.codecademy.com/",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "This profile could not be found"
    }
  },
  {
    "name": "Speakerdeck",
    "url": "https://speakerdeck.com/{username}",
    "type": "username",
    "website": "https://speakerdeck.com",
    "category": "sharing",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User Not Found"
    }
  },
  {
    "name": "Gitea",
    "url": "https://gitea.com/{username}",
    "type": "username",
    "website": "https://gitea.com/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "PCGamer",
    "url": "https://forums.pcgamer.com/members/?username={username}",
    "type": "username",
    "website": "https://pcgamer.com",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The specified member cannot be found. Please enter a member's entire name."
    }
  },
  {
    "name": "Wolframalpha Forum",
    "url": "https://community.wolfram.com/web/{username}/home",
    "type": "username",
    "website": "https://community.wolfram.com/",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "linuxfoundation",
    "url": "https://forum.linuxfoundation.org/profile/{username}",
    "type": "username",
    "website": "https://forum.linuxfoundation.org",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Geocaching",
    "url": "https://www.geocaching.com/p/?u={username}",
    "type": "username",
    "website": "https://www.geocaching.com/",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Tistory",
    "url": "https://{username}.tistory.com/",
    "type": "username",
    "website": "https://www.tistory.com/",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Rajce.net",
    "url": "https://{username}.rajce.idnes.cz/",
    "type": "username",
    "website": "https://www.rajce.idnes.cz/",
    "category": "cz",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Uživatel neexistuje"
    }
  },
  {
    "name": "Windy",
    "url": "https://community.windy.com/user/{username}",
    "type": "username",
    "website": "https://windy.com/",
    "category": "maps",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Gog",
    "url": "https://www.gog.com/u/{username}",
    "type": "username",
    "website": "https://www.gog.com/",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "LiveInternet",
    "url": "https://www.liveinternet.ru/users/{username}/profile",
    "type": "username",
    "website": "https://www.liveinternet.ru",
    "category": "ru",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "/foaf/"
    }
  },
  {
    "name": "TemplateMonster",
    "url": "https://www.templatemonster.com/authors/{username}/",
    "type": "username",
    "website": "https://www.templatemonster.com",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "ErrorPage__title"
    }
  },
  {
    "name": "Freelancer.com",
    "url": "https://www.freelancer.com/api/users/0.1/users?usernames%5B%5D={username}&compact=true",
    "type": "username",
    "website": "https://www.freelancer.com/",
    "category": "freelance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"users\":{}"
    }
  },
  {
    "name": "Hack MD",
    "url": "https://hackmd.io/@{username}",
    "type": "username",
    "website": "https://hackmd.io/",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>404 Not Found - HackMD</title>"
    }
  },
  {
    "name": "Donorbox",
    "url": "https://donorbox.org/{username}",
    "type": "username",
    "website": "https://donorbox.org",
    "category": "finance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "/orgs/new"
    }
  },
  {
    "name": "Teletype",
    "url": "https://teletype.in/@{username}",
    "type": "username",
    "website": "https://teletype.in",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "IFTTT",
    "url": "https://www.ifttt.com/p/{username}",
    "type": "username",
    "website": "https://www.ifttt.com/",
    "category": "tech",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The requested page or file does not exist"
    }
  },
  {
    "name": "CTAN",
    "url": "https://ctan.org/author/{username}",
    "type": "username",
    "website": "https://ctan.org/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "iNaturalist",
    "url": "https://api.inaturalist.org/v1/users/{username}",
    "type": "username",
    "website": "https://www.inaturalist.org",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Steemit",
    "url": "https://steemit.com/@{username}",
    "type": "username",
    "website": "https://steemit.com",
    "category": "news",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "NotFound__menu"
    }
  },
  {
    "name": "Weblate",
    "url": "https://hosted.weblate.org/user/{username}/",
    "type": "username",
    "website": "https://hosted.weblate.org/",
    "category": "misc",
    "headers": {
      "User-Agent": "python-requests/2.25.1"
    },
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "jAlbum.net",
    "url": "https://{username}.jalbum.net/",
    "type": "username",
    "website": "https://jalbum.net",
    "category": "photo",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "section"
    }
  },
  {
    "name": "Ameba",
    "url": "https://profile.ameba.jp/ameba/{username}/",
    "type": "username",
    "website": "https://profile.ameba.jp",
    "category": "jp",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "MuffinGroup",
    "url": "https://forum.muffingroup.com/betheme/profile/{username}",
    "type": "username",
    "website": "https://forum.muffingroup.com",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Taplink",
    "url": "https://taplink.cc/{username}",
    "type": "username",
    "website": "https://taplink.cc/",
    "category": "links",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "at Taplink"
    }
  },
  {
    "name": "Imgflip",
    "url": "https://imgflip.com/user/{username}",
    "type": "username",
    "website": "https://imgflip.com",
    "category": "photo",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\t\t<h1>404 Page Not Found</h1>\r"
    }
  },
  {
    "name": "OpenSource",
    "url": "https://opensource.com/users/{username}",
    "type": "username",
    "website": "https://opensource.com/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Slides",
    "url": "https://slides.com/{username}",
    "type": "username",
    "website": "https://slides.com/",
    "category": "sharing",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Hackaday",
    "url": "https://hackaday.io/{username}",
    "type": "username",
    "website": "https://hackaday.io/",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Freesound",
    "url": "https://freesound.org/people/{username}/",
    "type": "username",
    "website": "https://freesound.org/",
    "category": "music",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Designs99",
    "url": "https://99designs.com/profiles/{username}",
    "type": "username",
    "website": "https://99designs.com",
    "category": "design",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "mobile-only"
    }
  },
  {
    "name": "Boosty",
    "url": "https://api.boosty.to/v1/blog/{username}",
    "type": "username",
    "website": "https://boosty.to",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "blog_not_found"
    }
  },
  {
    "name": "Hackster",
    "url": "https://www.hackster.io/{username}",
    "type": "username",
    "website": "https://www.hackster.io",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ItemFix",
    "url": "https://www.itemfix.com/c/{username}",
    "type": "username",
    "website": "https://www.itemfix.com",
    "category": "video",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>ItemFix - Channel: </title>"
    }
  },
  {
    "name": "doctissimo",
    "url": "https://club.doctissimo.fr/{username}/",
    "type": "username",
    "website": "https://club.doctissimo.fr",
    "category": "fr",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Periscope",
    "url": "https://www.pscp.tv/{username}",
    "type": "username",
    "website": "https://www.pscp.tv",
    "category": "streaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "error-fill"
    }
  },
  {
    "name": "Venmo",
    "url": "https://venmo.com/{username}",
    "type": "username",
    "website": "https://venmo.com/",
    "category": "finance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Audiojungle",
    "url": "https://audiojungle.net/user/{username}",
    "type": "username",
    "website": "https://audiojungle.net/",
    "category": "music",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Xvideos",
    "url": "https://xvideos.com/profiles/{username}",
    "type": "username",
    "website": "https://xvideos.com/",
    "category": "porn",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "N8n Community",
    "url": "https://community.n8n.io/u/{username}/summary",
    "type": "username",
    "website": "https://community.n8n.io/",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Velog",
    "url": "https://velog.io/@{username}/posts",
    "type": "username",
    "website": "https://velog.io/",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Setlist",
    "url": "https://www.setlist.fm/user/{username}",
    "type": "username",
    "website": "https://www.setlist.fm",
    "category": "music",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry, the page you requested doesn't exist"
    }
  },
  {
    "name": "MercadoLivre",
    "url": "https://www.mercadolivre.com.br/perfil/{username}",
    "type": "username",
    "website": "https://www.mercadolivre.com.br",
    "category": "br",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Parece que esta página não existe"
    }
  },
  {
    "name": "Star Citizen",
    "url": "https://robertsspaceindustries.com/citizens/{username}",
    "type": "username",
    "website": "https://robertsspaceindustries.com/",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Star Citizens Community",
    "url": "https://robertsspaceindustries.com/community-hub/user/{username}",
    "type": "username",
    "website": "https://robertsspaceindustries.com/",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "domestika.org",
    "url": "https://www.domestika.org/{username}",
    "type": "username",
    "website": "https://www.domestika.org",
    "category": "education",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Jigsawplanet",
    "url": "https://www.jigsawplanet.com/{username}",
    "type": "username",
    "website": "https://www.jigsawplanet.com",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Tinder",
    "url": "https://www.tinder.com/@{username}",
    "type": "username",
    "website": "https://tinder.com/",
    "category": "dating",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "twitter:title\" content=\"Tinder |"
    }
  },
  {
    "name": "lnk.bio",
    "url": "https://lnk.bio/{username}",
    "type": "username",
    "website": "https://lnk.bio",
    "category": "links",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Not Found - Lnk.Bio"
    }
  },
  {
    "name": "Tinkoff Invest",
    "url": "https://www.tbank.ru/invest/social/profile/{username}/",
    "type": "username",
    "website": "https://www.tbank.ru/invest/",
    "category": "ru",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "canonical\" href=\"https://www.tbank.ru/invest/social/profile/"
    }
  },
  {
    "name": "GaiaOnline",
    "url": "https://www.gaiaonline.com/profiles/{username}",
    "type": "username",
    "website": "https://www.gaiaonline.com/",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "No user ID specified or user does not exist!"
    }
  },
  {
    "name": "Kwork",
    "url": "https://kwork.ru/user/{username}",
    "type": "username",
    "website": "https://www.kwork.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "mssg.me",
    "url": "https://mssg.me/{username}",
    "type": "username",
    "website": "https://mssg.me",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "WebNode",
    "url": "https://{username}.webnode.cz/",
    "type": "username",
    "website": "https://www.webnode.cz/",
    "category": "cz",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Tweakers",
    "url": "https://tweakers.net/gallery/{username}",
    "type": "username",
    "website": "https://tweakers.net",
    "category": "nl",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Picsart",
    "url": "https://api.picsart.com/users/show/{username}.json",
    "type": "username",
    "website": "https://picsart.com/",
    "category": "photo",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "user_not_found"
    }
  },
  {
    "name": "Ccm",
    "url": "https://ccm.net/profile/user/{username}",
    "type": "username",
    "website": "https://ccm.net",
    "category": "fr",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "VideoHive",
    "url": "https://videohive.net/user/{username}",
    "type": "username",
    "website": "https://videohive.net",
    "category": "video",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found | VideoHive"
    }
  },
  {
    "name": "Mstdn.social",
    "url": "https://mstdn.social/@{username}",
    "type": "username",
    "website": "https://mstdn.social/",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Globalvoices",
    "url": "https://globalvoices.org/author/{username}/",
    "type": "username",
    "website": "https://globalvoices.org",
    "category": "news",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 ERROR: PAGE NOT FOUND"
    }
  },
  {
    "name": "blogs.klerk.ru",
    "url": "https://blogs.klerk.ru/users/{username}/",
    "type": "username",
    "website": "https://blogs.klerk.ru",
    "category": "misc",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "profile-links"
    }
  },
  {
    "name": "Clubhouse",
    "url": "https://www.clubhouse.com/@{username}",
    "type": "username",
    "website": "https://www.clubhouse.com",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "enabled": false,
    "name": "Guru",
    "url": "https://www.guru.com/freelancers/{username}",
    "type": "username",
    "website": "https://www.guru.com",
    "category": "freelance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Guru.com - Page Not Found"
    }
  },
  {
    "name": "Rarible",
    "url": "https://rarible.com/marketplace/api/v4/urls/{username}",
    "type": "username",
    "website": "https://rarible.com/",
    "category": "crypto",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found"
    }
  },
  {
    "name": "Coderwall",
    "url": "https://coderwall.com/{username}",
    "type": "username",
    "website": "https://coderwall.com/",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404! Our feels when that url is used"
    }
  },
  {
    "name": "Otzovik",
    "url": "https://otzovik.com/profile/{username}",
    "type": "username",
    "website": "https://otzovik.com/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "pixelfed.social",
    "url": "https://pixelfed.social/{username}/",
    "type": "username",
    "website": "https://pixelfed.social/",
    "category": "art",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "AdvancedCustomFields",
    "url": "https://support.advancedcustomfields.com/forums/users/{username}",
    "type": "username",
    "website": "https://support.advancedcustomfields.com/",
    "category": "au",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry, page not found"
    }
  },
  {
    "name": "FilmWeb",
    "url": "https://www.filmweb.pl/user/{username}",
    "type": "username",
    "website": "https://www.filmweb.pl/user/adam",
    "category": "movies",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "top.location.href = '/404';"
    }
  },
  {
    "name": "NN.RU",
    "url": "https://{username}.www.nn.ru/",
    "type": "username",
    "website": "https://www.nn.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Acomics",
    "url": "https://acomics.ru/-{username}",
    "type": "username",
    "website": "https://acomics.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "LiveLib",
    "url": "https://www.livelib.ru/reader/{username}",
    "type": "username",
    "website": "https://www.livelib.ru/",
    "category": "books",
    "headers": {
      "User-Agent": ""
    },
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "не найден"
    }
  },
  {
    "name": "Goldderby",
    "url": "https://www.goldderby.com/members/{username}/",
    "type": "username",
    "website": "https://www.goldderby.com",
    "category": "movies",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Redtube",
    "url": "https://www.redtube.com/amateur/{username}",
    "type": "username",
    "website": "https://www.redtube.com/",
    "category": "porn",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found"
    }
  },
  {
    "name": "social.tchncs.de",
    "url": "https://social.tchncs.de/@{username}",
    "type": "username",
    "website": "https://social.tchncs.de/",
    "category": "de",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Trinixy",
    "url": "https://trinixy.ru/user/{username}/",
    "type": "username",
    "website": "https://trinixy.ru",
    "category": "news",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Flyertalk",
    "url": "https://www.flyertalk.com/forum/members/{username}.html",
    "type": "username",
    "website": "https://www.flyertalk.com",
    "category": "travel",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "- View Profile:"
    }
  },
  {
    "name": "Akniga",
    "url": "https://akniga.org/profile/{username}",
    "type": "username",
    "website": "https://akniga.org/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Overclockers",
    "url": "https://overclockers.ru/cpubase/user/{username}",
    "type": "username",
    "website": "https://overclockers.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Physicsforums",
    "url": "https://www.physicsforums.com/members/?username={username}",
    "type": "username",
    "website": "https://www.physicsforums.com",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The specified member cannot be found"
    }
  },
  {
    "name": "Open Game Art",
    "url": "https://opengameart.org/users/{username}",
    "type": "username",
    "website": "https://opengameart.org",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Dcinside",
    "url": "https://gallog.dcinside.com/{username}",
    "type": "username",
    "website": "https://www.dcinside.com/",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Codewars",
    "url": "https://www.codewars.com/users/{username}",
    "type": "username",
    "website": "https://www.codewars.com",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "shor.by",
    "url": "https://shor.by/{username}",
    "type": "username",
    "website": "https://shor.by",
    "category": "links",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "page-not-found"
    }
  },
  {
    "name": "picturepush.com",
    "url": "https://{username}.picturepush.com/",
    "type": "username",
    "website": "https://picturepush.com",
    "category": "photo",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": ".stage img"
    }
  },
  {
    "name": "Asciinema",
    "url": "https://asciinema.org/~{username}",
    "type": "username",
    "website": "https://asciinema.org",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Terraria Forums",
    "url": "https://forums.terraria.org/index.php?search/42798315/&c[users]={username}&o=relevance",
    "type": "username",
    "website": "https://forums.terraria.org/index.php",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The following members could not be found"
    }
  },
  {
    "name": "iFunny",
    "url": "https://www.ifunny.co/user/{username}",
    "type": "username",
    "website": "https://www.ifunny.co",
    "category": "sharing",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "subscribers"
    }
  },
  {
    "name": "Ficwad",
    "url": "https://ficwad.com/a/{username}/favorites/authors",
    "type": "username",
    "website": "https://ficwad.com/",
    "category": "writing",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "sessionize.com",
    "url": "https://sessionize.com/{username}/",
    "type": "username",
    "website": "https://sessionize.com",
    "category": "business",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found</h3>"
    }
  },
  {
    "name": "YouPic",
    "url": "https://youpic.com/photographer/{username}/",
    "type": "username",
    "website": "https://youpic.com/",
    "category": "photo",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mamot",
    "url": "https://mamot.fr/@{username}",
    "type": "username",
    "website": "https://mamot.fr",
    "category": "fr",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ManifoldMarkets",
    "url": "https://manifold.markets/{username}",
    "type": "username",
    "website": "https://manifold.markets/",
    "category": "finance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404: Oops!"
    }
  },
  {
    "name": "ESET",
    "url": "https://forum.esetnod32.ru/user/{username}/",
    "type": "username",
    "website": "https://forum.esetnod32.ru",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Illustrators",
    "url": "https://illustrators.ru/users/{username}",
    "type": "username",
    "website": "https://illustrators.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Chatujme.cz",
    "url": "https://profil.chatujme.cz/{username}",
    "type": "username",
    "website": "https://chatujme.cz/",
    "category": "cz",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Neexistujicí profil"
    }
  },
  {
    "name": "Platzi",
    "url": "https://platzi.com/p/{username}/",
    "type": "username",
    "website": "https://platzi.com/",
    "category": "education",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Infourok",
    "url": "https://infourok.ru/user/{username}",
    "type": "username",
    "website": "https://infourok.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "PromptBase",
    "url": "https://promptbase.com/profile/{username}",
    "type": "username",
    "website": "https://promptbase.com",
    "category": "llm",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "NotFound"
    }
  },
  {
    "name": "Iphones.ru",
    "url": "https://www.iphones.ru/iNotes/author/{username}?profile=1",
    "type": "username",
    "website": "https://www.iphones.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Hive Blog",
    "url": "https://hive.blog/@{username}",
    "type": "username",
    "website": "https://hive.blog/",
    "category": "blog",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>User Not Found - Hive</title>"
    }
  },
  {
    "name": "Nxp",
    "url": "https://community.nxp.com/t5/forums/searchpage/tab/user?advanced=false&auto_complete=false&q={username}",
    "type": "username",
    "website": "https://community.nxp.com",
    "category": "be",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "No search results found."
    }
  },
  {
    "name": "LOR",
    "url": "https://www.linux.org.ru/people/{username}/profile",
    "type": "username",
    "website": "https://linux.org.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Spletnik",
    "url": "https://spletnik.ru/user/{username}",
    "type": "username",
    "website": "https://spletnik.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "FL.ru",
    "url": "https://www.fl.ru/users/{username}",
    "type": "username",
    "website": "https://www.fl.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Pandia",
    "url": "https://pandia.ru/user/profile/{username}",
    "type": "username",
    "website": "https://pandia.ru",
    "category": "news",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "clarity.fm",
    "url": "https://clarity.fm/{username}",
    "type": "username",
    "website": "https://clarity.fm",
    "category": "business",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "On Demand Business Advice</title"
    }
  },
  {
    "name": "Framapiaf",
    "url": "https://framapiaf.org/@{username}",
    "type": "username",
    "website": "https://framapiaf.org",
    "category": "mastodon",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "fediverse.party",
    "url": "https://fediverse.party/en/{username}",
    "type": "username",
    "website": "https://fediverse.party",
    "category": "blog",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Fediverse.Party - explore federated networks</title>"
    }
  },
  {
    "name": "InterPals",
    "url": "https://www.interpals.net/{username}",
    "type": "username",
    "website": "https://www.interpals.net/",
    "category": "dating",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User not found"
    }
  },
  {
    "name": "Myinstants",
    "url": "https://www.myinstants.com/profile/{username}/",
    "type": "username",
    "website": "https://www.myinstants.com",
    "category": "music",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<h2>Page not found</h2>"
    }
  },
  {
    "name": "smart-lab.ru",
    "url": "https://smart-lab.ru/profile/{username}/",
    "type": "username",
    "website": "https://smart-lab.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>404"
    }
  },
  {
    "name": "DonationsAlerts",
    "url": "https://www.donationalerts.com/r/{username}",
    "type": "username",
    "website": "https://www.donationalerts.com/",
    "category": "finance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "/img/404.svg"
    }
  },
  {
    "name": "partnerkin.com",
    "url": "https://partnerkin.com/user/{username}",
    "type": "username",
    "website": "https://partnerkin.com",
    "category": "finance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title></title>"
    }
  },
  {
    "name": "GipsysTeam",
    "url": "https://site.gipsyteam.ru/profile/{username}",
    "type": "username",
    "website": "https://site.gipsyteam.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "mastodon.xyz",
    "url": "https://mastodon.xyz/@{username}",
    "type": "username",
    "website": "https://mastodon.xyz/",
    "category": "th",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Oper",
    "url": "https://www.oper.ru/visitors/info.php?t={username}",
    "type": "username",
    "website": "https://www.oper.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Нет такого пользователя"
    }
  },
  {
    "name": "Mywed",
    "url": "https://mywed.com/ru/photographer/{username}/",
    "type": "username",
    "website": "https://mywed.com/ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Страница не найдена</title>"
    }
  },
  {
    "name": "Soop",
    "url": "https://api-channel.sooplive.co.kr/v1.1/channel/{username}/station",
    "type": "username",
    "website": "https://www.sooplive.co.kr/",
    "category": "kr",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Ani World",
    "url": "https://aniworld.to/user/profil/{username}",
    "type": "username",
    "website": "https://aniworld.to/",
    "category": "anime",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Dieses Profil ist nicht verfügbar"
    }
  },
  {
    "name": "Golbis",
    "url": "https://golbis.com/user/{username}/",
    "type": "username",
    "website": "https://golbis.com",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "EasyEDA",
    "url": "https://easyeda.com/{username}/topics",
    "type": "username",
    "website": "https://easyeda.com",
    "category": "de",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "author.today",
    "url": "https://author.today/u/{username}",
    "type": "username",
    "website": "https://author.today",
    "category": "reading",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Vjudge",
    "url": "https://VJudge.net/user/{username}",
    "type": "username",
    "website": "https://VJudge.net/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Max",
    "url": "https://max.ru/{username}",
    "type": "username",
    "website": "https://max.ru",
    "category": "messaging",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Не нашли чат по этой ссылке"
    }
  },
  {
    "name": "podolsk",
    "url": "https://forum.podolsk.ru/search.php?keywords=&terms=all&author={username}",
    "type": "username",
    "website": "https://forum.podolsk.ru",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Подходящих тем или сообщений не найдено."
    }
  },
  {
    "name": "Vgtimes/Games",
    "url": "https://vgtimes.ru/games/{username}/forum/",
    "type": "username",
    "website": "https://vgtimes.ru",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Typeracer",
    "url": "https://data.typeracer.com/pit/profile?user={username}",
    "type": "username",
    "website": "https://typeracer.com",
    "category": "hobby",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Profile Not Found"
    }
  },
  {
    "name": "Vgtimes",
    "url": "https://vgtimes.ru/user/{username}",
    "type": "username",
    "website": "https://vgtimes.ru",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Пользователь с таким именем не найден"
    }
  },
  {
    "name": "Topmate",
    "url": "https://topmate.io/{username}",
    "type": "username",
    "website": "https://topmate.io/",
    "category": "freelance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "TheSimsResource",
    "url": "https://www.thesimsresource.com/members/{username}/",
    "type": "username",
    "website": "https://www.thesimsresource.com/",
    "category": "gaming",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "class=\"profile-avatar\""
    }
  },
  {
    "name": "Erome",
    "url": "https://www.erome.com/{username}",
    "type": "username",
    "website": "https://www.erome.com/",
    "category": "porn",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "archive.transformativeworks.org",
    "url": "https://archive.transformativeworks.org/users/{username}/gifts",
    "type": "username",
    "website": "https://archive.transformativeworks.org",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": ">Error 404</h2>"
    }
  },
  {
    "name": "Image Fap",
    "url": "https://www.imagefap.com/profile/{username}",
    "type": "username",
    "website": "https://www.imagefap.com/",
    "category": "porn",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "VLR",
    "url": "https://www.vlr.gg/user/{username}",
    "type": "username",
    "website": "https://www.vlr.gg",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Ariva",
    "url": "https://www.ariva.de/profil/{username}",
    "type": "username",
    "website": "https://www.ariva.de/",
    "category": "de",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "collectors.com",
    "url": "https://forums.collectors.com/profile/{username}",
    "type": "username",
    "website": "https://forums.collectors.com",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Pokemon Showdown",
    "url": "https://pokemonshowdown.com/users/{username}",
    "type": "username",
    "website": "https://pokemonshowdown.com",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "HackingWithSwift",
    "url": "https://www.hackingwithswift.com/users/{username}",
    "type": "username",
    "website": "https://www.hackingwithswift.com",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Users - Hacking with Swift</title>"
    }
  },
  {
    "name": "Cent",
    "url": "https://beta.cent.co/data/user/profile?userHandles={username}",
    "type": "username",
    "website": "https://cent.co/",
    "category": "art",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"results\":[]"
    }
  },
  {
    "name": "Trisquel",
    "url": "https://trisquel.info/it/users/{username}",
    "type": "username",
    "website": "https://trisquel.info",
    "category": "eu",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "enabled": false,
    "name": "Omg.lol",
    "url": "https://api.omg.lol/address/{username}/availability",
    "type": "username",
    "website": "https://home.omg.lol",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"available\": true"
    }
  },
  {
    "name": "SportsTracker",
    "url": "https://api.sports-tracker.com/apiserver/v1/user/name/{username}",
    "type": "username",
    "website": "https://www.sports-tracker.com/",
    "category": "pt",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"code\":\"404\""
    }
  },
  {
    "name": "AWS Skills Profile",
    "url": "https://skillsprofile.skillbuilder.aws/user/{username}/",
    "type": "username",
    "website": "https://skillsprofile.skillbuilder.aws",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "shareProfileAccepted\":false"
    }
  },
  {
    "name": "Designspiration",
    "url": "https://designspiration.com/{username}/",
    "type": "username",
    "website": "https://designspiration.com/",
    "category": "design",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Wakatime",
    "url": "https://wakatime.com/@{username}",
    "type": "username",
    "website": "https://wakatime.com",
    "category": "ng",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "mynickname.com",
    "url": "https://mynickname.com/{username}",
    "type": "username",
    "website": "https://mynickname.com",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<h1>Error 404: Page not found</h1>"
    }
  },
  {
    "name": "Trashbox.ru",
    "url": "https://trashbox.ru/users/{username}",
    "type": "username",
    "website": "https://trashbox.ru/",
    "category": "az",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 — Not found"
    }
  },
  {
    "name": "Crevado",
    "url": "https://{username}.crevado.com",
    "type": "username",
    "website": "https://crevado.com/",
    "category": "design",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "E621",
    "url": "https://e621.net/users/{username}",
    "type": "username",
    "website": "https://e621.net",
    "category": "art",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>  Not Found"
    }
  },
  {
    "name": "Gingerbread",
    "url": "https://www.gingerbread.org.uk/members/{username}/",
    "type": "username",
    "website": "https://www.gingerbread.org.uk",
    "category": "gb",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Etxt",
    "url": "https://www.etxt.ru/{username}.html",
    "type": "username",
    "website": "https://www.etxt.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "mstdn.io",
    "url": "https://mstdn.io/@{username}",
    "type": "username",
    "website": "https://mstdn.io/",
    "category": "mastodon",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "7dach",
    "url": "https://7dach.ru/profile/{username}",
    "type": "username",
    "website": "https://7dach.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "app.samsungfood.com",
    "url": "https://app.samsungfood.com/u/{username}",
    "type": "username",
    "website": "https://app.samsungfood.com",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": ">User not found</h1></div>"
    }
  },
  {
    "name": "YouNow",
    "url": "https://api.younow.com/php/api/broadcast/info/user={username}/",
    "type": "username",
    "website": "https://www.younow.com/",
    "category": "be",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "No users found"
    }
  },
  {
    "name": "Shazoo",
    "url": "https://shazoo.ru/users/{username}",
    "type": "username",
    "website": "https://shazoo.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "massagerepublic.com",
    "url": "https://massagerepublic.com/u/{username}",
    "type": "username",
    "website": "https://massagerepublic.com",
    "category": "erotic",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mylot",
    "url": "https://www.mylot.com/{username}",
    "type": "username",
    "website": "https://www.mylot.com/",
    "category": "pl",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Picarto",
    "url": "https://ptvintern.picarto.tv/metadescription/{username}",
    "type": "username",
    "website": "https://ptvintern.picarto.tv",
    "category": "art",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "We are the world\\u2019s leading live streaming platform for creative minds. Come join us"
    }
  },
  {
    "name": "Nick-name.ru",
    "url": "https://nick-name.ru/nickname/{username}/",
    "type": "username",
    "website": "https://nick-name.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Football",
    "url": "https://www.rusfootball.info/user/{username}/",
    "type": "username",
    "website": "https://www.rusfootball.info/",
    "category": "ru",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "class=\"userprofile\""
    }
  },
  {
    "name": "ForumTauck",
    "url": "https://forums.tauck.com/profile/{username}",
    "type": "username",
    "website": "https://forums.tauck.com",
    "category": "forum",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "— Tauck Community"
    }
  },
  {
    "name": "Vsemayki",
    "url": "https://www.vsemayki.ru/designer/{username}",
    "type": "username",
    "website": "https://www.vsemayki.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Not Found"
    }
  },
  {
    "name": "Forest",
    "url": "https://forest.ru/forum/user/{username}/",
    "type": "username",
    "website": "https://forest.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Hackthissite",
    "url": "https://www.hackthissite.org/user/view/{username}",
    "type": "username",
    "website": "https://www.hackthissite.org",
    "category": "hacking",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Cannot Retrieve Information For The Specified Username"
    }
  },
  {
    "name": "Intigriti",
    "url": "https://app.intigriti.com/profile/{username}",
    "type": "username",
    "website": "https://intigriti.com",
    "category": "eu",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "We didn't find what you're looking for"
    }
  },
  {
    "name": "Old-games",
    "url": "https://www.old-games.ru/forum/members/?username={username}",
    "type": "username",
    "website": "https://www.old-games.ru",
    "category": "pt",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Указанный пользователь не найден"
    }
  },
  {
    "name": "Au",
    "url": "https://au.ru/user/{username}/",
    "type": "username",
    "website": "https://au.ru",
    "category": "freelance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Пользователь не найден</title"
    }
  },
  {
    "name": "Kwejk",
    "url": "https://kwejk.pl/uzytkownik/{username}#/tablica/",
    "type": "username",
    "website": "https://kwejk.pl",
    "category": "pl",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Pronouns.page",
    "url": "https://pronouns.page/@{username}",
    "type": "username",
    "website": "https://pronouns.page/",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Modx_pro",
    "url": "https://modx.pro/users/{username}",
    "type": "username",
    "website": "https://modx.pro",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Gvectors",
    "url": "https://gvectors.com/forum/profile/{username}/",
    "type": "username",
    "website": "https://gvectors.com",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Listography",
    "url": "https://listography.com/{username}",
    "type": "username",
    "website": "https://listography.com/adam",
    "category": "sharing",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "No such user."
    }
  },
  {
    "name": "Thebigboss",
    "url": "http://thebigboss.org/author/{username}",
    "type": "username",
    "website": "http://thebigboss.org",
    "category": "tr",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Jigidi",
    "url": "https://www.jigidi.com/user/{username}",
    "type": "username",
    "website": "https://www.jigidi.com/",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Allhockey",
    "url": "https://allhockey.ru/blog/{username}",
    "type": "username",
    "website": "https://allhockey.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Kosmetista",
    "url": "https://kosmetista.ru/profile/{username}/",
    "type": "username",
    "website": "https://kosmetista.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Упс! Вот это поворот!"
    }
  },
  {
    "name": "ContactInBio (domain)",
    "url": "http://{username}.contactin.bio/",
    "type": "username",
    "website": "http://username.contactin.bio",
    "category": "links",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "img/coffee.png"
    }
  },
  {
    "name": "Shikimori",
    "url": "https://shikimori.one/{username}",
    "type": "username",
    "website": "https://shikimori.one",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "d3",
    "url": "https://d3.ru/user/{username}/posts",
    "type": "username",
    "website": "https://d3.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Pr0gramm",
    "url": "https://pr0gramm.com/api/profile/info?name={username}",
    "type": "username",
    "website": "https://pr0gramm.com/",
    "category": "de",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Beerintheevening",
    "url": "http://www.beerintheevening.com/user_profile.shtml?username={username}",
    "type": "username",
    "website": "http://www.beerintheevening.com",
    "category": "gb",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User does not exist."
    }
  },
  {
    "name": "Addons.wago",
    "url": "https://addons.wago.io/user/{username}",
    "type": "username",
    "website": "https://addons.wago.io/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "4stor",
    "url": "https://4stor.ru/user/{username}",
    "type": "username",
    "website": "https://4stor.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Stereo",
    "url": "https://stereo.ru/users/@{username}",
    "type": "username",
    "website": "https://stereo.ru/",
    "category": "nl",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mamuli",
    "url": "https://mamuli.club/profile/{username}",
    "type": "username",
    "website": "https://mamuli.club/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Snooth",
    "url": "https://www.snooth.com/author/{username}/",
    "type": "username",
    "website": "https://www.snooth.com/",
    "category": "news",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Page not found"
    }
  },
  {
    "name": "Lori",
    "url": "https://lori.ru/{username}",
    "type": "username",
    "website": "https://lori.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Blipfoto",
    "url": "https://www.blipfoto.com/{username}",
    "type": "username",
    "website": "https://www.blipfoto.com",
    "category": "photo",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Your photo journal | Blipfoto</title>"
    }
  },
  {
    "name": "Nitro Type",
    "url": "https://www.nitrotype.com/racer/{username}",
    "type": "username",
    "website": "https://www.nitrotype.com/",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Nitro Type | Competitive Typing Game | Race Your Friends</title>"
    }
  },
  {
    "name": "HSX",
    "url": "https://www.hsx.com/profile/{username}",
    "type": "username",
    "website": "https://www.hsx.com",
    "category": "finance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "reg-container"
    }
  },
  {
    "name": "Bikepost",
    "url": "https://bikepost.ru/profile/{username}",
    "type": "username",
    "website": "https://bikepost.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "SocialLibremOne",
    "url": "https://social.librem.one/@{username}",
    "type": "username",
    "website": "https://social.librem.one",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Niketalk",
    "url": "https://niketalk.com/members/?username={username}",
    "type": "username",
    "website": "https://niketalk.com",
    "category": "fashion",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The specified member cannot be found"
    }
  },
  {
    "name": "Shophelp",
    "url": "https://shophelp.ru/profile/{username}",
    "type": "username",
    "website": "https://shophelp.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Pentester Lab",
    "url": "https://pentesterlab.com/profile/{username}",
    "type": "username",
    "website": "https://pentesterlab.com/",
    "category": "hacking",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "SoylentNews",
    "url": "https://soylentnews.org/~{username}",
    "type": "username",
    "website": "https://soylentnews.org",
    "category": "us",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The user you requested does not exist, no matter how much you wish this might be the case."
    }
  },
  {
    "name": "nightbot",
    "url": "https://api.nightbot.tv/1/channels/t/{username}",
    "type": "username",
    "website": "https://nightbot.tv/",
    "category": "jp",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "2d-3d",
    "url": "https://www.2d-3d.ru/user/{username}/",
    "type": "username",
    "website": "https://www.2d-3d.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Hudson Rock",
    "url": "https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-username?username={username}",
    "type": "username",
    "website": "https://hudsonrock.com",
    "category": "hacking",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "This username is not associated"
    }
  },
  {
    "name": "ngl.link",
    "url": "https://ngl.link/{username}",
    "type": "username",
    "website": "https://ngl.link",
    "category": "q&a",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Could not find user"
    }
  },
  {
    "name": "CSSBattle",
    "url": "https://cssbattle.dev/player/{username}",
    "type": "username",
    "website": "https://cssbattle.dev",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"player\":null"
    }
  },
  {
    "name": "Proglib",
    "url": "https://proglib.io/u/{username}/posts",
    "type": "username",
    "website": "https://proglib.io",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "drupal.ru",
    "url": "https://drupal.ru/username/{username}",
    "type": "username",
    "website": "https://drupal.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Страница не найдена - 404"
    }
  },
  {
    "name": "101010.pl",
    "url": "https://101010.pl/@{username}",
    "type": "username",
    "website": "https://101010.pl/",
    "category": "mastodon",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Spells8",
    "url": "https://forum.spells8.com/u/{username}",
    "type": "username",
    "website": "https://spells8.com",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Rusfishing",
    "url": "https://www.rusfishing.ru/forum/members/?username={username}",
    "type": "username",
    "website": "https://www.rusfishing.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Указанный пользователь не найден"
    }
  },
  {
    "name": "Poembook",
    "url": "https://poembook.ru/any?query={username}",
    "type": "username",
    "website": "https://poembook.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Извините, по вашему запросу ничего не найдено! :("
    }
  },
  {
    "name": "Voicesevas",
    "url": "http://voicesevas.ru/user/{username}/",
    "type": "username",
    "website": "http://voicesevas.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "House-Mixes.com",
    "url": "https://www.house-mixes.com/profile/{username}",
    "type": "username",
    "website": "https://www.house-mixes.com/",
    "category": "ir",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Bdoutdoors",
    "url": "https://www.bdoutdoors.com/forums/members/?username={username}",
    "type": "username",
    "website": "https://www.bdoutdoors.com",
    "category": "us",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The specified member cannot be found"
    }
  },
  {
    "name": "Gpodder",
    "url": "https://gpodder.net/user/{username}",
    "type": "username",
    "website": "https://gpodder.net/",
    "category": "music",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "officiating",
    "url": "https://forum.officiating.com/members/{username}.html",
    "type": "username",
    "website": "https://forum.officiating.com",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<meta name=\"robots\" content=\"noindex,follow"
    }
  },
  {
    "name": "Planetaexcel",
    "url": "https://www.planetaexcel.ru/forum/index.php?PAGE_NAME=profile_view&UID={username}",
    "type": "username",
    "website": "https://www.planetaexcel.ru",
    "category": "ru",
    "headers": {
      "User-Agent": "python-requests/2.25.1"
    },
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Wolpy",
    "url": "http://wolpy.com/{username}/profile",
    "type": "username",
    "website": "http://wolpy.com",
    "category": "travel",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Forumophilia",
    "url": "https://www.forumophilia.com/profile.php?mode=viewprofile&u={username}",
    "type": "username",
    "website": "https://www.forumophilia.com",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry, but that user does not exist."
    }
  },
  {
    "name": "Imood",
    "url": "https://www.imood.com/users/{username}",
    "type": "username",
    "website": "https://www.imood.com/",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "TamTam",
    "url": "https://tamtam.chat/{username}",
    "type": "username",
    "website": "https://tamtam.chat/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Pv3WuoqzAb05NxqHCgZ29Z2jmQ"
    }
  },
  {
    "name": "Nixp",
    "url": "https://www.nixp.ru/user/{username}",
    "type": "username",
    "website": "https://www.nixp.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "md",
    "url": "https://forum.md/ru/users/{username}",
    "type": "username",
    "website": "https://forum.md/ru/",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 - Not Found"
    }
  },
  {
    "name": "Chan4chan",
    "url": "http://chan4chan.com/profile/{username}",
    "type": "username",
    "website": "http://chan4chan.com/",
    "category": "hu",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Log in - Chan4Chan</title>"
    }
  },
  {
    "name": "Warframe Market",
    "url": "https://api.warframe.market/v2/user/{username}",
    "type": "username",
    "website": "https://warframe.market/",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Realmeye",
    "url": "https://www.realmeye.com/player/{username}",
    "type": "username",
    "website": "https://www.realmeye.com/",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry, but we either:"
    }
  },
  {
    "name": "Omoimot",
    "url": "https://omoimot.ru/users/{username}",
    "type": "username",
    "website": "https://omoimot.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Autokadabra",
    "url": "http://autokadabra.ru/users/{username}",
    "type": "username",
    "website": "http://autokadabra.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Qbn",
    "url": "https://www.qbn.com/{username}",
    "type": "username",
    "website": "https://www.qbn.com/",
    "category": "design",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Xbox Gamertag",
    "url": "https://xboxgamertag.com/search/{username}",
    "type": "username",
    "website": "https://xboxgamertag.com/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Realmeye-graveyard",
    "url": "https://www.realmeye.com/graveyard-of-player/{username}",
    "type": "username",
    "website": "https://www.realmeye.com",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "player-not-found"
    }
  },
  {
    "name": "IssueHunt",
    "url": "https://issuehunt.io/u/{username}",
    "type": "username",
    "website": "https://issuehunt.io",
    "category": "dz",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The user does not exist."
    }
  },
  {
    "name": "Aqa",
    "url": "https://www.aqa.ru/forum/member.php?action=viewpro&member={username}",
    "type": "username",
    "website": "https://www.aqa.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Пользователь не выбран"
    }
  },
  {
    "name": "app.airnfts.com",
    "url": "https://app.airnfts.com/creators/{username}",
    "type": "username",
    "website": "https://app.airnfts.com",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "user-not-found-div"
    }
  },
  {
    "name": "Cad",
    "url": "https://cad.ru/ru/forum/index.php?PAGE_NAME=profile_view&UID={username}",
    "type": "username",
    "website": "https://cad.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Форум</title>"
    }
  },
  {
    "name": "Cyber Defenders",
    "url": "https://cyberdefenders.org/p/{username}",
    "type": "username",
    "website": "https://cyberdefenders.org/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Hatena",
    "url": "http://profile.hatena.com/{username}/",
    "type": "username",
    "website": "http://profile.hatena.com",
    "category": "bookmarks",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Not Found"
    }
  },
  {
    "name": "Kashalot",
    "url": "https://kashalot.com/users/{username}/",
    "type": "username",
    "website": "https://kashalot.com",
    "category": "ua",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "sanatorii",
    "url": "http://forum.sanatorii.by/search.php?keywords=&terms=all&author={username}",
    "type": "username",
    "website": "http://forum.sanatorii.by",
    "category": "by",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Подходящих тем или сообщений не найдено."
    }
  },
  {
    "name": "Newreporter",
    "url": "https://newreporter.org/author/{username}/",
    "type": "username",
    "website": "https://newreporter.org",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "hunting",
    "url": "https://www.hunting.ru/forum/members/?username={username}",
    "type": "username",
    "website": "https://www.hunting.ru/forum/",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Указанный пользователь не найден. Пожалуйста, введите другое имя."
    }
  },
  {
    "name": "igrarena",
    "url": "https://forum.igrarena.ru/members/?username={username}",
    "type": "username",
    "website": "https://forum.igrarena.ru",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Указанный пользователь не найден. Пожалуйста, введите другое имя."
    }
  },
  {
    "name": "Angara",
    "url": "https://angara.net/user/{username}",
    "type": "username",
    "website": "https://angara.net",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Dating.Ru",
    "url": "http://dating.ru/{username}",
    "type": "username",
    "website": "http://dating.ru",
    "category": "dating",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Psyera",
    "url": "https://psyera.ru/user/{username}",
    "type": "username",
    "website": "https://psyera.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "W3challs",
    "url": "https://w3challs.com/profile/{username}",
    "type": "username",
    "website": "https://w3challs.com/",
    "category": "tn",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>404 Page not found – W3Challs Hacking Challenges</title>"
    }
  },
  {
    "name": "Rusarmy",
    "url": "http://www.rusarmy.com/forum/members/?username={username}",
    "type": "username",
    "website": "http://www.rusarmy.com",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Указанный пользователь не найден. Пожалуйста, введите другое имя."
    }
  },
  {
    "name": "TruckersMP.com",
    "url": "https://forum.truckersmp.com/index.php?/search/&q={username}&type=core_members",
    "type": "username",
    "website": "https://forum.truckersmp.com",
    "category": "de",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "There were no results for your search."
    }
  },
  {
    "name": "Matrix",
    "url": "https://matrix-client.matrix.org/_matrix/client/v3/profile/@{username}:matrix.org",
    "type": "username",
    "website": "https://matrix.org/",
    "category": "messaging",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Prokoni",
    "url": "https://www.prokoni.ru/forum/members/?username={username}",
    "type": "username",
    "website": "https://www.prokoni.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Указанный пользователь не найден"
    }
  },
  {
    "name": "Status Cafe",
    "url": "https://status.cafe/users/{username}",
    "type": "username",
    "website": "https://status.cafe/",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found"
    }
  },
  {
    "name": "kloomba.com",
    "url": "https://kloomba.com/users/{username}",
    "type": "username",
    "website": "https://kloomba.com",
    "category": "ua",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Такої сторінки не існує"
    }
  },
  {
    "name": "Writercenter",
    "url": "https://writercenter.ru/profile/{username}/",
    "type": "username",
    "website": "https://writercenter.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Nesiditsa",
    "url": "https://nesiditsa.ru/members/{username}/",
    "type": "username",
    "website": "https://nesiditsa.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Coders Rank",
    "url": "https://profile.codersrank.io/user/{username}/",
    "type": "username",
    "website": "https://codersrank.io/",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "not a registered member"
    }
  },
  {
    "name": "Lenov",
    "url": "https://lenov.ru/user/{username}/",
    "type": "username",
    "website": "https://lenov.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Serveradmin",
    "url": "https://serveradmin.ru/author/{username}",
    "type": "username",
    "website": "https://serveradmin.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Not Found"
    }
  },
  {
    "name": "Gentlemint",
    "url": "https://gentlemint.com/users/{username}/",
    "type": "username",
    "website": "https://gentlemint.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Ccdi",
    "url": "http://www.ccdi.ru/users/{username}",
    "type": "username",
    "website": "http://www.ccdi.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Caduser",
    "url": "https://www.caduser.ru/forum/userlist.php?username={username}",
    "type": "username",
    "website": "https://www.caduser.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "По вашему запросу ничего не найдено."
    }
  },
  {
    "name": "Minecraft-statistic",
    "url": "https://minecraft-statistic.net/ru/player/{username}.html",
    "type": "username",
    "website": "https://minecraft-statistic.net",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Sevportal",
    "url": "https://www.sevportal.info/forum/search.php?keywords=&terms=all&author={username}",
    "type": "username",
    "website": "https://www.sevportal.info",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Подходящих тем или сообщений не найдено."
    }
  },
  {
    "name": "Connosr",
    "url": "https://www.connosr.com/@{username}",
    "type": "username",
    "website": "https://www.connosr.com/",
    "category": "gb",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "S-forum",
    "url": "https://s-forum.biz/members/?username={username}",
    "type": "username",
    "website": "https://s-forum.biz",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The specified member cannot be found. Please enter a member's entire name"
    }
  },
  {
    "name": "Admire Me",
    "url": "https://admireme.vip/{username}",
    "type": "username",
    "website": "https://admireme.vip/",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found"
    }
  },
  {
    "name": "Dogster",
    "url": "http://dogster.ru/users/{username}/",
    "type": "username",
    "website": "http://dogster.ru/",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Free-lancers",
    "url": "http://www.free-lancers.net/users/{username}/",
    "type": "username",
    "website": "http://www.free-lancers.net",
    "category": "freelance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Fishingsib",
    "url": "https://www.fishingsib.ru/forum/members/?username={username}",
    "type": "username",
    "website": "https://www.fishingsib.ru/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Указанный пользователь не найден"
    }
  },
  {
    "name": "Carmasters",
    "url": "https://carmasters.org/search/?q={username}&quick=1&type=core_members",
    "type": "username",
    "website": "https://carmasters.org",
    "category": "fi",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Результатов поиска нет. Расширьте критерии поиска."
    }
  },
  {
    "name": "Artpersona",
    "url": "http://artpersona.org/cb/userprofile/{username}",
    "type": "username",
    "website": "http://artpersona.org/",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Этот профиль либо больше не существует, либо больше не доступен."
    }
  },
  {
    "name": "Archive.orgParlerProfiles",
    "url": "http://archive.org/wayback/available?url=https://parler.com/profile/{username}",
    "type": "username",
    "website": "http://archive.org/wayback/available?url=https://parler.com/profile/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"archived_snapshots\": {}"
    }
  },
  {
    "name": "Archive.orgTwitterTweets",
    "url": "http://archive.org/wayback/available?url=https://twitter.com/{username}/status/*",
    "type": "username",
    "website": "http://archive.org/wayback/available?url=https://twitter.com/{username}/status/*",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"archived_snapshots\": {}"
    },
    "api": {
      "url": "http://archive.org/wayback/available?url=https://twitter.com/{username}/status/*",
      "parser": {
        "others": {
          "Archived_URL": "url",
          "Timestamp": "archived_snapshots.closest.timestamp",
          "Status": "archived_snapshots.closest.status"
        }
      }
    }
  },
  {
    "name": "BeReal",
    "url": "https://bere.al/{username}",
    "type": "username",
    "website": "https://bereal.com",
    "category": "misc",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "bere.al/og-image?url="
    }
  },
  {
    "name": "Belmos",
    "url": "https://www.belmos.ru/forum/search.php?keywords=&terms=all&author={username}",
    "type": "username",
    "website": "https://www.belmos.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Подходящих тем или сообщений не найдено."
    }
  },
  {
    "name": "Bbshave",
    "url": "https://bbshave.ru/profile/{username}",
    "type": "username",
    "website": "https://bbshave.ru",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Пользователя не существует."
    }
  },
  {
    "name": "Bezuzyteczna",
    "url": "https://bezuzyteczna.pl/uzytkownicy/{username}",
    "type": "username",
    "website": "https://bezuzyteczna.pl/uzytkownicy/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Blogi.pl",
    "url": "https://www.blogi.pl/osoba,{username}.html",
    "type": "username",
    "website": "https://www.blogi.pl/osoba,{username}.html",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Niepoprawny adres."
    }
  },
  {
    "name": "Bestweapon",
    "url": "https://bestweapon.ru/author.php?author={username}",
    "type": "username",
    "website": "https://bestweapon.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "</script><br><table class='border-blog'><tr><td><div class='avatar'"
    }
  },
  {
    "name": "Chomikuj.pl",
    "url": "https://chomikuj.pl/{username}/",
    "type": "username",
    "website": "https://chomikuj.pl/{username}/",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "homik o takiej nazwie nie istnieje"
    }
  },
  {
    "name": "Archive.orgParlerPosts",
    "url": "http://archive.org/wayback/available?url=https://parler.com/profile/{username}/posts",
    "type": "username",
    "website": "http://archive.org/wayback/available?url=https://parler.com/profile/{username}/posts",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"archived_snapshots\": {}"
    }
  },
  {
    "name": "Crowdin",
    "url": "https://crowdin.com/profile/{username}",
    "type": "username",
    "website": "https://crowdin.com/profile/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Page Not Found - Crowdin"
    }
  },
  {
    "name": "Carrd.co",
    "url": "https://{username}.carrd.co",
    "type": "username",
    "website": "https://{username}.carrd.co",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry, the requested page could not be found."
    }
  },
  {
    "name": "Castingcallclub",
    "url": "https://www.castingcall.club/{username}",
    "type": "username",
    "website": "https://www.castingcall.club/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404: This is not the page you were looking for. In the future, our AI robot overlords will be able to better predict exactly what you were looking for."
    }
  },
  {
    "name": "Derevnyaonline",
    "url": "https://derevnyaonline.ru/user/{username}",
    "type": "username",
    "website": "https://derevnyaonline.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Запрашиваемая страница не найдена."
    }
  },
  {
    "name": "CryptomatorForum",
    "url": "https://community.cryptomator.org/u/{username}",
    "type": "username",
    "website": "https://community.cryptomator.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Dangerousthings.com",
    "url": "https://forum.dangerousthings.com/u/{username}",
    "type": "username",
    "website": "https://forum.dangerousthings.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Chamsko.pl",
    "url": "https://www.chamsko.pl/profil/{username}",
    "type": "username",
    "website": "https://www.chamsko.pl/profil/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Strona nie istnieje."
    }
  },
  {
    "name": "Cytoid.io",
    "url": "https://cytoid.io/profile/{username}",
    "type": "username",
    "website": "https://cytoid.io/profile/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Profile not found"
    }
  },
  {
    "name": "Engadget",
    "url": "https://www.engadget.com/author/{username}/",
    "type": "username",
    "website": "https://www.engadget.com/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Eporner",
    "url": "https://www.eporner.com/profile/{username}/",
    "type": "username",
    "website": "https://www.eporner.com/profile/{username}/",
    "category": "es",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<strong>Profile not found.</strong>"
    }
  },
  {
    "name": "Dojoverse",
    "url": "https://dojoverse.com/members/{username}/",
    "type": "username",
    "website": "https://dojoverse.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Devtribe",
    "url": "https://devtribe.ru/user/{username}",
    "type": "username",
    "website": "https://devtribe.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Esate",
    "url": "http://esate.ru/blogs/{username}/",
    "type": "username",
    "website": "http://esate.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Блог не найден"
    }
  },
  {
    "name": "Faqusha",
    "url": "https://faqusha.ru/profile/{username}/",
    "type": "username",
    "website": "https://faqusha.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Free-lance.ua",
    "url": "https://free-lance.ua/users/{username}/",
    "type": "username",
    "website": "https://free-lance.ua/",
    "category": "freelance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "enabled": false,
    "name": "G-news",
    "url": "https://g-news.com.ua/forum_smf/profile/{username}/",
    "type": "username",
    "website": "https://g-news.com.ua",
    "category": "ua",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Пользователя не существует."
    }
  },
  {
    "name": "Ficwriter",
    "url": "https://ficwriter.info/polzovateli/userprofile/{username}.html",
    "type": "username",
    "website": "https://ficwriter.info",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "﻿Этот профиль либо больше не существует или не доступен."
    }
  },
  {
    "name": "Fclmnews",
    "url": "https://fclmnews.ru/user/{username}",
    "type": "username",
    "website": "https://fclmnews.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ForumYuristov",
    "url": "https://forumyuristov.ru/members/?username={username}",
    "type": "username",
    "website": "https://forumyuristov.ru/",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Указанный пользователь не найден"
    }
  },
  {
    "name": "Gitbook",
    "url": "https://{username}.gitbook.io/",
    "type": "username",
    "website": "https://{username}.gitbook.io/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Gradle",
    "url": "https://plugins.gradle.org/u/{username}",
    "type": "username",
    "website": "https://plugins.gradle.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User not found"
    }
  },
  {
    "name": "Honda",
    "url": "https://honda.org.ua/forum/user/{username}",
    "type": "username",
    "website": "https://honda.org.ua",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "IonicFramework",
    "url": "https://forum.ionicframework.com/u/{username}",
    "type": "username",
    "website": "https://forum.ionicframework.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Jbzd",
    "url": "https://jbzd.com.pl/uzytkownik/{username}",
    "type": "username",
    "website": "https://jbzd.com.pl/uzytkownik/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Błąd 404"
    }
  },
  {
    "name": "artfol.me",
    "url": "https://artfol.me/{username}",
    "type": "username",
    "website": "https://artfol.me/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "This user does not exist"
    }
  },
  {
    "name": "JoplinApp",
    "url": "https://discourse.joplinapp.org/u/{username}",
    "type": "username",
    "website": "https://discourse.joplinapp.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Grailed",
    "url": "https://www.grailed.com/{username}",
    "type": "username",
    "website": "https://www.grailed.com/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Lesswrong",
    "url": "https://www.lesswrong.com/graphql?query=%7B%20user(input%3A%20%7Bselector%3A%20%7Bslug%3A%20%22{username}%22%7D%7D)%20%7B%20result%20%7B%20displayName%20%7D%20%7D%20%7D",
    "type": "username",
    "website": "https://www.lesswrong.com",
    "category": "misc",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "displayName"
    }
  },
  {
    "name": "LibReviews",
    "url": "https://lib.reviews/user/{username}",
    "type": "username",
    "website": "https://lib.reviews",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "line.me",
    "url": "https://line.me/R/ti/p/@{username}?from=page",
    "type": "username",
    "website": "https://line.me/R/ti/p/@{username}?from=page",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Not Found"
    }
  },
  {
    "name": "Hackerrank",
    "url": "https://www.hackerrank.com/rest/contests/master/hackers/{username}/profile",
    "type": "username",
    "website": "https://www.hackerrank.com/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "api": {
      "parser": {
        "others": {
          "ID": "model.id",
          "Country": "model.country",
          "Level": "model.level",
          "Created_At": "model.created_at",
          "Title": "model.title",
          "Company": "model.company"
        }
      }
    }
  },
  {
    "name": "Kontrolkalemi",
    "url": "https://www.kontrolkalemi.com/forum/members/?username={username}",
    "type": "username",
    "website": "https://www.kontrolkalemi.com",
    "category": "tr",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Belirtilen üye bulunamadı. Lütfen bir üyenin tam adını giriniz."
    }
  },
  {
    "name": "Manutd",
    "url": "https://manutd.one/user/{username}",
    "type": "username",
    "website": "https://manutd.one",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Lightstalking",
    "url": "https://lightstalking.us/members/{username}",
    "type": "username",
    "website": "https://lightstalking.us/",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Masterkrasok",
    "url": "https://masterkrasok.ru/{username}",
    "type": "username",
    "website": "https://masterkrasok.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Meendo",
    "url": "https://www.meendo.net/profile/{username}",
    "type": "username",
    "website": "https://www.meendo.net",
    "category": "bg",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mobrep",
    "url": "https://www.mobrep.ru/users?criteria={username}",
    "type": "username",
    "website": "https://www.mobrep.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<div class=\"users\">\n    <ul>\n    </ul>"
    }
  },
  {
    "name": "Mixlr",
    "url": "http://api.mixlr.com/users/{username}",
    "type": "username",
    "website": "http:/mixlr.com/",
    "category": "gb",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Nyaa.si",
    "url": "https://nyaa.si/user/{username}",
    "type": "username",
    "website": "https://nyaa.si/user/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Not Found"
    }
  },
  {
    "name": "Oglaszamy24h",
    "url": "https://oglaszamy24h.pl/profil,{username}",
    "type": "username",
    "website": "https://oglaszamy24h.pl/profil,{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Nieprawidłowy link, w bazie danych nie istnieje użytkownik o podanym loginie"
    }
  },
  {
    "name": "Mym.fans",
    "url": "https://mym.fans/{username}",
    "type": "username",
    "website": "https://mym.fans/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "• MYM •"
    }
  },
  {
    "name": "Naturalnews",
    "url": "https://naturalnews.com/author/{username}/",
    "type": "username",
    "website": "https://naturalnews.com/author/{username}/",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The page you are looking for cannot be found or is no longer available."
    }
  },
  {
    "name": "Miped",
    "url": "https://miped.ru/user/{username}",
    "type": "username",
    "website": "https://miped.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Opelclub",
    "url": "http://www.opelclub.ru/forum/search.html?keywords=&terms=all&author={username}",
    "type": "username",
    "website": "http://www.opelclub.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Подходящих тем или сообщений не найдено."
    }
  },
  {
    "name": "Outgress",
    "url": "https://outgress.com/agents/{username}",
    "type": "username",
    "website": "https://outgress.com/",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Outgress - Error"
    }
  },
  {
    "name": "RRForums",
    "url": "http://au.rrforums.net/cgi-bin/forum/board-profile.pl?action=view_profile&profile={username}-users",
    "type": "username",
    "website": "http://au.rrforums.net/",
    "category": "au",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Profile Does Not Exist"
    }
  },
  {
    "name": "Radio-uchebnik",
    "url": "http://radio-uchebnik.ru/forum/search.php?keywords=&terms=all&author={username}",
    "type": "username",
    "website": "http://radio-uchebnik.ru",
    "category": "ru",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Подходящих тем или сообщений не найдено."
    }
  },
  {
    "name": "Prv.pl",
    "url": "https://www.prv.pl/osoba/{username}",
    "type": "username",
    "website": "https://www.prv.pl/osoba/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Użytkownik nie istnieje."
    }
  },
  {
    "name": "Prosvetlenie",
    "url": "http://www.prosvetlenie.org/forum/members/?username={username}",
    "type": "username",
    "website": "http://www.prosvetlenie.org",
    "category": "kg",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Указанный пользователь не найден"
    }
  },
  {
    "name": "Polleverywhere",
    "url": "https://pollev.com/proxy/api/users/{username}",
    "type": "username",
    "website": "https://pollev.com/proxy/api/users/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "ResourceNotFound"
    }
  },
  {
    "name": "RcloneForum",
    "url": "https://forum.rclone.org/u/{username}",
    "type": "username",
    "website": "https://forum.rclone.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Partyvibe",
    "url": "https://www.partyvibe.org/members/{username}/",
    "type": "username",
    "website": "https://www.partyvibe.org",
    "category": "pk",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Torrent-soft",
    "url": "https://torrent-soft.net/user/{username}/",
    "type": "username",
    "website": "https://torrent-soft.net",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Uwr1",
    "url": "http://uwr1.de/forum/profile/{username}",
    "type": "username",
    "website": "http://uwr1.de",
    "category": "de",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Traktrain",
    "url": "https://traktrain.com/{username}",
    "type": "username",
    "website": "https://traktrain.com/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Vine",
    "url": "https://vine.co/api/users/profiles/vanity/{username}",
    "type": "username",
    "website": "https://vine.co/api/users/profiles/vanity/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "That record does not exist"
    }
  },
  {
    "name": "Wordnik",
    "url": "https://www.wordnik.com/users/{username}",
    "type": "username",
    "website": "https://www.wordnik.com/users/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Wordnik: Page Not Found"
    }
  },
  {
    "name": "TruckersMP.ru",
    "url": "https://truckersmp.ru/{username}",
    "type": "username",
    "website": "https://truckersmp.ru",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "community.gemsofwar.com",
    "url": "https://community.gemsofwar.com/u/{username}",
    "type": "username",
    "website": "https://community.gemsofwar.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "community.cartalk.com",
    "url": "https://community.cartalk.com/u/{username}",
    "type": "username",
    "website": "https://community.cartalk.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "community.home-assistant.io",
    "url": "https://community.home-assistant.io/u/{username}",
    "type": "username",
    "website": "https://community.home-assistant.io/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "community.infiniteflight.com",
    "url": "https://community.infiniteflight.com/u/{username}",
    "type": "username",
    "website": "https://community.infiniteflight.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "commons.commondreams.org",
    "url": "https://commons.commondreams.org/u/{username}",
    "type": "username",
    "website": "https://commons.commondreams.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "community.gamedev.tv",
    "url": "https://community.gamedev.tv/u/{username}",
    "type": "username",
    "website": "https://community.gamedev.tv/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "community.kodular.io",
    "url": "https://community.kodular.io/u/{username}",
    "type": "username",
    "website": "https://community.kodular.io/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "community.glowforge.com",
    "url": "https://community.glowforge.com/u/{username}",
    "type": "username",
    "website": "https://community.glowforge.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "discourse.julialang.org",
    "url": "https://discourse.julialang.org/u/{username}",
    "type": "username",
    "website": "https://discourse.julialang.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "discourse.nodered.org",
    "url": "https://discourse.nodered.org/u/{username}",
    "type": "username",
    "website": "https://discourse.nodered.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "discourse.mc-stan.org",
    "url": "https://discourse.mc-stan.org/u/{username}",
    "type": "username",
    "website": "https://discourse.mc-stan.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "discuss.kotlinlang.org",
    "url": "https://discuss.kotlinlang.org/u/{username}",
    "type": "username",
    "website": "https://discuss.kotlinlang.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "discuss.kubernetes.io",
    "url": "https://discuss.kubernetes.io/u/{username}",
    "type": "username",
    "website": "https://discuss.kubernetes.io/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "discuss.pytorch.org",
    "url": "https://discuss.pytorch.org/u/{username}",
    "type": "username",
    "website": "https://discuss.pytorch.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "discuss.pixls.us",
    "url": "https://discuss.pixls.us/u/{username}",
    "type": "username",
    "website": "https://discuss.pixls.us/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "discuss.prosemirror.net",
    "url": "https://discuss.prosemirror.net/u/{username}",
    "type": "username",
    "website": "https://discuss.prosemirror.net/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "en.illogicopedia.org",
    "url": "https://en.illogicopedia.org/wiki/User:{username}",
    "type": "username",
    "website": "https://en.illogicopedia.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "elixirforum.com",
    "url": "https://elixirforum.com/u/{username}",
    "type": "username",
    "website": "https://elixirforum.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.banana-pi.org",
    "url": "https://forum.banana-pi.org/u/{username}",
    "type": "username",
    "website": "https://forum.banana-pi.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.cockroachlabs.com",
    "url": "https://forum.cockroachlabs.com/u/{username}",
    "type": "username",
    "website": "https://forum.cockroachlabs.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "dogcraft.net",
    "url": "https://dogcraft.net/wiki/User:{username}",
    "type": "username",
    "website": "https://dogcraft.net/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.bonsaimirai.com",
    "url": "https://forum.bonsaimirai.com/u/{username}",
    "type": "username",
    "website": "https://forum.bonsaimirai.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ffm.bio",
    "url": "https://ffm.bio/{username}",
    "type": "username",
    "website": "https://ffm.bio/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.freecodecamp.org",
    "url": "https://forum.freecodecamp.org/u/{username}",
    "type": "username",
    "website": "https://forum.freecodecamp.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "en.uncyclopedia.co",
    "url": "https://en.uncyclopedia.co/wiki/User:{username}",
    "type": "username",
    "website": "https://en.uncyclopedia.co/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.gitlab.com",
    "url": "https://forum.gitlab.com/u/{username}",
    "type": "username",
    "website": "https://forum.gitlab.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.golangbridge.org",
    "url": "https://forum.golangbridge.org/u/{username}",
    "type": "username",
    "website": "https://forum.golangbridge.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.leasehackr.com",
    "url": "https://forum.leasehackr.com/u/{username}/summary",
    "type": "username",
    "website": "https://forum.leasehackr.com/u/{username}/summary",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.juce.com",
    "url": "https://forum.juce.com/u/{username}",
    "type": "username",
    "website": "https://forum.juce.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "finmessage.com",
    "url": "https://finmessage.com/{username}",
    "type": "username",
    "website": "https://finmessage.com/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.obsidian.md",
    "url": "https://forum.obsidian.md/u/{username}",
    "type": "username",
    "website": "https://forum.obsidian.md/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.cfx.re",
    "url": "https://forum.cfx.re/u/{username}",
    "type": "username",
    "website": "https://forum.cfx.re/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.seeedstudio.com",
    "url": "https://forum.seeedstudio.com/u/{username}",
    "type": "username",
    "website": "https://forum.seeedstudio.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forums.balena.io",
    "url": "https://forums.balena.io/u/{username}",
    "type": "username",
    "website": "https://forums.balena.io/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.uipath.com",
    "url": "https://forum.uipath.com/u/{username}",
    "type": "username",
    "website": "https://forum.uipath.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forums.pimoroni.com",
    "url": "https://forums.pimoroni.com/u/{username}",
    "type": "username",
    "website": "https://forums.pimoroni.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forums.lawrencesystems.com",
    "url": "https://forums.lawrencesystems.com/u/{username}",
    "type": "username",
    "website": "https://forums.lawrencesystems.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.sublimetext.com",
    "url": "https://forum.sublimetext.com/u/{username}",
    "type": "username",
    "website": "https://forum.sublimetext.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forum.mattermost.org",
    "url": "https://forum.mattermost.org/u/{username}",
    "type": "username",
    "website": "https://forum.mattermost.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "encyc.org",
    "url": "https://encyc.org/wiki/User:{username}",
    "type": "username",
    "website": "https://encyc.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "flirtic.ee",
    "url": "https://flirtic.ee/{username}",
    "type": "username",
    "website": "https://flirtic.ee/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "meta.discourse.org",
    "url": "https://meta.discourse.org/u/{username}",
    "type": "username",
    "website": "https://meta.discourse.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "minnit.chat",
    "url": "https://minnit.chat/{username}",
    "type": "username",
    "website": "https://minnit.chat/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "forums.wyzecam.com",
    "url": "https://forums.wyzecam.com/u/{username}",
    "type": "username",
    "website": "https://forums.wyzecam.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "is.theorizeit.org",
    "url": "https://is.theorizeit.org/wiki/User:{username}",
    "type": "username",
    "website": "https://is.theorizeit.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "micro.blog",
    "url": "https://micro.blog/{username}",
    "type": "username",
    "website": "https://micro.blog/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "flipsnack.com",
    "url": "https://flipsnack.com/{username}",
    "type": "username",
    "website": "https://flipsnack.com/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "globulation2.org",
    "url": "https://globulation2.org/wiki/User:{username}",
    "type": "username",
    "website": "https://globulation2.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "patch.com",
    "url": "https://patch.com/users/{username}",
    "type": "username",
    "website": "https://patch.com/users/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "nookipedia.com",
    "url": "https://nookipedia.com/wiki/User:{username}",
    "type": "username",
    "website": "https://nookipedia.com/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "micronations.wiki",
    "url": "https://micronations.wiki/User:{username}",
    "type": "username",
    "website": "https://micronations.wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "monoskop.org",
    "url": "https://monoskop.org/User:{username}",
    "type": "username",
    "website": "https://monoskop.org/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "oldschool.runescape.wiki",
    "url": "https://oldschool.runescape.wiki/wiki/User:{username}",
    "type": "username",
    "website": "https://oldschool.runescape.wiki/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "mql5.com",
    "url": "https://mql5.com/es/users/{username}",
    "type": "username",
    "website": "https://mql5.com/es/users/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "qiita.com",
    "url": "https://qiita.com/{username}",
    "type": "username",
    "website": "https://qiita.com/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "mintme.com",
    "url": "https://mintme.com/token/{username}",
    "type": "username",
    "website": "https://mintme.com/token/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "pttweb.cc",
    "url": "https://pttweb.cc/user/{username}",
    "type": "username",
    "website": "https://pttweb.cc/user/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "musicinafrica.net",
    "url": "https://musicinafrica.net/fr/users/{username}",
    "type": "username",
    "website": "https://musicinafrica.net/fr/users/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "runescape.wiki",
    "url": "https://runescape.wiki/wiki/User:{username}",
    "type": "username",
    "website": "https://runescape.wiki/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "teflpedia.com",
    "url": "https://teflpedia.com/User:{username}",
    "type": "username",
    "website": "https://teflpedia.com/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "run-log.com",
    "url": "https://run-log.com/live/{username}",
    "type": "username",
    "website": "https://run-log.com/live/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "snipplr.com",
    "url": "https://snipplr.com/users/{username}",
    "type": "username",
    "website": "https://snipplr.com/users/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "talk.macpowerusers.com",
    "url": "https://talk.macpowerusers.com/u/{username}",
    "type": "username",
    "website": "https://talk.macpowerusers.com/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "spreadshirt.com",
    "url": "https://spreadshirt.com/shop/user/{username}/",
    "type": "username",
    "website": "https://spreadshirt.com/shop/user/{username}/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "realcty.org",
    "url": "https://realcty.org/wiki/User:{username}",
    "type": "username",
    "website": "https://realcty.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "users.rust-lang.org",
    "url": "https://users.rust-lang.org/u/{username}",
    "type": "username",
    "website": "https://users.rust-lang.org/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ubuntu-mate.community",
    "url": "https://ubuntu-mate.community/u/{username}",
    "type": "username",
    "website": "https://ubuntu-mate.community/u/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "starfywiki.org",
    "url": "https://starfywiki.org/wiki/User:{username}",
    "type": "username",
    "website": "https://starfywiki.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ssbwiki.com",
    "url": "https://ssbwiki.com/User:{username}",
    "type": "username",
    "website": "https://ssbwiki.com/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "thinkwiki.org",
    "url": "https://thinkwiki.org/wiki/User:{username}",
    "type": "username",
    "website": "https://thinkwiki.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "webflow.com",
    "url": "https://webflow.com/{username}",
    "type": "username",
    "website": "https://webflow.com/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "wiki.teamfortress.com",
    "url": "https://wiki.teamfortress.com/wiki/User:{username}",
    "type": "username",
    "website": "https://wiki.teamfortress.com/wiki/User:{username}",
    "category": "misc",
    "headers": {
      "User-Agent": "python-requests/2.25.1"
    },
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "wiki.mtasa.com",
    "url": "https://wiki.mtasa.com/User:{username}",
    "type": "username",
    "website": "https://wiki.mtasa.com/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "trepup.com",
    "url": "https://trepup.com/{username}",
    "type": "username",
    "website": "https://trepup.com/{username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title></title>"
    }
  },
  {
    "name": "breakers.tv",
    "url": "https://breakers.tv/{username}",
    "type": "username",
    "website": "https://breakers.tv",
    "category": "streaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Channel you are looking for doesn't exist"
    }
  },
  {
    "name": "lyricsTraining",
    "url": "https://lyricstraining.com/search?user={username}",
    "type": "username",
    "website": "https://lyricstraining.com/search?user={username}",
    "category": "music",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry, there are no results for your search."
    }
  },
  {
    "name": "wiki.creativecommons.org",
    "url": "https://wiki.creativecommons.org/wiki/User:{username}",
    "type": "username",
    "website": "https://wiki.creativecommons.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "wiki.themanaworld.org",
    "url": "https://wiki.themanaworld.org/wiki/User:{username}",
    "type": "username",
    "website": "https://wiki.themanaworld.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "tokyvideo.com",
    "url": "https://tokyvideo.com/user/{username}",
    "type": "username",
    "website": "https://tokyvideo.com/user/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "rawg.io",
    "url": "https://rawg.io/@{username}",
    "type": "username",
    "website": "https://rawg.io/@{username}",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "wiki.wesnoth.org",
    "url": "https://wiki.wesnoth.org/wiki/User:{username}",
    "type": "username",
    "website": "https://wiki.wesnoth.org/wiki/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "wiki.xkcd.com",
    "url": "https://wiki.xkcd.com/geohashing/User:{username}",
    "type": "username",
    "website": "https://wiki.xkcd.com/geohashing/User:{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "DimensionalMe",
    "url": "https://www.dimensional.me/{username}",
    "type": "username",
    "website": "https://www.dimensional.me",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "error_main_"
    }
  },
  {
    "name": "Blitz Tactics",
    "url": "https://blitztactics.com/{username}",
    "type": "username",
    "website": "https://blitztactics.com/",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "That page doesn't exist"
    }
  },
  {
    "name": "Hacker Sploit",
    "url": "https://forum.hackersploit.org/u/{username}",
    "type": "username",
    "website": "https://forum.hackersploit.org/",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Shelf",
    "url": "https://www.shelf.im/{username}",
    "type": "username",
    "website": "https://www.shelf.im/",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "User Not Found"
    }
  },
  {
    "name": "Trawelling",
    "url": "https://traewelling.de/@{username}",
    "type": "username",
    "website": "https://traewelling.de/",
    "category": "de",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "SEOForum",
    "url": "https://seoforum.com/@{username}",
    "type": "username",
    "website": "https://www.seoforum.com/",
    "category": "forum",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Valorant Forums",
    "url": "https://valorantforums.com/u/{username}",
    "type": "username",
    "website": "https://valorantforums.com",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The page you requested could not be found."
    }
  },
  {
    "name": "www.dateamillionaire.com",
    "url": "https://www.dateamillionaire.com/members/{username}",
    "type": "username",
    "website": "https://www.dateamillionaire.com",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "input[name="
    }
  },
  {
    "name": "Playstrategy",
    "url": "https://playstrategy.org/@/{username}",
    "type": "username",
    "website": "https://playstrategy.org",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Warpcast",
    "url": "https://client.warpcast.com/v2/user-by-username?username={username}",
    "type": "username",
    "website": "https://warpcast.com",
    "category": "crypto",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Zora",
    "url": "https://zora.co/@{username}",
    "type": "username",
    "website": "https://zora.co",
    "category": "crypto",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Revolut.me",
    "url": "https://revolut.me/api/web-profile/{username}",
    "type": "username",
    "website": "https://revolut.me",
    "category": "finance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Fragment",
    "url": "https://fragment.com/username/{username}",
    "type": "username",
    "website": "https://fragment.com",
    "category": "crypto",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Available"
    }
  },
  {
    "name": "Polymarket",
    "url": "https://polymarket.com/@{username}",
    "type": "username",
    "website": "https://polymarket.com",
    "category": "crypto",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Paragraph",
    "url": "https://paragraph.com/api/blogs/@{username}",
    "type": "username",
    "website": "https://paragraph.com",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "instantcms.ru",
    "url": "https://instantcms.ru/users/{username}",
    "type": "username",
    "website": "https://instantcms.ru",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "BestGore",
    "url": "https://bestgore.fun/c/{username}/videos",
    "type": "username",
    "website": "https://bestgore.fun",
    "category": "video",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Cracked Forum",
    "url": "https://cracked.sh/{username}",
    "type": "username",
    "website": "https://cracked.sh/",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The member you specified is either invalid or doesn't exist"
    }
  },
  {
    "name": "GreasyFork",
    "url": "https://greasyfork.org/en/users?q={username}",
    "type": "username",
    "website": "https://greasyfork.org",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<p>No users!</p>"
    }
  },
  {
    "name": "add-groups.com",
    "url": "https://add-groups.com/user/{username}",
    "type": "username",
    "website": "https://add-groups.com",
    "category": "messaging",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Spatial",
    "url": "https://www.spatial.io/@{username}",
    "type": "username",
    "website": "https://www.spatial.io",
    "category": "crypto",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "mover.uz",
    "url": "https://mover.uz/channel/{username}",
    "type": "username",
    "website": "https://mover.uz",
    "category": "video",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ORCID",
    "url": "https://pub.orcid.org/v3.0/{username}/record",
    "type": "username",
    "website": "https://orcid.org",
    "category": "global",
    "headers": {
      "Accept": "application/json"
    },
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "SpotifyCommunity",
    "url": "https://community.spotify.com/t5/forums/searchpage/tab/user?q={username}",
    "type": "username",
    "website": "https://community.spotify.com",
    "category": "forum",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "0 results"
    }
  },
  {
    "name": "wewin.ru",
    "url": "https://wewin.ru/user/{username}",
    "type": "username",
    "website": "https://wewin.ru",
    "category": "ru",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "OpenAlex",
    "url": "https://api.openalex.org/authors/orcid:{username}",
    "type": "username",
    "website": "https://openalex.org",
    "category": "global",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "arXiv",
    "url": "https://arxiv.org/a/{username}",
    "type": "username",
    "website": "https://arxiv.org",
    "category": "global",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "DBLP",
    "url": "https://dblp.org/orcid/{username}",
    "type": "username",
    "website": "https://dblp.org",
    "category": "coding",
    "headers": {
      "Accept": "text/html"
    },
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "minfin.com.ua",
    "url": "https://minfin.com.ua/users/{username}/",
    "type": "username",
    "website": "https://minfin.com.ua",
    "category": "finance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"isRequestFailed\":true"
    }
  },
  {
    "name": "Tonometerbot",
    "url": "https://tonometerbot.com/@/{username}",
    "type": "username",
    "website": "https://tonometerbot.com",
    "category": "crypto",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "alik",
    "url": "https://www.alik.cz/u/{username}",
    "type": "username",
    "website": "https://www.alik.cz/u/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Albicla",
    "url": "https://albicla.com/{username}/post/1",
    "type": "username",
    "website": "https://albicla.com",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "404 Nie znaleziono użytkownika"
    }
  },
  {
    "name": "247sports",
    "url": "https://247sports.com/User/{username}/",
    "type": "username",
    "website": "https://247sports.com/User/{username}/",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Apex Legends",
    "url": "https://api.tracker.gg/api/v2/apex/standard/profile/origin/{username}",
    "type": "username",
    "website": "https://apex.tracker.gg",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "headers": {
      "Accept-Language": "en-US,en;q=0.5",
      "Origin": "https://apex.tracker.gg",
      "Referer": "https://apex.tracker.gg/",
      "TE": "trailers",
      "User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0"
    }
  },
  {
    "name": "Alura",
    "url": "https://cursos.alura.com.br/user/{username}",
    "type": "username",
    "website": "https://cursos.alura.com.br/user/{username}",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "AmericanThinker",
    "url": "https://www.americanthinker.com/author/{username}/",
    "type": "username",
    "website": "https://www.americanthinker.com/author/{username}/",
    "category": "political",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "35photo",
    "url": "https://35photo.pro/@{username}/",
    "type": "username",
    "website": "https://35photo.pro/@{username}/",
    "category": "hobby",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "userNameBlock"
    }
  },
  {
    "name": "Bio Site",
    "url": "https://bio.site/{username}",
    "type": "username",
    "website": "https://bio.site/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Arduino (Project Hub)",
    "url": "https://projecthub.arduino.cc/{username}",
    "type": "username",
    "website": "https://projecthub.arduino.cc/{username}",
    "category": "tech",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"userInfo\":null"
    }
  },
  {
    "name": "Bandlab",
    "url": "https://www.bandlab.com/api/v1.3/users/{username}",
    "type": "username",
    "website": "https://www.bandlab.com",
    "category": "music",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Bimpos",
    "url": "https://ask.bimpos.com/user/{username}",
    "type": "username",
    "website": "https://ask.bimpos.com/user/{username}",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "3dtoday",
    "url": "https://3dtoday.ru/blogs/{username}",
    "type": "username",
    "website": "https://3dtoday.ru/blogs/{username}",
    "category": "hobby",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "class=\"header_user_name"
    }
  },
  {
    "name": "Artbreeder",
    "url": "https://www.artbreeder.com/{username}",
    "type": "username",
    "website": "https://www.artbreeder.com/{username}",
    "category": "art",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Bluesky Domain as User",
    "url": "https://bsky.app/profile/{username}",
    "type": "username",
    "website": "https://bsky.app/profile/{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Bluesky</title>"
    }
  },
  {
    "name": "BuzzFeed",
    "url": "https://www.buzzfeed.com/{username}",
    "type": "username",
    "website": "https://www.buzzfeed.com/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Bunpro",
    "url": "https://community.bunpro.jp/u/{username}.json",
    "type": "username",
    "website": "https://community.bunpro.jp/u/{username}.json",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "cfx.re",
    "url": "https://forum.cfx.re/u/{username}.json",
    "type": "username",
    "website": "https://forum.cfx.re",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "bdsmsingles",
    "url": "https://www.bdsmsingles.com/members/{username}/",
    "type": "username",
    "website": "https://www.bdsmsingles.com/members/{username}/",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "<title>Profile"
    }
  },
  {
    "name": "Cameo",
    "url": "https://www.cameo.com/api/v2/users/{username}",
    "type": "username",
    "website": "https://www.cameo.com",
    "category": "shopping",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Bugcrowd",
    "url": "https://bugcrowd.com/profile-service/v1/profiles/{username}",
    "type": "username",
    "website": "https://bugcrowd.com",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Chyoa",
    "url": "https://chyoa.com/user/{username}",
    "type": "username",
    "website": "https://chyoa.com/user/{username}",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Choko.Link",
    "url": "https://choko.link/{username}",
    "type": "username",
    "website": "https://choko.link/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Codeforces",
    "url": "https://codeforces.com/api/user.info?handles={username}",
    "type": "username",
    "website": "https://codeforces.com",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"status\":\"FAILED\""
    },
    "api": {
      "parser": {
        "others": {
          "Contribution": "result[0].contribution",
          "Friends": "result[0].friendOfCount",
          "Last_Online": "result[0].lastOnlineTimeSeconds"
        }
      }
    }
  },
  {
    "name": "Chocolatey",
    "url": "https://community.chocolatey.org/profiles/{username}",
    "type": "username",
    "website": "https://community.chocolatey.org/profiles/{username}",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Carbonmade",
    "url": "https://{username}.carbonmade.com/",
    "type": "username",
    "website": "https://{username}.carbonmade.com/",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "appian Community",
    "url": "https://community.appian.com/members/{username}",
    "type": "username",
    "website": "https://community.appian.com/members/{username}",
    "category": "tech",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "class=\"avatar-container"
    }
  },
  {
    "name": "Career.habr",
    "url": "https://career.habr.com/{username}",
    "type": "username",
    "website": "https://career.habr.com/{username}",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Coda",
    "url": "https://coda.io/@{username}/",
    "type": "username",
    "website": "https://coda.io/@{username}/",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Commudle",
    "url": "https://json.commudle.com/api/v2/users?username={username}",
    "type": "username",
    "website": "https://www.commudle.com",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "chatango.com",
    "url": "https://{username}.chatango.com",
    "type": "username",
    "website": "https://{username}.chatango.com",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Unknown User!"
    }
  },
  {
    "name": "codementor",
    "url": "https://www.codementor.io/@{username}",
    "type": "username",
    "website": "https://www.codementor.io/@{username}",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Cropty",
    "url": "https://api.cropty.io/v1/auth/{username}",
    "type": "username",
    "website": "https://www.cropty.io",
    "category": "finance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "dateinasia",
    "url": "https://www.dateinasia.com/{username}",
    "type": "username",
    "website": "https://www.dateinasia.com/{username}",
    "category": "dating",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Discord (Invite)",
    "url": "https://discord.com/api/v9/invites/{username}?with_counts=true&with_expiration=true",
    "type": "username",
    "website": "https://discord.com",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "DIBIZ",
    "url": "https://www.dibiz.com/{username}",
    "type": "username",
    "website": "https://www.dibiz.com/{username}",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "247CTF",
    "url": "https://247ctf.com/progress/{username}",
    "type": "username",
    "website": "https://247ctf.com/progress/{username}",
    "category": "tech",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "avatar-container d-flex"
    }
  },
  {
    "name": "Discourse",
    "url": "https://meta.discourse.org/u/{username}/summary.json",
    "type": "username",
    "website": "https://meta.discourse.org",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "discuss.elastic.co",
    "url": "https://discuss.elastic.co/u/{username}",
    "type": "username",
    "website": "https://discuss.elastic.co/u/{username}",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Discogs",
    "url": "https://api.discogs.com/users/{username}",
    "type": "username",
    "website": "https://www.discogs.com",
    "category": "music",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "devRant",
    "url": "https://devrant.com/api/get-user-id?app=3&username={username}",
    "type": "username",
    "website": "https://devrant.com",
    "category": "coding",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"success\":false"
    }
  },
  {
    "name": "Docker Hub (Organization)",
    "url": "https://hub.docker.com/v2/orgs/{username}/",
    "type": "username",
    "website": "https://hub.docker.com",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "donate.stream",
    "url": "https://donate.stream/api/v1/streamer.get?path={username}&app=9f4e793cec820015d511dbc77b20c5c1",
    "type": "username",
    "website": "https://donate.stream",
    "category": "finance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"message\":\"Not found\""
    }
  },
  {
    "name": "Donation Alerts",
    "url": "https://www.donationalerts.com/api/v1/user/{username}/donationpagesettings",
    "type": "username",
    "website": "https://www.donationalerts.com",
    "category": "finance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"success\":false"
    }
  },
  {
    "name": "DRIVE2.RU",
    "url": "https://www.drive2.ru/users/{username}/",
    "type": "username",
    "website": "https://www.drive2.ru/users/{username}/",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Etoro",
    "url": "https://www.etoro.com/api/logininfo/v1.1/users/{username}",
    "type": "username",
    "website": "https://www.etoro.com",
    "category": "finance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Donatty",
    "url": "https://api.donatty.com/users/find/{username}",
    "type": "username",
    "website": "https://donatty.com",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "DOTAFire",
    "url": "https://www.dotafire.com/ajax/searchSite?text={username}&search=members",
    "type": "username",
    "website": "https://www.dotafire.com/ajax/searchSite?text={username}&search=members",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": ">No results found</span>"
    }
  },
  {
    "name": "Dota2.ru",
    "url": "https://dota2.ru/forum/search/?type=user&keywords={username}&sort_by=username",
    "type": "username",
    "website": "https://dota2.ru/forum/search/?type=user&keywords={username}&sort_by=username",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "id=\"no-activity-posts\""
    }
  },
  {
    "name": "easyen",
    "url": "https://easyen.ru/index/8-0-{username}",
    "type": "username",
    "website": "https://easyen.ru/index/8-0-{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Пользователь не найден"
    }
  },
  {
    "name": "Evolution CMS",
    "url": "https://community.evocms.ru/users/?search={username}",
    "type": "username",
    "website": "https://community.evocms.ru/users/?search={username}",
    "category": "tech",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "id=\"user-search\""
    }
  },
  {
    "name": "Expressional.social (Mastodon Instance)",
    "url": "https://expressional.social/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://expressional.social",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Fabswingers",
    "url": "https://www.fabswingers.com/profile/{username}",
    "type": "username",
    "website": "https://www.fabswingers.com/profile/{username}",
    "category": "dating",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The user you tried to view doesn't seem to be on the site any more"
    }
  },
  {
    "name": "Federated.press (Mastodon Instance)",
    "url": "https://federated.press/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://federated.press",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ebay_stores",
    "url": "https://www.ebay.com/str/{username}",
    "type": "username",
    "website": "https://www.ebay.com/str/{username}",
    "category": "shopping",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry, this store was not found."
    }
  },
  {
    "name": "Fansly",
    "url": "https://apiv3.fansly.com/api/v1/account?usernames={username}",
    "type": "username",
    "website": "https://fansly.com",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"response\":[]"
    },
    "api": {
      "parser": {
        "others": {
          "ID": "response[0].id",
          "Followers": "response[0].followCount",
          "Subscribers": "response[0].subscriberCount",
          "Likes": "response[0].postLikes"
        }
      }
    }
  },
  {
    "name": "Fosstodon.org (Mastodon Instance)",
    "url": "https://fosstodon.org/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://fosstodon.org",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "freeCodeCamp",
    "url": "https://api.freecodecamp.org/users/get-public-profile?username={username}",
    "type": "username",
    "website": "https://www.freecodecamp.org",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Game Jolt",
    "url": "https://gamejolt.com/site-api/web/profile/@{username}/",
    "type": "username",
    "website": "https://gamejolt.com",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Fotolog Archived Profile",
    "url": "https://archive.org/wayback/available?url=https://www.fotolog.com/{username}",
    "type": "username",
    "website": "https://web.archive.org",
    "category": "archived",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"archived_snapshots\": {}"
    }
  },
  {
    "name": "Fanslist (OnlyFans)",
    "url": "https://fanslist.com/search?q={username}",
    "type": "username",
    "website": "https://fanslist.com/search?q={username}",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "No results found for query"
    }
  },
  {
    "name": "fine_art_america",
    "url": "https://fineartamerica.com/profiles/{username}",
    "type": "username",
    "website": "https://fineartamerica.com/profiles/{username}",
    "category": "shopping",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Browse through millions of independent artists in our extensive"
    }
  },
  {
    "name": "GDBrowser",
    "url": "https://gdbrowser.com/api/profile/{username}",
    "type": "username",
    "website": "https://gdbrowser.com",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "-1"
    }
  },
  {
    "name": "GitHub (Gists)",
    "url": "https://api.github.com/users/{username}/gists",
    "type": "username",
    "website": "https://gist.github.com",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "headers": {
      "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0"
    }
  },
  {
    "name": "flowcode",
    "url": "https://www.flowcode.com/page/{username}",
    "type": "username",
    "website": "https://www.flowcode.com/page/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Graphics.social (Mastodon Instance)",
    "url": "https://graphics.social/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://graphics.social",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Freelance.RU",
    "url": "https://freelance.ru/{username}",
    "type": "username",
    "website": "https://freelance.ru/{username}",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "GTAinside.com",
    "url": "https://www.gtainside.com/user/{username}",
    "type": "username",
    "website": "https://www.gtainside.com/user/{username}",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<h1>404 Not Found"
    }
  },
  {
    "name": "Garmin connect",
    "url": "https://connect.garmin.com/modern/profile/{username}",
    "type": "username",
    "website": "https://connect.garmin.com/modern/profile/{username}",
    "category": "health",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "resourceNotFoundRoute"
    }
  },
  {
    "name": "GNOME (Shell Extensions)",
    "url": "https://extensions.gnome.org/accounts/profile/{username}",
    "type": "username",
    "website": "https://extensions.gnome.org/accounts/profile/{username}",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Habbo.com.br",
    "url": "https://www.habbo.com.br/api/public/users?name={username}",
    "type": "username",
    "website": "https://www.habbo.com.br",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "gloria.tv",
    "url": "https://gloria.tv/{username}",
    "type": "username",
    "website": "https://gloria.tv/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Habbo.de",
    "url": "https://www.habbo.de/api/public/users?name={username}",
    "type": "username",
    "website": "https://www.habbo.de",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Habbo.fi",
    "url": "https://www.habbo.fi/api/public/users?name={username}",
    "type": "username",
    "website": "https://www.habbo.fi",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Habbo.com",
    "url": "https://www.habbo.com/api/public/users?name={username}",
    "type": "username",
    "website": "https://www.habbo.com",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Habbo.com.tr",
    "url": "https://www.habbo.com.tr/api/public/users?name={username}",
    "type": "username",
    "website": "https://www.habbo.com.tr",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Habbo.es",
    "url": "https://www.habbo.es/api/public/users?name={username}",
    "type": "username",
    "website": "https://www.habbo.es",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Gigapan",
    "url": "https://www.gigapan.com/profiles/{username}",
    "type": "username",
    "website": "https://www.gigapan.com/profiles/{username}",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Habtium",
    "url": "https://habtium.es/{username}",
    "type": "username",
    "website": "https://habtium.es/{username}",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Hcommons.social (Mastodon Instance)",
    "url": "https://hcommons.social/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://hcommons.social",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Habbo.it",
    "url": "https://www.habbo.it/api/public/users?name={username}",
    "type": "username",
    "website": "https://www.habbo.it",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "HackAdvisor",
    "url": "https://hackadvisor.io/api/v2/profile/{username}/",
    "type": "username",
    "website": "https://hackadvisor.io",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "hamaha",
    "url": "https://hamaha.net/{username}",
    "type": "username",
    "website": "https://hamaha.net/{username}",
    "category": "finance",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "content=\"HAMAHA  Биткоин форум. Торговля на бирже - ➨ Обучение Криптовалютам, Биткоин и NYSE \""
    }
  },
  {
    "name": "Habbo.fr",
    "url": "https://www.habbo.fr/api/public/users?name={username}",
    "type": "username",
    "website": "https://www.habbo.fr",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Hostux.social (Mastodon Instance)",
    "url": "https://hostux.social/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://hostux.social",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Habbo.nl",
    "url": "https://www.habbo.nl/api/public/users?name={username}",
    "type": "username",
    "website": "https://www.habbo.nl",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "HuggingFace",
    "url": "https://huggingface.co/{username}",
    "type": "username",
    "website": "https://huggingface.co/{username}",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Hometech.social (Mastodon Instance)",
    "url": "https://hometech.social/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://hometech.social",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "HiHello",
    "url": "https://www.hihello.me/author/{username}",
    "type": "username",
    "website": "https://www.hihello.me/author/{username}",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "HulkShare",
    "url": "https://www.hulkshare.com/{username}",
    "type": "username",
    "website": "https://www.hulkshare.com/{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Invalid user."
    }
  },
  {
    "name": "icq-chat",
    "url": "https://icq.icqchat.co/members/{username}/",
    "type": "username",
    "website": "https://icq.icqchat.co/members/{username}/",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "iMGSRC.RU",
    "url": "https://imgsrc.ru/main/user.php?lang=ru&user={username}",
    "type": "username",
    "website": "https://imgsrc.ru/main/user.php?lang=ru&user={username}",
    "category": "images",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "Присоединился"
    }
  },
  {
    "name": "Internet Archive User Contribution Search",
    "url": "https://archive.org/advancedsearch.php?q=creator:{username}&output=json",
    "type": "username",
    "website": "https://archive.org",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "numFound\":0"
    }
  },
  {
    "name": "Instagram_archives",
    "url": "https://archive.org/wayback/available?url=https://instagram.com/{username}/",
    "type": "username",
    "website": "https://archive.org/wayback/available?url=https://instagram.com/{username}/",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"archived_snapshots\": {}}"
    }
  },
  {
    "name": "Japandict",
    "url": "https://forum.japandict.com/u/{username}",
    "type": "username",
    "website": "https://forum.japandict.com/u/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Immunefi",
    "url": "https://immunefi.com/profile/{username}/",
    "type": "username",
    "website": "https://immunefi.com/profile/{username}/",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ImageShack",
    "url": "https://imageshack.com/user/{username}",
    "type": "username",
    "website": "https://imageshack.com/user/{username}",
    "category": "images",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "s Images</title>"
    }
  },
  {
    "name": "Internet Archive Username Mentions",
    "url": "https://archive.org/advancedsearch.php?q={username}&output=json",
    "type": "username",
    "website": "https://archive.org",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "numFound\":0"
    }
  },
  {
    "name": "Libretooth.gr (Mastodon Instance)",
    "url": "https://libretooth.gr/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://libretooth.gr",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "kik",
    "url": "https://kik.me/{username}",
    "type": "username",
    "website": "https://kik.me/{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<h1 class=\"display-name\"> </h1>"
    }
  },
  {
    "name": "LeakIX",
    "url": "https://leakix.net/u/{username}",
    "type": "username",
    "website": "https://leakix.net/u/{username}",
    "category": "tech",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>LeakIX - Server error</title>"
    }
  },
  {
    "name": "LevelBlue",
    "url": "https://otx.alienvault.com/otxapi/auth/validate?username={username}",
    "type": "username",
    "website": "https://otx.alienvault.com",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "{}"
    }
  },
  {
    "name": "komi",
    "url": "https://api.komi.io/api/talent/usernames/{username}",
    "type": "username",
    "website": "https://{account}.komi.io",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Justforfans",
    "url": "https://justfor.fans/{username}",
    "type": "username",
    "website": "https://justfor.fans/{username}",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": " @ JustFor.Fans"
    }
  },
  {
    "name": "Mapstodon.space (Mastodon Instance)",
    "url": "https://mapstodon.space/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://mapstodon.space",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mastodon-C.IM",
    "url": "https://c.im/@{username}",
    "type": "username",
    "website": "https://c.im/@{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "masto.ai",
    "url": "https://masto.ai/@{username}",
    "type": "username",
    "website": "https://masto.ai/@{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "lobste.rs",
    "url": "https://lobste.rs/u/{username}",
    "type": "username",
    "website": "https://lobste.rs/u/{username}",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Masto.nyc (Mastodon Instance)",
    "url": "https://masto.nyc/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://masto.nyc",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "lichess.org",
    "url": "https://lichess.org/api/player/autocomplete?term={username}&exists=1",
    "type": "username",
    "website": "https://lichess.org",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "false"
    }
  },
  {
    "name": "Malpedia Actors",
    "url": "https://malpedia.caad.fkie.fraunhofer.de/actor/{username}",
    "type": "username",
    "website": "https://malpedia.caad.fkie.fraunhofer.de/actor/{username}",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mastodon-Toot.Community",
    "url": "https://toot.community/@{username}",
    "type": "username",
    "website": "https://toot.community/@{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mastodon-Defcon",
    "url": "https://defcon.social/@{username}",
    "type": "username",
    "website": "https://defcon.social/@{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mastodon.online",
    "url": "https://mastodon.online/@{username}",
    "type": "username",
    "website": "https://mastodon.online/@{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mastodon-rigcz.club",
    "url": "https://rigcz.club/@{username}",
    "type": "username",
    "website": "https://rigcz.club/@{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Mastodon-meow.social",
    "url": "https://meow.social/@{username}",
    "type": "username",
    "website": "https://meow.social/@{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Microsoft Learn",
    "url": "https://learn.microsoft.com/api/profiles/{username}",
    "type": "username",
    "website": "https://learn.microsoft.com",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Metacritic",
    "url": "https://www.metacritic.com/user/{username}/",
    "type": "username",
    "website": "https://www.metacritic.com/user/{username}/",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "MobileGTA.net",
    "url": "https://www.mobilegta.net/en/user/{username}",
    "type": "username",
    "website": "https://www.mobilegta.net/en/user/{username}",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<h1>404 Not Found"
    }
  },
  {
    "name": "Monkeytype",
    "url": "https://api.monkeytype.com/users/{username}/profile",
    "type": "username",
    "website": "https://monkeytype.com",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Meta-Wiki (Wikimedia)",
    "url": "https://meta.wikimedia.org/wiki/Special:CentralAuth?target={username}",
    "type": "username",
    "website": "https://meta.wikimedia.org/wiki/Special:CentralAuth?target={username}",
    "category": "news",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "There is no global account for"
    },
    "headers": {
      "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0"
    }
  },
  {
    "name": "Myspreadshop",
    "url": "https://myspreadshop.de/{username}/shopData/list",
    "type": "username",
    "website": "https://{account}.myspreadshop.com",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "MUYZORRAS",
    "url": "https://www.muyzorras.com/usuarios/{username}",
    "type": "username",
    "website": "https://www.muyzorras.com/usuarios/{username}",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "MyFitnessPal Community",
    "url": "https://community.myfitnesspal.com/en/profile/{username}",
    "type": "username",
    "website": "https://community.myfitnesspal.com/en/profile/{username}",
    "category": "health",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Note",
    "url": "https://note.com/{username}",
    "type": "username",
    "website": "https://note.com/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "myportfolio",
    "url": "https://{username}.myportfolio.com/work",
    "type": "username",
    "website": "https://{username}.myportfolio.com/work",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Adobe Portfolio | Build your own personalized website</title>"
    }
  },
  {
    "name": "Nitecrew (Mastodon Instance)",
    "url": "https://nitecrew.rip/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://nitecrew.rip",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Neocities",
    "url": "https://neocities.org/site/{username}",
    "type": "username",
    "website": "https://neocities.org/site/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "MyNickname",
    "url": "https://mynickname.com/en/search?q={username}",
    "type": "username",
    "website": "https://mynickname.com/en/search?q={username}",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<h2>Nickname not found. Try searching for similar nicknames.</h2>"
    }
  },
  {
    "name": "Origins.Habbo.com",
    "url": "https://origins.habbo.com/api/public/users?name={username}",
    "type": "username",
    "website": "https://origins.habbo.com/api/public/users?name={username}",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "api": {
      "parser": {
        "others": {
          "ID": "uniqueId",
          "Name": "name",
          "Bio": "motto",
          "Online": "online",
          "Last_Online": "lastAccessTime",
          "Joined": "memberSince"
        }
      }
    }
  },
  {
    "name": "Patronite",
    "url": "https://patronite.pl/{username}",
    "type": "username",
    "website": "https://patronite.pl/{username}",
    "category": "finance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Origins.Habbo.es",
    "url": "https://origins.habbo.es/api/public/users?name={username}",
    "type": "username",
    "website": "https://origins.habbo.es/api/public/users?name={username}",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "nihbuatjajan",
    "url": "https://www.nihbuatjajan.com/{username}",
    "type": "username",
    "website": "https://www.nihbuatjajan.com/{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Nih Buat Jajan</title>"
    }
  },
  {
    "name": "peoople (Star)",
    "url": "https://peoople.app/en/star/{username}/",
    "type": "username",
    "website": "https://peoople.app/en/star/{username}/",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Origins.Habbo.com.br",
    "url": "https://origins.habbo.com.br/api/public/users?name={username}",
    "type": "username",
    "website": "https://origins.habbo.com.br/api/public/users?name={username}",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "peoople (Unicorn)",
    "url": "https://peoople.app/en/unicorn/{username}/",
    "type": "username",
    "website": "https://peoople.app/en/unicorn/{username}/",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "peoople (Creator)",
    "url": "https://peoople.app/en/creator/{username}/",
    "type": "username",
    "website": "https://peoople.app/en/creator/{username}/",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "palnet",
    "url": "https://www.palnet.io/@{username}/",
    "type": "username",
    "website": "https://www.palnet.io/@{username}/",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Poe.com",
    "url": "https://poe.com/profile/{username}",
    "type": "username",
    "website": "https://poe.com/profile/{username}",
    "category": "tech",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"user\":null"
    }
  },
  {
    "name": "postcrossing",
    "url": "https://www.postcrossing.com/user/{username}",
    "type": "username",
    "website": "https://www.postcrossing.com/user/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Poweredbygay.social (Mastodon Instance)",
    "url": "https://poweredbygay.social/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://poweredbygay.social",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Privacy Guides",
    "url": "https://discuss.privacyguides.net/u/{username}.json",
    "type": "username",
    "website": "https://discuss.privacyguides.net",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Plink",
    "url": "https://plink.gg/user/{username}",
    "type": "username",
    "website": "https://plink.gg/user/{username}",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Pravda.me",
    "url": "https://pravda.me/@{username}",
    "type": "username",
    "website": "https://pravda.me/@{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "popl",
    "url": "https://poplme.co/{username}",
    "type": "username",
    "website": "https://poplme.co/{username}",
    "category": "business",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Profile not found"
    }
  },
  {
    "name": "PatientsLikeMe",
    "url": "https://www.patientslikeme.com/members/{username}",
    "type": "username",
    "website": "https://www.patientslikeme.com/members/{username}",
    "category": "health",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "s profile | PatientsLikeMe</title>"
    }
  },
  {
    "name": "Pillowfort",
    "url": "https://www.pillowfort.social/{username}/json/?p=1",
    "type": "username",
    "website": "https://www.pillowfort.social",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Pronouny",
    "url": "https://pronouny.xyz/api/users/profile/username/{username}",
    "type": "username",
    "website": "https://pronouny.xyz",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "That user doesn't exist"
    }
  },
  {
    "name": "quitter.pl",
    "url": "https://quitter.pl/api/v1/accounts/{username}",
    "type": "username",
    "website": "https://quitter.pl",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "RedGIFs",
    "url": "https://api.redgifs.com/v1/users/{username}",
    "type": "username",
    "website": "https://www.redgifs.com",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Prose",
    "url": "https://prose.astral.camp/{username}/",
    "type": "username",
    "website": "https://prose.astral.camp/{username}/",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Rant.li",
    "url": "https://rant.li/{username}/",
    "type": "username",
    "website": "https://rant.li/{username}/",
    "category": "blog",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "RubyGems.org",
    "url": "https://rubygems.org/api/v1/profiles/{username}.json",
    "type": "username",
    "website": "https://rubygems.org",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Refsheet",
    "url": "https://refsheet.net/{username}",
    "type": "username",
    "website": "https://refsheet.net/{username}",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "RuneScape",
    "url": "https://apps.runescape.com/runemetrics/profile/profile?user={username}",
    "type": "username",
    "website": "https://apps.runescape.com",
    "category": "hobby",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"error\":\"NO_PROFILE\""
    }
  },
  {
    "name": "Pornhub (Pornstar)",
    "url": "https://www.pornhub.com/pornstar/{username}",
    "type": "username",
    "website": "https://www.pornhub.com/pornstar/{username}",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "class=\"topProfileHeader\""
    }
  },
  {
    "name": "resumes_actorsaccess",
    "url": "https://resumes.actorsaccess.com/{username}",
    "type": "username",
    "website": "https://resumes.actorsaccess.com/{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "File was not found on this SERVER"
    }
  },
  {
    "name": "risk.ru",
    "url": "https://risk.ru/people/{username}",
    "type": "username",
    "website": "https://risk.ru/people/{username}",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Pornhub (Model)",
    "url": "https://www.pornhub.com/model/{username}",
    "type": "username",
    "website": "https://www.pornhub.com/model/{username}",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "class=\"topProfileHeader\""
    }
  },
  {
    "name": "ruVoIP.net",
    "url": "https://ruvoip.net/members/{username}/",
    "type": "username",
    "website": "https://ruvoip.net/members/{username}/",
    "category": "tech",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Error 404 - Not Found"
    }
  },
  {
    "name": "Scored",
    "url": "https://scored.co/api/v2/user/about.json?user={username}",
    "type": "username",
    "website": "https://scored.co",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"status\":false"
    }
  },
  {
    "name": "Salon24",
    "url": "https://www.salon24.pl/u/{username}/",
    "type": "username",
    "website": "https://www.salon24.pl/u/{username}/",
    "category": "blog",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Salon24 - Blogi, wiadomości, opinie i komentarze"
    }
  },
  {
    "name": "SFD",
    "url": "https://www.sfd.pl/profile/{username}",
    "type": "username",
    "website": "https://www.sfd.pl/profile/{username}",
    "category": "health",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "RumbleChannel",
    "url": "https://rumble.com/c/{username}",
    "type": "username",
    "website": "https://rumble.com/c/{username}",
    "category": "political",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "sentimente",
    "url": "https://www.sentimente.com/amp/{username}.html",
    "type": "username",
    "website": "https://www.sentimente.com/amp/{username}.html",
    "category": "dating",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "ScoutWiki",
    "url": "https://en.scoutwiki.org/User:{username}",
    "type": "username",
    "website": "https://en.scoutwiki.org/User:{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "is not registered"
    }
  },
  {
    "name": "shopify",
    "url": "https://{username}.myshopify.com",
    "type": "username",
    "website": "https://{username}.myshopify.com",
    "category": "shopping",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Shesfreaky",
    "url": "https://www.shesfreaky.com/profile/{username}/",
    "type": "username",
    "website": "https://www.shesfreaky.com/profile/{username}/",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "s Profile - ShesFreaky</title>"
    }
  },
  {
    "name": "SimplePlanes",
    "url": "https://www.simpleplanes.com/u/{username}",
    "type": "username",
    "website": "https://www.simpleplanes.com/u/{username}",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>SimplePlanes Airplanes</title>"
    }
  },
  {
    "name": "secure_donation",
    "url": "https://secure.donationpay.org/{username}/",
    "type": "username",
    "website": "https://secure.donationpay.org/{username}/",
    "category": "finance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Sepia Search (PeerTube)",
    "url": "https://sepiasearch.org/api/v1/search/video-channels?search=%22{username}%22&start=0&count=10",
    "type": "username",
    "website": "https://sepiasearch.org",
    "category": "video",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"data\":[]"
    }
  },
  {
    "name": "ru_123rf",
    "url": "https://ru.123rf.com/profile_{username}",
    "type": "username",
    "website": "https://ru.123rf.com/profile_{username}",
    "category": "hobby",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Фотобанк 123RF - Стоковые Фото, Векторы, Видеоролики. Подписка на Фото. Royalty Free контент<"
    }
  },
  {
    "name": "SmashRun",
    "url": "https://smashrun.com/{username}/",
    "type": "username",
    "website": "https://smashrun.com/{username}/",
    "category": "health",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "SEOClerks",
    "url": "https://www.seoclerks.com/user/{username}",
    "type": "username",
    "website": "https://www.seoclerks.com/user/{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>SEO Marketplace"
    }
  },
  {
    "name": "SlackHoles",
    "url": "https://slackholes.com/actor/{username}/",
    "type": "username",
    "website": "https://slackholes.com/actor/{username}/",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Stripchat",
    "url": "https://stripchat.com/api/front/users/checkUsername?username={username}",
    "type": "username",
    "website": "https://stripchat.com",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "[]"
    }
  },
  {
    "name": "SpiceWorks",
    "url": "https://community.spiceworks.com/people/{username}",
    "type": "username",
    "website": "https://community.spiceworks.com/people/{username}",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Suzuri",
    "url": "https://suzuri.jp/{username}",
    "type": "username",
    "website": "https://suzuri.jp/{username}",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Tanuki.pl",
    "url": "https://tanuki.pl/profil/{username}",
    "type": "username",
    "website": "https://tanuki.pl/profil/{username}",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "social.bund.de",
    "url": "https://social.bund.de/@{username}",
    "type": "username",
    "website": "https://social.bund.de/@{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "sukebei.nyaa.si",
    "url": "https://sukebei.nyaa.si/user/{username}",
    "type": "username",
    "website": "https://sukebei.nyaa.si/user/{username}",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Tappy",
    "url": "https://api.tappy.tech/api/profile/username/{username}",
    "type": "username",
    "website": "https://www.tappy.tech",
    "category": "business",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Profile of username Not Found"
    }
  },
  {
    "name": "Tenor",
    "url": "https://tenor.com/users/{username}",
    "type": "username",
    "website": "https://tenor.com/users/{username}",
    "category": "images",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "TETR.IO",
    "url": "https://ch.tetr.io/api/users/{username}",
    "type": "username",
    "website": "https://ch.tetr.io",
    "category": "gaming",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Tellonym",
    "url": "https://api.tellonym.me/profiles/name/{username}",
    "type": "username",
    "website": "https://tellonym.me",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Tilde.zone (Mastodon Instance)",
    "url": "https://tilde.zone/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://tilde.zone",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Tooting.ch (Mastodon Instance)",
    "url": "https://tooting.ch/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://tooting.ch",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "TipeeeStream",
    "url": "https://www.tipeeestream.com/v3.0/pages/{username}",
    "type": "username",
    "website": "https://www.tipeeestream.com",
    "category": "finance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "theguardian",
    "url": "https://www.theguardian.com/profile/{username}",
    "type": "username",
    "website": "https://www.theguardian.com/profile/{username}",
    "category": "news",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Trello",
    "url": "https://trello.com/1/Members/{username}",
    "type": "username",
    "website": "https://trello.com",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "api": {
      "parser": {
        "others": {
          "ID": "id",
          "Name": "fullName",
          "Bio": "bio",
          "Initials": "initials"
        }
      }
    }
  },
  {
    "name": "Twitcasting",
    "url": "https://twitcasting.tv/{username}",
    "type": "username",
    "website": "https://twitcasting.tv/{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Not Found"
    }
  },
  {
    "name": "tradingview",
    "url": "https://www.tradingview.com/u/{username}/",
    "type": "username",
    "website": "https://www.tradingview.com/u/{username}/",
    "category": "finance",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Twitter archived profile",
    "url": "http://archive.org/wayback/available?url=https://twitter.com/{username}",
    "type": "username",
    "website": "https://web.archive.org",
    "category": "archived",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"archived_snapshots\": {}"
    }
  },
  {
    "name": "TruckersMP",
    "url": "https://truckersmp.com/user/search?search={username}",
    "type": "username",
    "website": "https://truckersmp.com/user/search?search={username}",
    "category": "gaming",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<h4>Could not find any member using these credentials</h4>"
    }
  },
  {
    "name": "UEF CONNECT",
    "url": "https://uefconnect.uef.fi/en/{username}/",
    "type": "username",
    "website": "https://uefconnect.uef.fi/en/{username}/",
    "category": "business",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Unlisted Videos",
    "url": "https://unlistedvideos.com/search.php?user={username}",
    "type": "username",
    "website": "https://unlistedvideos.com/search.php?user={username}",
    "category": "archived",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "content=\"\"/>"
    }
  },
  {
    "name": "Taringa Archived Profile",
    "url": "https://archive.org/wayback/available?url=https://www.taringa.net/{username}",
    "type": "username",
    "website": "https://web.archive.org",
    "category": "archived",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"archived_snapshots\": {}"
    }
  },
  {
    "name": "Vero",
    "url": "https://vero.co/{username}",
    "type": "username",
    "website": "https://vero.co/{username}",
    "category": "art",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<h3>Not Found</h3>"
    }
  },
  {
    "name": "Vkl.world (Mastodon Instance)",
    "url": "https://vkl.world/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://vkl.world",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "vibilagare",
    "url": "https://www.vibilagare.se/users/{username}",
    "type": "username",
    "website": "https://www.vibilagare.se/users/{username}",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "USA Life",
    "url": "https://usa.life/{username}",
    "type": "username",
    "website": "https://usa.life/{username}",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Sorry, page not found"
    }
  },
  {
    "name": "uwu.ai",
    "url": "https://{username}.uwu.ai/",
    "type": "username",
    "website": "https://{username}.uwu.ai/",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Vivino",
    "url": "https://api.vivino.com/users/{username}",
    "type": "username",
    "website": "https://www.vivino.com",
    "category": "shopping",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Ultras Diary",
    "url": "http://ultrasdiary.pl/u/{username}/",
    "type": "username",
    "website": "http://ultrasdiary.pl/u/{username}/",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "VseTop",
    "url": "https://vsetop.org/user/{username}/",
    "type": "username",
    "website": "https://vsetop.org/user/{username}/",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Vmst.io (Mastodon Instance)",
    "url": "https://vmst.io/api/v1/accounts/lookup?acct={username}",
    "type": "username",
    "website": "https://vmst.io",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "VIP-blog",
    "url": "http://{username}.vip-blog.com",
    "type": "username",
    "website": "http://{username}.vip-blog.com",
    "category": "blog",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Blog inexistant"
    }
  },
  {
    "name": "Wishlistr",
    "url": "https://www.wishlistr.com/sign-up/?rs=checkUserName&rsargs[]={username}",
    "type": "username",
    "website": "https://www.wishlistr.com",
    "category": "shopping",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "+:var res = parseInt(0);"
    }
  },
  {
    "name": "WordPress.com (Deleted)",
    "url": "https://public-api.wordpress.com/rest/v1.1/sites/{username}.wordpress.com",
    "type": "username",
    "website": "https://{account}.wordpress.com",
    "category": "blog",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"error\":\"unknown_blog\""
    }
  },
  {
    "name": "Wykop",
    "url": "https://wykop.pl/ludzie/{username}",
    "type": "username",
    "website": "https://wykop.pl/ludzie/{username}",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Wimkin-PublicProfile",
    "url": "https://wimkin.com/{username}",
    "type": "username",
    "website": "https://wimkin.com/{username}",
    "category": "political",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "enabled": false,
    "name": "WordPress.org (Forums)",
    "url": "https://login.wordpress.org/wp-json/wporg/v1/username-available/{username}",
    "type": "username",
    "website": "https://wordpress.org",
    "category": "blog",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "\"available\":true"
    }
  },
  {
    "name": "warriorforum",
    "url": "https://www.warriorforum.com/members/{username}.html",
    "type": "username",
    "website": "https://www.warriorforum.com/members/{username}.html",
    "category": "hobby",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Oops | Warrior Forum -"
    }
  },
  {
    "name": "YesWeHack",
    "url": "https://api.yeswehack.com/hunters/{username}",
    "type": "username",
    "website": "https://yeswehack.com",
    "category": "tech",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Zepeto",
    "url": "https://gw-napi.zepeto.io/profiles/{username}",
    "type": "username",
    "website": "https://web.zepeto.me",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "errorCode\":"
    }
  },
  {
    "name": "YouTube User",
    "url": "https://www.youtube.com/user/{username}/about",
    "type": "username",
    "website": "https://www.youtube.com/user/{username}/about",
    "category": "video",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Zenn",
    "url": "https://zenn.dev/{username}",
    "type": "username",
    "website": "https://zenn.dev/{username}",
    "category": "coding",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "YouTube Channel",
    "url": "https://www.youtube.com/c/{username}/about",
    "type": "username",
    "website": "https://www.youtube.com/c/{username}/about",
    "category": "video",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "XNXX",
    "url": "https://www.xnxx.com/mobile/profile/{username}",
    "type": "username",
    "website": "https://www.xnxx.com/mobile/profile/{username}",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>Bad request"
    }
  },
  {
    "name": "zmarsa.com",
    "url": "https://zmarsa.com/uzytkownik/{username}",
    "type": "username",
    "website": "https://zmarsa.com/uzytkownik/{username}",
    "category": "xx NSFW xx",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "zhihu",
    "url": "https://api.zhihu.com/books/people/{username}/publications?offset=0&limit=5",
    "type": "username",
    "website": "https://www.zhihu.com",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Xanga",
    "url": "http://{username}.xanga.com/",
    "type": "username",
    "website": "http://{username}.xanga.com/",
    "category": "blog",
    "detection": {
      "strategy": "textPositiveMatch",
      "target": "s Xanga Site | Just"
    }
  },
  {
    "name": "Yazawaj",
    "url": "https://www.yazawaj.com/profile/{username}",
    "type": "username",
    "website": "https://www.yazawaj.com/profile/{username}",
    "category": "dating",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>nodata"
    }
  },
  {
    "name": "Военное обозрение",
    "url": "https://topwar.ru/user/{username}/",
    "type": "username",
    "website": "https://topwar.ru/user/{username}/",
    "category": "hobby",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Чатовка.net",
    "url": "https://chatovka.net/search?user_nick=+{username}&user_sex_m=on&user_sex_f=on",
    "type": "username",
    "website": "https://chatovka.net/search?user_nick=+{username}&user_sex_m=on&user_sex_f=on",
    "category": "social",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "По Вашему запросу люди не найдены."
    }
  },
  {
    "name": "Zomato",
    "url": "https://www.zomato.com/{username}/reviews",
    "type": "username",
    "website": "https://www.zomato.com/{username}/reviews",
    "category": "social",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    },
    "headers": {
      "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
    }
  },
  {
    "name": "Airbit",
    "url": "https://airbit.com/{username}",
    "type": "username",
    "website": "https://airbit.com/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Cfx.re Forum",
    "url": "https://forum.cfx.re/u/{username}/summary",
    "type": "username",
    "website": "https://forum.cfx.re",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "BraveCommunity",
    "url": "https://community.brave.com/u/{username}/",
    "type": "username",
    "website": "https://community.brave.com/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Caddy Community",
    "url": "https://caddy.community/u/{username}/summary",
    "type": "username",
    "website": "https://caddy.community/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Car Talk Community",
    "url": "https://community.cartalk.com/u/{username}/summary",
    "type": "username",
    "website": "https://community.cartalk.com/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Choice Community",
    "url": "https://choice.community/u/{username}/summary",
    "type": "username",
    "website": "https://choice.community/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Credly",
    "url": "https://www.credly.com/users/{username}",
    "type": "username",
    "website": "https://www.credly.com/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "CGTrader",
    "url": "https://www.cgtrader.com/{username}",
    "type": "username",
    "website": "https://www.cgtrader.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Cplusplus",
    "url": "https://cplusplus.com/user/{username}",
    "type": "username",
    "website": "https://cplusplus.com",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "<title>404 Page Not Found</title>"
    }
  },
  {
    "name": "Instapaper",
    "url": "https://www.instapaper.com/p/{username}",
    "type": "username",
    "website": "https://www.instapaper.com/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Jellyfin Weblate",
    "url": "https://translate.jellyfin.org/user/{username}/",
    "type": "username",
    "website": "https://translate.jellyfin.org/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Jupyter Community Forum",
    "url": "https://discourse.jupyter.org/u/{username}/summary",
    "type": "username",
    "website": "https://discourse.jupyter.org",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Oops! That page doesn’t exist or is private."
    }
  },
  {
    "name": "LinuxFR.org",
    "url": "https://linuxfr.org/users/{username}",
    "type": "username",
    "website": "https://linuxfr.org/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Listed",
    "url": "https://listed.to/@{username}",
    "type": "username",
    "website": "https://listed.to/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Python.org Discussions",
    "url": "https://discuss.python.org/u/{username}/summary",
    "type": "username",
    "website": "https://discuss.python.org",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Oops! That page doesn’t exist or is private."
    }
  },
  {
    "name": "OurDJTalk",
    "url": "https://ourdjtalk.com/members?username={username}",
    "type": "username",
    "website": "https://ourdjtalk.com/",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "The specified member cannot be found"
    }
  },
  {
    "name": "ShitpostBot5000",
    "url": "https://www.shitpostbot.com/user/{username}",
    "type": "username",
    "website": "https://www.shitpostbot.com/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "SWAPD",
    "url": "https://swapd.co/u/{username}",
    "type": "username",
    "website": "https://swapd.co/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "SpaceHey",
    "url": "https://spacehey.com/{username}",
    "type": "username",
    "website": "https://spacehey.com/",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Not Found (Error 404) | SpaceHey"
    }
  },
  {
    "name": "Signal",
    "url": "https://community.signalusers.org/u/{username}",
    "type": "username",
    "website": "https://community.signalusers.org",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Oops! That page doesn’t exist or is private."
    }
  },
  {
    "name": "Nothing Community",
    "url": "https://nothing.community/u/{username}",
    "type": "username",
    "website": "https://nothing.community/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "TheMovieDB",
    "url": "https://www.themoviedb.org/u/{username}",
    "type": "username",
    "website": "https://www.themoviedb.org/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "Ruby Forums",
    "url": "https://ruby-forum.com/u/{username}/summary",
    "type": "username",
    "website": "https://ruby-forums.com",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Oops! That page doesn’t exist or is private."
    }
  },
  {
    "name": "TnAFlix",
    "url": "https://www.tnaflix.com/profile/{username}",
    "type": "username",
    "website": "https://www.tnaflix.com/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "enabled": false,
    "name": "Trovo",
    "url": "https://trovo.live/s/{username}/",
    "type": "username",
    "website": "https://trovo.live",
    "category": "misc",
    "detection": {
      "strategy": "textNegativeMatch",
      "target": "Uh Ohhh..."
    }
  },
  {
    "name": "WordPressOrg",
    "url": "https://profiles.wordpress.org/{username}/",
    "type": "username",
    "website": "https://wordpress.org/",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "znanylekarz.pl",
    "url": "https://www.znanylekarz.pl/{username}",
    "type": "username",
    "website": "https://znanylekarz.pl",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "travellerspoint",
    "url": "https://www.travellerspoint.com/member_profile.cfm?user={username}",
    "type": "username",
    "website": "https://www.travellerspoint.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "crackmes",
    "url": "https://crackmes.one/user/{username}",
    "type": "username",
    "website": "https://crackmes.one",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "vampirefreaks",
    "url": "https://vampirefreaks.com/{username}",
    "type": "username",
    "website": "https://vampirefreaks.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "stackblitz",
    "url": "https://stackblitz.com/@{username}",
    "type": "username",
    "website": "https://stackblitz.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "vscode.marketplace",
    "url": "https://marketplace.visualstudio.com/publishers/{username}",
    "type": "username",
    "website": "https://marketplace.visualstudio.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "airtable",
    "url": "https://airtable.com/{username}",
    "type": "username",
    "website": "https://airtable.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "superrare",
    "url": "https://superrare.com/{username}",
    "type": "username",
    "website": "https://superrare.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "stickermule",
    "url": "https://www.stickermule.com/{username}",
    "type": "username",
    "website": "https://www.stickermule.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "onnit",
    "url": "https://www.onnit.com/pro-team/{username}/",
    "type": "username",
    "website": "https://www.onnit.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "rentry",
    "url": "https://rentry.co/{username}",
    "type": "username",
    "website": "https://rentry.co",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "behance.projects",
    "url": "https://www.behance.net/{username}/projects",
    "type": "username",
    "website": "https://www.behance.net",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "confluence",
    "url": "https://{username}.atlassian.net/wiki/",
    "type": "username",
    "website": "https://{username}.atlassian.net",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "firefox.addons",
    "url": "https://addons.mozilla.org/en-US/firefox/user/{username}",
    "type": "username",
    "website": "https://addons.mozilla.org",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "zotero",
    "url": "https://www.zotero.org/{username}",
    "type": "username",
    "website": "https://www.zotero.org",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "jira",
    "url": "https://{username}.atlassian.net/jira/",
    "type": "username",
    "website": "https://{username}.atlassian.net",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "opensea.collection",
    "url": "https://opensea.io/collection/{username}",
    "type": "username",
    "website": "https://opensea.io",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "lichess.tvs",
    "url": "https://lichess.org/@/{username}/tv",
    "type": "username",
    "website": "https://lichess.org",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "topcoder.member",
    "url": "https://www.topcoder.com/members/{username}",
    "type": "username",
    "website": "https://www.topcoder.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "peerj",
    "url": "https://peerj.com/{username}",
    "type": "username",
    "website": "https://peerj.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  },
  {
    "name": "flickr.albums",
    "url": "https://www.flickr.com/photos/{username}/albums",
    "type": "username",
    "website": "https://www.flickr.com",
    "category": "misc",
    "detection": {
      "strategy": "statusNegativeMatch",
      "target": 404
    }
  }
]