From 623c149ef323ff0fea14d66ea4eea1e553676d48 Mon Sep 17 00:00:00 2001 From: Giga <52905881+giga-a@users.noreply.github.com> Date: Wed, 1 Dec 2021 13:34:53 -0800 Subject: [PATCH] [auto-b] select websites by type + db stats synced - ref 831e63604c7c, 5cd7b948f3ad, e8122e95bac9, ef196b6b1288 and 71b375d868f9 --- README.md | 7 +- app.py | 12 +- data/sites.json | 40470 +++++++++++++++++++++------------------------- 3 files changed, 18852 insertions(+), 21637 deletions(-) diff --git a/README.md b/README.md index 5635f70..7657300 100755 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ The analysis and public extracted information from this OSINT tool could help in This project is *"currently used by some law enforcement agencies in countries where resources are limited"*. ## Updates -- NSFW search option is queued for testing -- 🔥 Multi-profile search was added to the python CLI +- 🔥 Websites stats synced (1/dec/2021) +- 🔥 NSFW search option implemented in the python CLI (--type "adult") +- 🔥 Multi-profile search implemented in the python CLI - 🔥 1000 websites & 2820 detections have been implemented! - 🔥 More SFW & NSFW websites detections generated by the new automated system! @@ -39,6 +40,7 @@ Standard localhost WEB APP url: http://0.0.0.0:9005/app.html - Metadata & Patterns extraction (Added from Qeeqbox OSINT project) - Force-directed Graph for Metadata (Needs ExtractPatterns) - Search by top-ranking or by country (Alexa Ranking) +- Search by type (adult, music etc.. - automated websites stats) - Profiles stats and static info (Category country) - Cross Metadata stats (Added from Qeeqbox OSINT project) - Auto-flirtation to unnecessary output (Enable javascript etc..) @@ -56,6 +58,7 @@ Standard localhost WEB APP url: http://0.0.0.0:9005/app.html - Filter profiles by good, maybe, and bad - Save the analysis as JSON file - Simplified web interface and CLI +- And, more!! ## Special Detections - Facebook (Phone number, name, or profile name) diff --git a/app.py b/app.py index 7bb6243..8ac90c0 100755 --- a/app.py +++ b/app.py @@ -583,7 +583,7 @@ class SocialAnalyzer(): if argv.websites == "all": list_of_countries = [] - if argv.countries != 'all': + if argv.countries != "all": list_of_countries = argv.countries.split(" ") for site in self.websites_entries: if site["country"] != "" and site["country"].lower() in list_of_countries: @@ -594,6 +594,15 @@ class SocialAnalyzer(): for site in self.websites_entries: site["selected"] = "true" + if argv.type != "all": + sites = ([d for d in self.websites_entries if d.get('selected') == "true"]) + if "adult" in argv.type.lower(): + for site in self.websites_entries: + if "adult" in site["type"].lower(): + site["selected"] = "true" + else: + site["selected"] = "false" + if int(argv.top) != 0: sites = ([d for d in self.websites_entries if d.get('selected') == "true"]) sites = ([d for d in sites if d.get('global_rank') != 0]) @@ -770,6 +779,7 @@ class SocialAnalyzer(): ARG_PARSER_OPTIONAL.add_argument("--filter", help="Filter detected profiles by good, maybe or bad, you can do combine them with comma (good,bad) or use all", metavar="", default="good") ARG_PARSER_OPTIONAL.add_argument("--profiles", help="Filter profiles by detected, unknown or failed, you can do combine them with comma (detected,failed) or use all", metavar="", default="detected") ARG_PARSER_OPTIONAL.add_argument("--countries", help="select websites by country or countries separated by space as: us br ru", metavar="", default="all") + ARG_PARSER_OPTIONAL.add_argument("--type", help="Select websites by type (Adult, Music etc)", metavar="", default="detected") ARG_PARSER_OPTIONAL.add_argument("--top", help="select top websites as 10, 50 etc...[--websites is not needed]", metavar="", default="0") ARG_PARSER_OPTIONAL.add_argument("--extract", help="Extract profiles, urls & patterns if possible", action="store_true") ARG_PARSER_OPTIONAL.add_argument("--metadata", help="Extract metadata if possible (pypi QeeqBox OSINT)", action="store_true") diff --git a/data/sites.json b/data/sites.json index 849af83..e83777d 100755 --- a/data/sites.json +++ b/data/sites.json @@ -2,21630 +2,18836 @@ "project": { "name": "social-analyzer" }, - "websites_entries": [ - { - "url": "https://24.wikia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://500px.com/p/{username}", - "detections": [ - { - "return": "false", - "string": "This page is no longer available", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Photography", - "global_rank": 2547, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://7cups.com/@{username}", - "detections": [ - { - "return": "false", - "string": "Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "com/@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "Profile - 7 Cups", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Mental Health", - "global_rank": 65192, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://8tracks.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile:username", - "type": "normal" - }, - { - "return": "true", - "string": "user_details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 23755, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://9gag.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "There's nothing here", - "type": "advanced" - }, - { - "return": "false", - "string": "There's nothing here", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Humor", - "global_rank": 465, - "country": "DE", - "country_code": 0 - }, - { - "url": "https://aahachat.org/profile/{username}/", - "detections": [ - { - "return": "true", - "string": "\"name\"", - "type": "normal" - }, - { - "return": "true", - "string": "full-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://about.me/{username}", - "detections": [ - { - "return": "false", - "string": "There is no one", - "type": "advanced" - }, - { - "return": "true", - "string": "me/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "name-headline", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 4103, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://admireme.vip/{username}/", - "detections": [ - { - "return": "true", - "string": "profile-", - "type": "normal" - }, - { - "return": "true", - "string": "\"stats\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://adore.one/en/users/{username}", - "detections": [ - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - }, - { - "return": "true", - "string": "profile-images", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://adultism.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile-info", - "type": "normal" - }, - { - "return": "true", - "string": "\"nick\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 97376, - "country": "GB", - "country_code": 0 - }, - { - "url": "https://airbit.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "__stats", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://airlinepilot.life/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Business and Consumer Services > Shipping and Logistics", - "global_rank": 385248, - "country": "US", - "country_code": 0 - }, - { - "url": "https://airliners.net/user/{username}/profile/photos", - "detections": [ - { - "return": "true", - "string": "user-profile-header", - "type": "normal" - }, - { - "return": "true", - "string": "user-follower-button", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://akbrny.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile-info", - "type": "normal" - }, - { - "return": "true", - "string": "profile-social", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://akniga.org/profile/{username}", - "detections": [ - { - "return": "true", - "string": "user--side", - "type": "normal" - }, - { - "return": "true", - "string": "user-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://algowiki-project.org/en/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1768599, - "country": "", - "country_code": 0 - }, - { - "url": "https://alik.cz/u/{username}", - "detections": [ - { - "return": "true", - "string": "user-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Reference Materials > Dictionaries and Encyclopedias", - "global_rank": 547387, - "country": "", - "country_code": 0 - }, - { - "url": "https://alimero.ru/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile-title", - "type": "normal" - }, - { - "return": "true", - "string": "header-user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Food and Drink > Cooking and Recipes", - "global_rank": 83547, - "country": "", - "country_code": 0 - }, - { - "url": "https://aliveshoes.com/brand/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://alleywatch.com/profile/{username}/", - "detections": [ - { - "return": "true", - "string": "author-name", - "type": "normal" - }, - { - "return": "true", - "string": "author-photo", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://allmylinks.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "The link you followed may be broken", - "type": "normal" - }, - { - "return": "false", - "string": "error?username", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 18114, - "country": "US", - "country_code": 0 - }, - { - "url": "https://allthingsworn.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profileOptions", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://alltrails.com/members/{username}", - "detections": [ - { - "return": "false", - "string": "User could not be found", - "type": "advanced" - }, - { - "return": "false", - "string": "User could not be found", - "type": "normal" - }, - { - "return": "true", - "string": "members/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "Member Since", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Camping Scouting and Outdoors", - "global_rank": 3239, - "country": "US", - "country_code": 0 - }, - { - "url": "https://aminoapps.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "It may have been removed", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "aminoId\":\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Animation and Comics", - "global_rank": 4869, - "country": "BR", - "country_code": 0 - }, - { - "url": "https://anar.biz/{username}", - "detections": [ - { - "return": "true", - "string": "\"slug\":\"", - "type": "normal" - }, - { - "return": "true", - "string": "\"name\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://angel.co/{username}", - "detections": [ - { - "return": "false", - "string": "We couldn't find", - "type": "advanced" - }, - { - "return": "false", - "string": "We couldn't find", - "type": "normal" - }, - { - "return": "true", - "string": "\"name\":\"", - "type": "normal" - }, - { - "return": "true", - "string": "u/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Jobs and Career > Jobs and Employment", - "global_rank": 5197, - "country": "US", - "country_code": 0 - }, - { - "url": "https://anilist.co/user/{username}/", - "detections": [ - { - "return": "false", - "string": "404 Page Not Found-Chan", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Arts and Entertainment", - "global_rank": 13905, - "country": "US", - "country_code": 0 - }, - { - "url": "https://anobii.com/{username}/profile", - "detections": [ - { - "return": "false", - "string": "No route found for", - "type": "advanced" - }, - { - "return": "false", - "string": "No route found for", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "E-commerce and Shopping > E-commerce and Shopping", - "global_rank": 67415, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://anphabe.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "fullname", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 159664, - "country": "", - "country_code": 0 - }, - { - "url": "https://antwiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 442584, - "country": "", - "country_code": 0 - }, - { - "url": "https://apclips.com/{username}", - "detections": [ - { - "return": "true", - "string": "about-tab", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://apne.co/member/{username}", - "detections": [ - { - "return": "true", - "string": "profile-header", - "type": "normal" - }, - { - "return": "true", - "string": "userdetails", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://app.intigriti.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "user-name", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computer Security", - "global_rank": 98380, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://apple2games.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://appropedia.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 194921, - "country": "US", - "country_code": 0 - }, - { - "url": "https://aqworldswiki.com/w/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1835940, - "country": "", - "country_code": 0 - }, - { - "url": "https://architizer.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - }, - { - "return": "true", - "string": "profpic", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://archive.org/details/@{username}", - "detections": [ - { - "return": "false", - "string": "cannot find account", - "type": "normal" - }, - { - "return": "false", - "string": "cannot find account", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "{username}?tab", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Science and Education", - "global_rank": 181, - "country": "US", - "country_code": 0 - }, - { - "url": "https://archives.bulbagarden.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 4565, - "country": "US", - "country_code": 0 - }, - { - "url": "https://artfol.me/{username}", - "detections": [ - { - "return": "true", - "string": "@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://artstation.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Visual Arts and Design", - "global_rank": 1162, - "country": "US", - "country_code": 0 - }, - { - "url": "https://ascend4.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 9098965, - "country": "", - "country_code": 0 - }, - { - "url": "https://asciinema.org/~{username}", - "detections": [ - { - "return": "false", - "string": "404 Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "This page doesn't exist", - "type": "normal" - }, - { - "return": "true", - "string": "~{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 100719, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://asianwiki.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 7938, - "country": "ID", - "country_code": 0 - }, - { - "url": "https://ask.fedoraproject.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 40249, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://ask.fm/{username}", - "detections": [ - { - "return": "false", - "string": "Here used to be", - "type": "advanced" - }, - { - "return": "false", - "string": "Well, apparently not anymore", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "fm/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 5094, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://asquero.com/user/dashboard/{username}", - "detections": [ - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "post-title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 845364, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://audiojungle.net/user/{username}", - "detections": [ - { - "return": "false", - "string": "Nothing to see here", - "type": "advanced" - }, - { - "return": "false", - "string": "Nothing to see here", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "user/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 6332, - "country": "US", - "country_code": 0 - }, - { - "url": "https://authorstream.com/{username}", - "detections": [ - { - "return": "false", - "string": "We apologize for this inconvenience", - "type": "advanced" - }, - { - "return": "false", - "string": "We apologize for this inconvenience", - "type": "normal" - }, - { - "return": "true", - "string": "subheading", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 5360, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://avforums.com/members/{username}", - "detections": [ - { - "return": "true", - "string": "logged-in to do that", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Consumer Electronics", - "global_rank": 36025, - "country": "US", - "country_code": 0 - }, - { - "url": "https://babepedia.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "about-content", - "type": "normal" - }, - { - "return": "true", - "string": "Username:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 65129, - "country": "US", - "country_code": 0 - }, - { - "url": "https://baby.ru/u/{username}", - "detections": [ - { - "return": "false", - "string": "error404", - "type": "normal" - }, - { - "return": "true", - "string": "user-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Childrens Health", - "global_rank": 10979, - "country": "", - "country_code": 0 - }, - { - "url": "https://babyblog.ru/user/info/{username}", - "detections": [ - { - "return": "true", - "string": "diary-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Childrens Health", - "global_rank": 27839, - "country": "", - "country_code": 0 - }, - { - "url": "https://bahaipedia.org/Wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1530078, - "country": "", - "country_code": 0 - }, - { - "url": "https://bahaipedia.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1530078, - "country": "", - "country_code": 0 - }, - { - "url": "https://bandcamp.com/{username}", - "detections": [ - { - "return": "false", - "string": "Sorry, that something isn’t here", - "type": "advanced" - }, - { - "return": "false", - "string": "Sorry, that something isn’t here", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts", - "global_rank": 1275, - "country": "US", - "country_code": 0 - }, - { - "url": "https://bandlab.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile-card", - "type": "normal" - }, - { - "return": "true", - "string": "profile-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://baseball-reference.com/bullpen/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Sports > Baseball", - "global_rank": 2908, - "country": "US", - "country_code": 0 - }, - { - "url": "https://bash.cyberciti.biz/guide/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 7136, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://bbpress.org/forums/profile/{username}/", - "detections": [ - { - "return": "true", - "string": "bbpress-user", - "type": "normal" - }, - { - "return": "true", - "string": "bbp-user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 26447, - "country": "US", - "country_code": 0 - }, - { - "url": "https://beatstars.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "member-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://beeg.com/people/{username}", - "detections": [ - { - "return": "true", - "string": "{username}", - "type": "advanced" - }, - { - "return": "true", - "string": "Suggest Edits", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 1256, - "country": "US", - "country_code": 0 - }, - { - "url": "https://behance.net/{username}", - "detections": [ - { - "return": "false", - "string": "Oops! We can’t find that page", - "type": "advanced" - }, - { - "return": "false", - "string": "Oops! We can’t find that page", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "net/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "\"name\":\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Visual Arts and Design", - "global_rank": 249, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://beta.cent.co/@{username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Finance > Finance", - "global_rank": 73277, - "country": "US", - "country_code": 0 - }, - { - "url": "https://betalist.com/@{username}", - "detections": [ - { - "return": "true", - "string": "profile__avatar", - "type": "normal" - }, - { - "return": "true", - "string": "profile__bio", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://betawiki.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 221785, - "country": "AU", - "country_code": 0 - }, - { - "url": "https://biggerpockets.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "profile-header", - "type": "normal" - }, - { - "return": "true", - "string": "header-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://binarysearch.io/@/{username}", - "detections": [ - { - "return": "false", - "string": "Profile not found", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://biosector01.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://bit.dev/{username}", - "detections": [ - { - "return": "true", - "string": "\">{username}", - "type": "normal" - }, - { - "return": "true", - "string": "FOLLOWERS", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 41144, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://bitbucket.org/{username}", - "detections": [ - { - "return": "false", - "string": "That link has no power here", - "type": "advanced" - }, - { - "return": "false", - "string": "That link has no power here", - "type": "normal" - }, - { - "return": "true", - "string": "\"uuid\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 2209, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://bitcoin.it/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 38536, - "country": "US", - "country_code": 0 - }, - { - "url": "https://bitcoinforum.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "An Error Has Occurred!", - "type": "advanced" - }, - { - "return": "false", - "string": "An Error Has Occurred!", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 131709, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://blazemonger.com/GG/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://blip.fm/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "urlName", - "type": "normal" - }, - { - "return": "true", - "string": "profilePic", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 90924, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://blog.naver.com/{username}", - "detections": [ - { - "return": "false", - "string": "error_content", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}.xml", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 35, - "country": "", - "country_code": 0 - }, - { - "url": "https://blokcity.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://bluevies.miraheze.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Web Hosting and Domain Names", - "global_rank": 29514, - "country": "US", - "country_code": 0 - }, - { - "url": "https://bodyspace.bodybuilding.com/{username}", - "detections": [ - { - "return": "true", - "string": "com/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "userName", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Nutrition Diets and Fitness", - "global_rank": 1971, - "country": "US", - "country_code": 0 - }, - { - "url": "https://bogleheads.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 19104, - "country": "US", - "country_code": 0 - }, - { - "url": "https://boi.alt-starfleet-rpg.net/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://bonanza.com/booths/{username}", - "detections": [ - { - "return": "true", - "string": "booth_title_bar", - "type": "normal" - }, - { - "return": "true", - "string": "booth_header_container", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://bongacams.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile_", - "type": "normal" - }, - { - "return": "true", - "string": "last_login", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://bookafly.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "c__followers", - "type": "normal" - }, - { - "return": "true", - "string": "c__following", - "type": "normal" - }, - { - "return": "true", - "string": "users/{username}\">", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://bookcrossing.com/mybookshelf/{username}", - "detections": [ - { - "return": "false", - "string": "Sorry, we were unable", - "type": "advanced" - }, - { - "return": "false", - "string": "Sorry, we were unable", - "type": "normal" - }, - { - "return": "true", - "string": "-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Books", - "global_rank": 54406, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://brainscale.net/users/{username}", - "detections": [ - { - "return": "true", - "string": "profile-main", - "type": "normal" - }, - { - "return": "true", - "string": "Profile Info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://bulbanews.bulbagarden.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 4565, - "country": "US", - "country_code": 0 - }, - { - "url": "https://bulbapedia.bulbagarden.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 4565, - "country": "US", - "country_code": 0 - }, - { - "url": "https://bulbapp.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://buymeacoffee.com/{username}", - "detections": [ - { - "return": "false", - "string": "seem to find the page", - "type": "advanced" - }, - { - "return": "false", - "string": "seem to find the page", - "type": "normal" - }, - { - "return": "true", - "string": "creator-csrf", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 4828, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://buzzfeed.com/{username}", - "detections": [ - { - "return": "false", - "string": "We can't find the page you're looking for", - "type": "advanced" - }, - { - "return": "false", - "string": "We can't find the page you're looking for", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\"", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 561, - "country": "US", - "country_code": 0 - }, - { - "url": "https://caddy.community/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 141742, - "country": "CH", - "country_code": 0 - }, - { - "url": "https://cameraprive.com/br/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "header-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://camsoda.com/{username}", - "detections": [ - { - "return": "true", - "string": "Public Chat Channel", - "type": "normal" - }, - { - "return": "true", - "string": "My Media", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://canva.com/{username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Graphics Multimedia and Web Design", - "global_rank": 52, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://capfriendly.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "No results found", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Sports > Sports", - "global_rank": 35746, - "country": "US", - "country_code": 0 - }, - { - "url": "https://career.habr.com/{username}", - "detections": [ - { - "return": "false", - "string": "404 error", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 1665, - "country": "", - "country_code": 0 - }, - { - "url": "https://caringbridge.org/visit/{username}", - "detections": [ - { - "return": "true", - "string": "donation/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-signin-page", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 18715, - "country": "US", - "country_code": 0 - }, - { - "url": "https://carousell.sg/{username}", - "detections": [ - { - "return": "true", - "string": "photos/profiles", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "E-commerce and Shopping > E-commerce and Shopping", - "global_rank": 2443, - "country": "SG", - "country_code": 0 - }, - { - "url": "https://carswap.me/{username}", - "detections": [ - { - "return": "true", - "string": "products_dtils", - "type": "normal" - }, - { - "return": "true", - "string": "ask-list", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 6254815, - "country": "", - "country_code": 0 - }, - { - "url": "https://cash.app/${username}", - "detections": [ - { - "return": "true", - "string": "/${username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://cash.me/{username}", - "detections": [ - { - "return": "false", - "string": "The page you are looking for can't be found.", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you are looking for can't be found.", - "type": "normal" - }, - { - "return": "true", - "string": "display_name", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 5676480, - "country": "", - "country_code": 0 - }, - { - "url": "https://cda.pl/{username}", - "detections": [ - { - "return": "true", - "string": "pl/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "my-page", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://ch.tetr.io/u/{username}", - "detections": [ - { - "return": "true", - "string": "io/user-content", - "type": "normal" - }, - { - "return": "true", - "string": "profile_avatar", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://championat.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "error404", - "type": "normal" - }, - { - "return": "true", - "string": "profile_", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 694, - "country": "", - "country_code": 0 - }, - { - "url": "https://chaos.social/@{username}", - "detections": [ - { - "return": "false", - "string": "The page you are looking", - "type": "normal" - }, - { - "return": "true", - "string": "/@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 2876376, - "country": "", - "country_code": 0 - }, - { - "url": "https://chatbazaar.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "\"members\"", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://chaturbate.com/{username}/", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "JPEG_ROOM_IMAGE_URL", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://chess.com/member/{username}", - "detections": [ - { - "return": "false", - "string": "somebody made a wrong move", - "type": "advanced" - }, - { - "return": "false", - "string": "somebody made a wrong move", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Board and Card Games", - "global_rank": 195, - "country": "US", - "country_code": 0 - }, - { - "url": "https://chictopia.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile_photo_hover", - "type": "normal" - }, - { - "return": "true", - "string": "hidden_about", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Lifestyle > Fashion and Apparel", - "global_rank": 185433, - "country": "CA", - "country_code": 0 - }, - { - "url": "https://chiefdelphi.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Education", - "global_rank": 304143, - "country": "", - "country_code": 0 - }, - { - "url": "https://childrensbooks.wikia.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://choice.community/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Home and Garden > Home and Garden", - "global_rank": 669865, - "country": "", - "country_code": 0 - }, - { - "url": "https://clapperapp.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-stats", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://cloob.com/name/{username}", - "detections": [ - { - "return": "false", - "string": "notFound", - "type": "normal" - }, - { - "return": "true", - "string": "userHeader", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 25707, - "country": "", - "country_code": 0 - }, - { - "url": "https://cloudromance.com/{username}", - "detections": [ - { - "return": "true", - "string": "\"username\"", - "type": "normal" - }, - { - "return": "true", - "string": "papapap", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 309366, - "country": "KE", - "country_code": 0 - }, - { - "url": "https://clouds.wikia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://club.myce.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 361274, - "country": "", - "country_code": 0 - }, - { - "url": "https://clubhousedb.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-page", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://cnblogs.com/{username}", - "detections": [ - { - "return": "true", - "string": "com/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "currentBlogApp", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://cnet.com/profiles/{username}", - "detections": [ - { - "return": "false", - "string": "You are here in error", - "type": "advanced" - }, - { - "return": "false", - "string": "You are here in error", - "type": "normal" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "recipientName", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 203, - "country": "US", - "country_code": 0 - }, - { - "url": "https://codeberg.com/{username}", - "detections": [ - { - "return": "false", - "string": "does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://codechef.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "users/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "user-details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 7011, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://codeforces.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "user-rank", - "type": "normal" - }, - { - "return": "true", - "string": "\"/profile/{username}\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 7032, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://codementor.io/{username}", - "detections": [ - { - "return": "false", - "string": "/404/", - "type": "advanced" - }, - { - "return": "true", - "string": "box-sizing", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 9129, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://codepen.io/{username}", - "detections": [ - { - "return": "false", - "string": "I'm afraid you've found", - "type": "advanced" - }, - { - "return": "false", - "string": "I'm afraid you've found", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 1759, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://coderwall.com/{username}", - "detections": [ - { - "return": "true", - "string": "content=\"/{username}\"", - "type": "normal" - }, - { - "return": "true", - "string": "overflow-hidden", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 25196, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://codesnippets.wikia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://codewars.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "The page you were looking", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you were looking", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 15423, - "country": "US", - "country_code": 0 - }, - { - "url": "https://codex.wordpress.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 354, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://coil.com/u/{username}", - "detections": [ - { - "return": "true", - "string": "UserInfo", - "type": "advanced" - }, - { - "return": "true", - "string": "FollowButton", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://coinvote.cc/profile/{username}", - "detections": [ - { - "return": "true", - "string": "coin-column-title", - "type": "normal" - }, - { - "return": "true", - "string": "MY COINS", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://colourlovers.com/lover/{username}", - "detections": [ - { - "return": "false", - "string": "Are you looking for someone", - "type": "advanced" - }, - { - "return": "false", - "string": "Are you looking for someone", - "type": "normal" - }, - { - "return": "true", - "string": "feature-detail", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Visual Arts and Design", - "global_rank": 29802, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://combineoverwiki.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1085066, - "country": "", - "country_code": 0 - }, - { - "url": "https://commons.commondreams.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 31954, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.articulate.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "user__profile", - "type": "normal" - }, - { - "return": "true", - "string": "profile__name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://community.bnz.co.nz/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 22962, - "country": "NZ", - "country_code": 0 - }, - { - "url": "https://community.cartalk.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 58792, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.drownedinsound.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 590253, - "country": "", - "country_code": 0 - }, - { - "url": "https://community.eintracht.de/fans/{username}", - "detections": [ - { - "return": "false", - "string": "Seite nicht gefunden", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Sports > Soccer", - "global_rank": 336285, - "country": "", - "country_code": 0 - }, - { - "url": "https://community.endlessos.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 625414, - "country": "", - "country_code": 0 - }, - { - "url": "https://community.gamedev.tv/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 55640, - "country": "MX", - "country_code": 0 - }, - { - "url": "https://community.gemsofwar.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 295996, - "country": "", - "country_code": 0 - }, - { - "url": "https://community.glowforge.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 15716, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.home-assistant.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 16881, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.hubitat.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Consumer Electronics", - "global_rank": 113831, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.icons8.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 5373, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://community.ifit.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Nutrition Diets and Fitness", - "global_rank": 55246, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.infiniteflight.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 79597, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.kodular.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 10932, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://community.letsencrypt.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 7001, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://community.mycroft.ai/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 272577, - "country": "", - "country_code": 0 - }, - { - "url": "https://community.mydevices.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 187498, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.mypaint.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 1133657, - "country": "", - "country_code": 0 - }, - { - "url": "https://community.oracle.com/people/{username}", - "detections": [ - { - "return": "false", - "string": "User Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "User Not Found", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 459, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.quickfile.co.uk/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Finance > Finance", - "global_rank": 194497, - "country": "", - "country_code": 0 - }, - { - "url": "https://community.revolut.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Finance > Financial Planning and Management", - "global_rank": 6287, - "country": "DE", - "country_code": 0 - }, - { - "url": "https://community.roonlabs.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Consumer Electronics", - "global_rank": 132570, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.rstudio.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 15379, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.signalusers.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 1020718, - "country": "", - "country_code": 0 - }, - { - "url": "https://community.smartthings.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 50609, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.sphero.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 126173, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.sweatco.in/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 80533, - "country": "SA", - "country_code": 0 - }, - { - "url": "https://community.unbounce.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 3716, - "country": "US", - "country_code": 0 - }, - { - "url": "https://community.windy.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "You seem to have stumbled", - "type": "advanced" - }, - { - "return": "false", - "string": "You seem to have stumbled", - "type": "normal" - }, - { - "return": "false", - "string": "\"404\"", - "type": "normal" - }, - { - "return": "true", - "string": "account-stats", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Vehicles > Aviation", - "global_rank": 1680, - "country": "US", - "country_code": 0 - }, - { - "url": "https://connect.opensuse.org/pg/profile/{username}", - "detections": [ - { - "return": "false", - "string": "we could not find the", - "type": "advanced" - }, - { - "return": "false", - "string": "we could not find the", - "type": "normal" - }, - { - "return": "true", - "string": "profile_info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 49223, - "country": "US", - "country_code": 0 - }, - { - "url": "https://conwaylife.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 1161736, - "country": "", - "country_code": 0 - }, - { - "url": "https://coroflot.com/{username}", - "detections": [ - { - "return": "false", - "string": "Looking for something", - "type": "advanced" - }, - { - "return": "false", - "string": "Looking for something", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Photography", - "global_rank": 30146, - "country": "US", - "country_code": 0 - }, - { - "url": "https://couchsurfing.com/people/{username}", - "detections": [ - { - "return": "false", - "string": "not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Travel and Tourism > Accommodation and Hotels", - "global_rank": 16284, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://countable.us/{username}", - "detections": [ - { - "return": "false", - "string": "The page you were looking for", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you were looking for", - "type": "normal" - }, - { - "return": "true", - "string": "_TITLE", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://cplusplus.com/user/{username}/", - "detections": [ - { - "return": "false", - "string": "Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "/user/{username}/", - "type": "normal" - }, - { - "return": "true", - "string": "I_content", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 7944, - "country": "US", - "country_code": 0 - }, - { - "url": "https://cracked.com/members/{username}", - "detections": [ - { - "return": "true", - "string": "data-username={username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 3281, - "country": "US", - "country_code": 0 - }, - { - "url": "https://create.arduino.cc/projecthub/{username}", - "detections": [ - { - "return": "false", - "string": "Bummer, we couldn't find that page", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computer Hardware", - "global_rank": 2934, - "country": "US", - "country_code": 0 - }, - { - "url": "https://creationwiki.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2152945, - "country": "", - "country_code": 0 - }, - { - "url": "https://creativemarket.com/{username}", - "detections": [ - { - "return": "false", - "string": "Whoomp, there it isn", - "type": "advanced" - }, - { - "return": "false", - "string": "Whoomp, there it isn", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\":\"{username}\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Visual Arts and Design", - "global_rank": 2554, - "country": "US", - "country_code": 0 - }, - { - "url": "https://credly.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "c-profile-header", - "type": "normal" - }, - { - "return": "true", - "string": "c-user-layout", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://cruiserswiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1722909, - "country": "", - "country_code": 0 - }, - { - "url": "https://crunchbase.com/person/{username}", - "detections": [ - { - "return": "false", - "string": "find this page for you.", - "type": "normal" - }, - { - "return": "true", - "string": "find this page for you.", - "type": "normal" - }, - { - "return": "true", - "string": "\"section-title\"", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 2219, - "country": "US", - "country_code": 0 - }, - { - "url": "https://crunchyroll.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "but we were unable to find", - "type": "normal" - }, - { - "return": "true", - "string": "user_profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Entertainment", - "global_rank": 409, - "country": "US", - "country_code": 0 - }, - { - "url": "https://cyclechaos.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 507032, - "country": "", - "country_code": 0 - }, - { - "url": "https://d3.ru/user/{username}/posts", - "detections": [ - { - "return": "true", - "string": "/user/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 35029, - "country": "", - "country_code": 0 - }, - { - "url": "https://dailykos.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "Sorry, that blog could not be found", - "type": "advanced" - }, - { - "return": "false", - "string": "Sorry, that blog could not be found", - "type": "normal" - }, - { - "return": "true", - "string": "/user/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "group_info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News", - "global_rank": 7824, - "country": "US", - "country_code": 0 - }, - { - "url": "https://dailymotion.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "false", - "string": "error404", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 284, - "country": "US", - "country_code": 0 - }, - { - "url": "https://dandwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 33331, - "country": "US", - "country_code": 0 - }, - { - "url": "https://dariawiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://data.typeracer.com/pit/profile?user={username}", - "detections": [ - { - "return": "false", - "string": "Profile Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Profile Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "profile:first_name", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 10637, - "country": "US", - "country_code": 0 - }, - { - "url": "https://dating.ru/{username}", - "detections": [ - { - "return": "true", - "string": "ru/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "statistics", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Community and Society > Romance and Relationships", - "global_rank": 64487, - "country": "US", - "country_code": 0 - }, - { - "url": "https://dcard.tw/@{username}", - "detections": [ - { - "return": "true", - "string": "@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "nickname", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://demotywatory.pl/user/{username}", - "detections": [ - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "profileinfobox", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://depop.com/{username}/", - "detections": [ - { - "return": "false", - "string": "that page doesn", - "type": "normal" - }, - { - "return": "false", - "string": "404 Page not found<", - "type": "normal" - }, - { - "return": "true", - "string": "UserName-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Lifestyle > Fashion and Apparel", - "global_rank": 5700, - "country": "US", - "country_code": 0 - }, - { - "url": "https://designspiration.net/{username}", - "detections": [ - { - "return": "false", - "string": "Content Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Content Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://deskthority.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 243423, - "country": "", - "country_code": 0 - }, - { - "url": "https://detectiveconanworld.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Arts and Entertainment", - "global_rank": 158505, - "country": "ID", - "country_code": 0 - }, - { - "url": "https://dev.to/{username}", - "detections": [ - { - "return": "false", - "string": "This page does not exist ", - "type": "advanced" - }, - { - "return": "false", - "string": "This page does not exist ", - "type": "normal" - }, - { - "return": "true", - "string": "data-username=\"{username}\"", - "type": "normal" - }, - { - "return": "true", - "string": "to/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 4168, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://develop.consumerium.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1857587, - "country": "", - "country_code": 0 - }, - { - "url": "https://devforum.zoom.us/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 16, - "country": "US", - "country_code": 0 - }, - { - "url": "https://devpost.com/{username}", - "detections": [ - { - "return": "true", - "string": "com/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-photo", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 12546, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://devrant.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "/users/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 138253, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://dfwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://diatessaron.ir/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://digitalocean.com/community/users/{username}", - "detections": [ - { - "return": "true", - "string": "\"description\"", - "type": "normal" - }, - { - "return": "true", - "string": "users/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Web Hosting and Domain Names", - "global_rank": 2447, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://digitaltibetan.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2269967, - "country": "", - "country_code": 0 - }, - { - "url": "https://discogs.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "We couldn't find that page", - "type": "advanced" - }, - { - "return": "false", - "string": "We couldn't find that page", - "type": "normal" - }, - { - "return": "true", - "string": "data-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 986, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discourse.brew.sh/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 21275, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discourse.chef.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 121914, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discourse.codecombat.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 55041, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discourse.gohugo.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 34421, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://discourse.huel.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Food and Drink > Food and Drink", - "global_rank": 24983, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discourse.julialang.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 73099, - "country": "CN", - "country_code": 0 - }, - { - "url": "https://discourse.jupyter.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 12355, - "country": "DE", - "country_code": 0 - }, - { - "url": "https://discourse.mc-stan.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 247455, - "country": "AU", - "country_code": 0 - }, - { - "url": "https://discourse.mozilla.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 224, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discourse.nodered.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 42715, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discourse.saylor.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Education", - "global_rank": 29412, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discourse.snowplowanalytics.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 123872, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discoursedb.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://discuss.atom.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 15144, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discuss.atom.io/u/{username}/summary", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 15144, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discuss.circleci.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 6660, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discuss.codecademy.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 1553, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discuss.elastic.co/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 4889, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discuss.emberjs.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 98901, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://discuss.huel.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Food and Drink > Food and Drink", - "global_rank": 24983, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discuss.inventables.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Business and Consumer Services > Business Services", - "global_rank": 63023, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discuss.ipfs.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Science and Education", - "global_rank": 21122, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discuss.kotlinlang.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 10895, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://discuss.kubernetes.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 8602, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://discuss.newrelic.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 6721, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discuss.pixls.us/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 378329, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://discuss.prosemirror.net/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 367559, - "country": "NP", - "country_code": 0 - }, - { - "url": "https://discuss.pytorch.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 16502, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discussion.dreamhost.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 5529, - "country": "US", - "country_code": 0 - }, - { - "url": "https://discussions.apple.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "Looking for something in", - "type": "advanced" - }, - { - "return": "false", - "string": "Looking for something in", - "type": "normal" - }, - { - "return": "true", - "string": "/profile/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Consumer Electronics", - "global_rank": 54, - "country": "US", - "country_code": 0 - }, - { - "url": "https://displate.com/{username}/profile", - "detections": [ - { - "return": "false", - "string": "Oops!", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 13465, - "country": "US", - "country_code": 0 - }, - { - "url": "https://disqus.com/{username}", - "detections": [ - { - "return": "false", - "string": "Something didn't work", - "type": "advanced" - }, - { - "return": "false", - "string": "Something didn't work", - "type": "normal" - }, - { - "return": "true", - "string": "by/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 773, - "country": "US", - "country_code": 0 - }, - { - "url": "https://dissociative-identity-disorder.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://dkwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://dnd-wiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 235452, - "country": "US", - "country_code": 0 - }, - { - "url": "https://docs.comics.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Animation and Comics", - "global_rank": 241045, - "country": "US", - "country_code": 0 - }, - { - "url": "https://docs.joomla.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 5863, - "country": "US", - "country_code": 0 - }, - { - "url": "https://docs.routexl.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Business and Consumer Services > Business Services", - "global_rank": 151211, - "country": "US", - "country_code": 0 - }, - { - "url": "https://docsity.com/en/users/profile/{username}", - "detections": [ - { - "return": "true", - "string": "docsity-profile", - "type": "normal" - }, - { - "return": "true", - "string": "\"harveymatbagan\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Education", - "global_rank": 4035, - "country": "BR", - "country_code": 0 - }, - { - "url": "https://dogcraft.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 321081, - "country": "", - "country_code": 0 - }, - { - "url": "https://douban.com/people/{username}/", - "detections": [ - { - "return": "true", - "string": "db-usr-profile", - "type": "normal" - }, - { - "return": "true", - "string": "user-intro", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Arts and Entertainment", - "global_rank": 432, - "country": "CN", - "country_code": 0 - }, - { - "url": "https://dribbble.com/{username}", - "detections": [ - { - "return": "false", - "string": "Whoops, that page is gone", - "type": "advanced" - }, - { - "return": "false", - "string": "Whoops, that page is gone", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 1338, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://drive2.ru/users/{username}", - "detections": [ - { - "return": "false", - "string": ">404", - "type": "normal" - }, - { - "return": "true", - "string": "/users/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Vehicles > Vehicles", - "global_rank": 1485, - "country": "", - "country_code": 0 - }, - { - "url": "https://drive2.ru/users/{username}", - "detections": [ - { - "return": "true", - "string": "c-user__card", - "type": "normal" - }, - { - "return": "true", - "string": "c-user__stats", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://duolingo.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "Error 404", - "type": "advanced" - }, - { - "return": "true", - "string": "{username}", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 5, - "type": "Science and Education > Education", - "global_rank": 614, - "country": "US", - "country_code": 0 - }, - { - "url": "https://eamon.wiki/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://easyeda.com/{username}", - "detections": [ - { - "return": "true", - "string": "project-detail", - "type": "normal" - }, - { - "return": "true", - "string": "user-contact", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://ebay.com/usr/{username}", - "detections": [ - { - "return": "false", - "string": "The User ID you entered was not found", - "type": "advanced" - }, - { - "return": "false", - "string": "The User ID you entered was not found", - "type": "normal" - }, - { - "return": "true", - "string": "/usr/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "E-commerce and Shopping > Marketplace", - "global_rank": 39, - "country": "US", - "country_code": 0 - }, - { - "url": "https://ebid.net/us/users/{username}", - "detections": [ - { - "return": "true", - "string": "theirmain", - "type": "normal" - }, - { - "return": "true", - "string": "users/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "E-commerce and Shopping > Auctions", - "global_rank": 81492, - "country": "AU", - "country_code": 0 - }, - { - "url": "https://ecency.com/@{username}", - "detections": [ - { - "return": "true", - "string": "profile-card", - "type": "normal" - }, - { - "return": "true", - "string": "basic-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://echo.msk.ru/users/{username}", - "detections": [ - { - "return": "false", - "string": "404<", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 1614, - "country": "", - "country_code": 0 - }, - { - "url": "https://edugeek.net/members/{username}.html", - "detections": [ - { - "return": "true", - "string": "member_username", - "type": "normal" - }, - { - "return": "true", - "string": "userinfo", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 344250, - "country": "", - "country_code": 0 - }, - { - "url": "https://edutechwiki.unige.ch/en/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 32042, - "country": "CH", - "country_code": 0 - }, - { - "url": "https://egpu.io/forums/profile/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile-display", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 146403, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://electoralreform.wikia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://elinux.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 235542, - "country": "US", - "country_code": 0 - }, - { - "url": "https://elixirforum.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 100369, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://ello.co/{username}", - "detections": [ - { - "return": "false", - "string": "We couldn't find", - "type": "advanced" - }, - { - "return": "false", - "string": "We couldn't find", - "type": "normal" - }, - { - "return": "true", - "string": "co/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 10188, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://en.brickimedia.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 984490, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.citizendium.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 522761, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.crystalls.info/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2258761, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.gravatar.com/{username}", - "detections": [ - { - "return": "false", - "string": "We’re sorry", - "type": "advanced" - }, - { - "return": "false", - "string": "We’re sorry", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 4786, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://en.illogicopedia.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 5491344, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.pornopedia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 1600585, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.scoutwiki.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Camping Scouting and Outdoors", - "global_rank": 1451634, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.scratch-wiki.info/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 114036, - "country": "US", - "country_code": 0 - }, - { - "url": "https://en.stargatewiki.noip.me/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 4275474, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.tm-ladder.com/{username}_rech.php", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 6264051, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.uncyclopedia.co/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 610687, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.wikichip.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 99298, - "country": "US", - "country_code": 0 - }, - { - "url": "https://en.wikifur.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Animation and Comics", - "global_rank": 412637, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.wikigta.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 786206, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.wikimannia.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1511448, - "country": "", - "country_code": 0 - }, - { - "url": "https://en.wikipedia.org/wiki/Special:CentralAuth/{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Reference Materials > Dictionaries and Encyclopedias", - "global_rank": 13, - "country": "US", - "country_code": 0 - }, - { - "url": "https://encyc.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://erdos.sdslabs.co/users/{username}", - "detections": [ - { - "return": "true", - "string": "nickname", - "type": "normal" - }, - { - "return": "true", - "string": "users/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://erome.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "user-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology", - "global_rank": 8703, - "country": "US", - "country_code": 0 - }, - { - "url": "https://es.pixilart.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-header", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile-details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://escapistmagazine.com/profiles/view/{username}", - "detections": [ - { - "return": "false", - "string": "Please log in to search for users", - "type": "normal" - }, - { - "return": "false", - "string": "Please log in to search for users", - "type": "normal" - }, - { - "return": "true", - "string": "profiles_personal", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 44280, - "country": "US", - "country_code": 0 - }, - { - "url": "https://esolangs.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 468837, - "country": "", - "country_code": 0 - }, - { - "url": "https://esportal.com/en/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://etsy.com/shop/{username}", - "detections": [ - { - "return": "false", - "string": "the page you were looking for was not found", - "type": "advanced" - }, - { - "return": "false", - "string": "the page you were looking for was not found", - "type": "normal" - }, - { - "return": "true", - "string": "shop/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "user_id", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "E-commerce and Shopping > Marketplace", - "global_rank": 71, - "country": "US", - "country_code": 0 - }, - { - "url": "https://eurogamer.net/profiles/{username}", - "detections": [ - { - "return": "false", - "string": "404 Page not found", - "type": "normal" - }, - { - "return": "false", - "string": "404 Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 4464, - "country": "US", - "country_code": 0 - }, - { - "url": "https://euw.op.gg/summoner/userName={username}", - "detections": [ - { - "return": "false", - "string": "This summoner is not registered at", - "type": "advanced" - }, - { - "return": "false", - "string": "This summoner is not registered at", - "type": "normal" - }, - { - "return": "true", - "string": "\"Profile\"", - "type": "normal" - }, - { - "return": "true", - "string": "ProfileImage", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 325, - "country": "US", - "country_code": 0 - }, - { - "url": "https://eve.community/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 1194845, - "country": "", - "country_code": 0 - }, - { - "url": "https://everybodywiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 33893, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://exploretalent.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile-info", - "type": "normal" - }, - { - "return": "true", - "string": "pic_canvas", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://expo.io/@{username}", - "detections": [ - { - "return": "true", - "string": "firstName", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 5847, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://eyeem.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "We can't find the user you're looking", - "type": "advanced" - }, - { - "return": "false", - "string": "We can't find the user you're looking", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Photography", - "global_rank": 40756, - "country": "US", - "country_code": 0 - }, - { - "url": "https://f3.cool/{username}", - "detections": [ - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 246856, - "country": "", - "country_code": 0 - }, - { - "url": "https://f6s.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile-picture", - "type": "normal" - }, - { - "return": "true", - "string": "profile-details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Business", - "global_rank": 8746, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://facebook.com/{username}", - "detections": [ - { - "return": "false", - "string": "This page isn't available", - "type": "advanced" - }, - { - "return": "false", - "string": "The link you followed may be broken", - "type": "normal" - }, - { - "return": "false", - "string": "page:\"/4oh4.php", - "type": "normal" - }, - { - "function": "special_facebook_1", - "type": "special" - } - ], - "selected": "true", - "top": "top10", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 7, - "country": "US", - "country_code": 0 - }, - { - "url": "https://facenama.com/{username}", - "detections": [ - { - "return": "false", - "string": "404 Error", - "type": "normal" - }, - { - "return": "true", - "string": "profile", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 34239, - "country": "", - "country_code": 0 - }, - { - "url": "https://fancentro.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "Follow me", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://fandalism.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}/", - "type": "normal" - }, - { - "return": "true", - "string": "user.username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 489075, - "country": "", - "country_code": 0 - }, - { - "url": "https://fandom.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "t always catch", - "type": "advanced" - }, - { - "return": "false", - "string": "t always catch", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "u/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Arts and Entertainment", - "global_rank": 80, - "country": "US", - "country_code": 0 - }, - { - "url": "https://fanfiktion.de/u/{username}", - "detections": [ - { - "return": "true", - "string": "Profil von", - "type": "normal" - }, - { - "return": "true", - "string": "u/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://fanpop.com/fans/{username}", - "detections": [ - { - "return": "true", - "string": "profile-head", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://fantasti.cc/user/{username}/", - "detections": [ - { - "return": "true", - "string": "user/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile-info", - "type": "normal" - }, - { - "return": "true", - "string": "title_user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 12627, - "country": "US", - "country_code": 0 - }, - { - "url": "https://fark.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "profileTable", - "type": "normal" - }, - { - "return": "true", - "string": "users/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 7260, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://festipedia.org.uk/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://ffm.bio/{username}", - "detections": [ - { - "return": "true", - "string": "bio/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "bio-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://filmow.com/usuario/{username}", - "detections": [ - { - "return": "true", - "string": "avatar", - "type": "normal" - }, - { - "return": "true", - "string": "page-user", - "type": "normal" - }, - { - "return": "true", - "string": "page-user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 52179, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://filmweb.pl/user/{username}", - "detections": [ - { - "return": "true", - "string": "\"user__head\"", - "type": "normal" - }, - { - "return": "true", - "string": "posterInfoBox", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://fineartamerica.com/profiles/{username}/shop", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "buttonFollow", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://finmessage.com/{username}", - "detections": [ - { - "return": "true", - "string": "\"profile-avatar", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://fiverr.com/{username}", - "detections": [ - { - "return": "true", - "string": "{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 135, - "country": "US", - "country_code": 0 - }, - { - "url": "https://fixya.com/users/{username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Home and Garden > Home Improvement and Maintenance", - "global_rank": 4625, - "country": "US", - "country_code": 0 - }, - { - "url": "https://fl.ru/users/{username}/portfolio", - "detections": [ - { - "return": "false", - "string": "404 Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "users/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Jobs and Career > Jobs and Employment", - "global_rank": 34025, - "country": "", - "country_code": 0 - }, - { - "url": "https://flattr.com/@{username}", - "detections": [ - { - "return": "true", - "string": "@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://flickr.com/people/{username}", - "detections": [ - { - "return": "false", - "string": "This is not the page you’re looking for", - "type": "advanced" - }, - { - "return": "false", - "string": "This is not the page you’re looking for", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "people/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Photography", - "global_rank": 394, - "country": "US", - "country_code": 0 - }, - { - "url": "https://flipboard.com/@{username}", - "detections": [ - { - "return": "false", - "string": "This page does not exist", - "type": "advanced" - }, - { - "return": "false", - "string": "This page does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "username/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 2838, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://flipsnack.com/{username}", - "detections": [ - { - "return": "true", - "string": "followCount", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://flirtic.ee/{username}", - "detections": [ - { - "return": "true", - "string": "user_main", - "type": "normal" - }, - { - "return": "true", - "string": "profile_", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://fluther.com/users/{username}/", - "detections": [ - { - "return": "true", - "string": "ext-profile", - "type": "normal" - }, - { - "return": "true", - "string": "usersummary", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://fortnitetracker.com/profile/all/{username}", - "detections": [ - { - "return": "false", - "string": "We are unable to find your profile", - "type": "advanced" - }, - { - "return": "false", - "string": "We are unable to find your profile", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 12498, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.3dnews.ru/member.php?username={username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computer Hardware", - "global_rank": 8375, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.banana-pi.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 429981, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.bonsaimirai.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 585494, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.cfx.re/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 17364, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.cockroachlabs.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 90040, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.core-electronics.com.au/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computer Hardware", - "global_rank": 151296, - "country": "AU", - "country_code": 0 - }, - { - "url": "https://forum.fractalfuture.net/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 6779993, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.freecodecamp.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 1407, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.gitlab.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 3336, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.golangbridge.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 173306, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.guns.ru/forummisc/blog/{username}", - "detections": [ - { - "return": "true", - "string": "username=", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 24086, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.hackthebox.eu/profile/{username}", - "detections": [ - { - "return": "false", - "string": "User not found", - "type": "advanced" - }, - { - "return": "false", - "string": "User not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 17257, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.igromania.ru/member.php?username={username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 21758, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.inaturalist.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Biology", - "global_rank": 30955, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.ionicframework.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 4826, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.juce.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Graphics Multimedia and Web Design", - "global_rank": 250590, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.leasehackr.com/u/{username}/summary", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Vehicles > Vehicles", - "global_rank": 26650, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.level1techs.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 92692, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.mangoh.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 959091, - "country": "CA", - "country_code": 0 - }, - { - "url": "https://forum.manjaro.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 30539, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.mattermost.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 307908, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.obsidian.md/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 39941, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.opennebula.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 453561, - "country": "ID", - "country_code": 0 - }, - { - "url": "https://forum.openwrt.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 34713, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.pkp.sfu.ca/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 5414, - "country": "CA", - "country_code": 0 - }, - { - "url": "https://forum.pokemongohub.net/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 31477, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.schizophrenia.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Mental Health", - "global_rank": 606473, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.seeedstudio.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Consumer Electronics", - "global_rank": 24693, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.slots.lv/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Gambling > Casinos", - "global_rank": 222721, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.snapcraft.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 19755, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.storj.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Finance > Finance", - "global_rank": 53695, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forum.sublimetext.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 8886, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.tudiabetes.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Health Conditions and Concerns", - "global_rank": 462643, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.uipath.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 7707, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.velomania.ru/member.php?username={username}", - "detections": [ - { - "return": "false", - "string": "standard_error", - "type": "normal" - }, - { - "return": "true", - "string": "member_username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 152587, - "country": "", - "country_code": 0 - }, - { - "url": "https://forum.vuejs.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 4055, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forum.webflow.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 2207, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forumhouse.ru/members/?username={username}", - "detections": [ - { - "return": "false", - "string": "\"error\"", - "type": "normal" - }, - { - "return": "true", - "string": "profilePage", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 17025, - "country": "", - "country_code": 0 - }, - { - "url": "https://forumophilia.com/profile.php?mode=viewprofile&u={username}", - "detections": [ - { - "return": "false", - "string": "but that user does not exist", - "type": "advanced" - }, - { - "return": "false", - "string": "but that user does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "type": "Adult", - "selected": "false", - "timeout": 0, - "implicit": 0, - "global_rank": 18389, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.balena.io/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 33213, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.bignerdranch.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 166204, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forums.cgsociety.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Visual Arts and Design", - "global_rank": 28496, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.developer.nvidia.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computer Hardware", - "global_rank": 666, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.episodeinteractive.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 143586, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.gearboxsoftware.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 70450, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.gunsandammo.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "User Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "User Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Sports > Hunting and Shooting", - "global_rank": 182586, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.kali.org/member.php?username={username}", - "detections": [ - { - "return": "false", - "string": "This user has not registered and therefore does", - "type": "advanced" - }, - { - "return": "false", - "string": "This user has not registered and therefore does", - "type": "normal" - }, - { - "return": "true", - "string": "member_username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computer Security", - "global_rank": 7435, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forums.lawrencesystems.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 525752, - "country": "", - "country_code": 0 - }, - { - "url": "https://forums.mmorpg.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "404 Not Found", - "type": "normal" - }, - { - "return": "false", - "string": "404 Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "ProfileOptions", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games", - "global_rank": 21427, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.pcgamer.com/members/?username={username}", - "detections": [ - { - "return": "false", - "string": "The specified member cannot be found", - "type": "advanced" - }, - { - "return": "false", - "string": "The specified member cannot be found", - "type": "normal" - }, - { - "return": "true", - "string": "members/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 2144, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.penny-arcade.com/profile/discussions/{username}", - "detections": [ - { - "return": "true", - "string": "\"About\"", - "type": "normal" - }, - { - "return": "true", - "string": "discussions/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games", - "global_rank": 49733, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.pimoroni.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 265479, - "country": "", - "country_code": 0 - }, - { - "url": "https://forums.sandisk.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 31682, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.serverbuilds.net/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 393412, - "country": "", - "country_code": 0 - }, - { - "url": "https://forums.sketchup.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 2108, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.spongepowered.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 375590, - "country": "", - "country_code": 0 - }, - { - "url": "https://forums.steinberg.net/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 12312, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forums.swanlibraries.net/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 517907, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.t-nation.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 10500, - "country": "US", - "country_code": 0 - }, - { - "url": "https://forums.theanimenetwork.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 1567375, - "country": "", - "country_code": 0 - }, - { - "url": "https://forums.urbackup.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 467751, - "country": "", - "country_code": 0 - }, - { - "url": "https://forums.visual-paradigm.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 12233, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://forums.whonix.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computer Security", - "global_rank": 135652, - "country": "", - "country_code": 0 - }, - { - "url": "https://forums.wyzecam.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Consumer Electronics", - "global_rank": 108388, - "country": "US", - "country_code": 0 - }, - { - "url": "https://fosstodon.org/@{username}", - "detections": [ - { - "name": "mastodon", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 298718, - "country": "", - "country_code": 0 - }, - { - "url": "https://fotolog.com/author/{username}", - "detections": [ - { - "return": "false", - "string": "That page doesn’t exist or is private", - "type": "advanced" - }, - { - "return": "false", - "string": "That page doesn’t exist or is private", - "type": "normal" - }, - { - "return": "true", - "string": "author/{username}/feed/", - "type": "normal" - }, - { - "return": "true", - "string": "page-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 27553, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://freelance.habr.com/freelancers/{username}", - "detections": [ - { - "return": "false", - "string": "404<", - "type": "normal" - }, - { - "return": "true", - "string": "freelancers/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 1665, - "country": "", - "country_code": 0 - }, - { - "url": "https://freelancer.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "Looks like the page you are looking", - "type": "advanced" - }, - { - "return": "false", - "string": "Looks like the page you are looking", - "type": "normal" - }, - { - "return": "true", - "string": "userId", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Jobs and Career > Jobs and Employment", - "global_rank": 649, - "country": "US", - "country_code": 0 - }, - { - "url": "https://freesound.org/people/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "account_info", - "type": "normal" - }, - { - "return": "true", - "string": "follow_user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 9143, - "country": "US", - "country_code": 0 - }, - { - "url": "https://frontendmentor.io/profile/{username}/", - "detections": [ - { - "return": "true", - "string": "Header__Name", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}/", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://funtoo.org/wiki/Welcome/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1621148, - "country": "", - "country_code": 0 - }, - { - "url": "https://furaffinity.net/user/{username}/", - "detections": [ - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "page-userpage", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://gab.com/{username}", - "detections": [ - { - "return": "true", - "string": "{username}", - "type": "advanced" - }, - { - "return": "true", - "string": "user_profile_info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 2200, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gaia.wikia.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gaiaonline.com/profiles/{username}", - "detections": [ - { - "return": "false", - "string": "General Error", - "type": "advanced" - }, - { - "return": "false", - "string": "General Error", - "type": "normal" - }, - { - "return": "true", - "string": "about_title", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\">", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Animation and Comics", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://gamedev.net/{username}/", - "detections": [ - { - "return": "true", - "string": "aboutTab", - "type": "normal" - }, - { - "return": "true", - "string": "activityTab", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://gamefaqs.gamespot.com/community/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "sub_info", - "type": "normal" - }, - { - "return": "true", - "string": "profile_user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 967, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gameideas.wikia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gamekult.com/forum/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 32620, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gamepedia.com/members/{username}", - "detections": [ - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "user-details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 133053, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gamespot.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "you seem to be lost", - "type": "advanced" - }, - { - "return": "false", - "string": "you seem to be lost", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games", - "global_rank": 967, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gametz.com/user/{username}.html", - "detections": [ - { - "return": "true", - "string": "itemprop=\"name\"", - "type": "normal" - }, - { - "return": "true", - "string": "/user/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 1611158, - "country": "", - "country_code": 0 - }, - { - "url": "https://gaminglatest.com/members/{username}", - "detections": [ - { - "return": "false", - "string": "We ran into some problems", - "type": "normal" - }, - { - "return": "true", - "string": "memberHeader", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 1049459, - "country": "", - "country_code": 0 - }, - { - "url": "https://garaget.org/{username}", - "detections": [ - { - "return": "true", - "string": "profile-image", - "type": "normal" - }, - { - "return": "true", - "string": "profile-body", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://gdprofiles.com/{username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://gearheadwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2939843, - "country": "", - "country_code": 0 - }, - { - "url": "https://genius.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile_identity", - "type": "normal" - }, - { - "return": "true", - "string": "profile_header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://geocaching.com/p/default.aspx?u={username}", - "detections": [ - { - "return": "false", - "string": "Sorry about that", - "type": "advanced" - }, - { - "return": "false", - "string": "Sorry about that", - "type": "normal" - }, - { - "return": "true", - "string": "u={username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Camping Scouting and Outdoors", - "global_rank": 12078, - "country": "DE", - "country_code": 0 - }, - { - "url": "https://getmyuni.com/user/{username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Universities and Colleges", - "global_rank": 8420, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://gfycat.com/@{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "userid", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Arts and Entertainment", - "global_rank": 2327, - "country": "US", - "country_code": 0 - }, - { - "url": "https://giantbomb.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "Not Found", - "type": "normal" - }, - { - "return": "false", - "string": "Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "profile-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 16652, - "country": "US", - "country_code": 0 - }, - { - "url": "https://giphy.com/{username}", - "detections": [ - { - "return": "false", - "string": "There’s nothing here. Looking for GIFs", - "type": "advanced" - }, - { - "return": "false", - "string": "404 Not Found", - "type": "normal" - }, - { - "return": "false", - "string": "status_code", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Arts and Entertainment", - "global_rank": 701, - "country": "US", - "country_code": 0 - }, - { - "url": "https://girlspacks.com/modelos/{username}/", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "followers", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://gitee.com/{username}", - "detections": [ - { - "return": "false", - "string": "(404)<", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 5002, - "country": "CN", - "country_code": 0 - }, - { - "url": "https://github.com/{username}", - "detections": [ - { - "return": "false", - "string": "This is not the web page you", - "type": "advanced" - }, - { - "return": "false", - "string": "This is not the web page you", - "type": "normal" - }, - { - "return": "true", - "string": "profile:username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 86, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gitlab.com/{username}", - "detections": [ - { - "return": "false", - "string": "have an account yet", - "type": "normal" - }, - { - "name": "gitlab", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 3336, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://gitlab.gnome.org/{username}", - "detections": [ - { - "return": "false", - "string": "You need to sign in or sign up before continuing.", - "type": "normal" - }, - { - "name": "gitlab", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 18463, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gitmemory.com/{username}", - "detections": [ - { - "return": "false", - "string": "404<", - "type": "normal" - }, - { - "return": "true", - "string": "user-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 6075, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://glitch.com/@{username}", - "detections": [ - { - "return": "true", - "string": "profileInfo", - "type": "advanced" - }, - { - "return": "true", - "string": "@{username}", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://globalgamejam.org/users/{username}", - "detections": [ - { - "return": "true", - "string": "user-full-name", - "type": "normal" - }, - { - "return": "true", - "string": "user-picture", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://globulation2.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 6518169, - "country": "", - "country_code": 0 - }, - { - "url": "https://gloria.tv/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "portrait", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://gmail.com/{username}", - "detections": [ - { - "function": "special_gmail_1", - "type": "special" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 5024, - "country": "ES", - "country_code": 0 - }, - { - "url": "https://goodreads.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Libraries and Museums", - "global_rank": 326, - "country": "US", - "country_code": 0 - }, - { - "url": "https://google.com/{username}", - "detections": [ - { - "function": "special_google_1", - "type": "special" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 1, - "country": "US", - "country_code": 0 - }, - { - "url": "https://gotinder.com/@{username}", - "detections": [ - { - "return": "true", - "string": "\"_id\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Community and Society > Romance and Relationships", - "global_rank": 106195, - "country": "CH", - "country_code": 0 - }, - { - "url": "https://gridpp.ac.uk/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://guildwiki.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://gumroad.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "data-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 5438, - "country": "US", - "country_code": 0 - }, - { - "url": "https://guru.com/freelancers/{username}", - "detections": [ - { - "return": "true", - "string": "profile__", - "type": "normal" - }, - { - "return": "true", - "string": "freelancer-details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Jobs and Career > Jobs and Employment", - "global_rank": 3338, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://gurushots.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "advanced" - }, - { - "return": "true", - "string": "-profile-", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://gurushots.com/{username}/photos", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 17166, - "country": "US", - "country_code": 0 - }, - { - "url": "https://habr.com/ru/users/{username}", - "detections": [ - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 1665, - "country": "", - "country_code": 0 - }, - { - "url": "https://hackaday.io/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "\"id\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 37116, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hackerearth.com/@{username}", - "detections": [ - { - "return": "true", - "string": "profile-card", - "type": "normal" - }, - { - "return": "true", - "string": "profile-detail", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Jobs and Career > Jobs and Employment", - "global_rank": 6237, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hackernoon.com/u/{username}", - "detections": [ - { - "return": "true", - "string": "bio-text", - "type": "normal" - }, - { - "return": "true", - "string": "\"/u/{username}\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 8346, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hackerone.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile:username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 7976, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hackerrank.com/{username}", - "detections": [ - { - "return": "false", - "string": "Something went wrong", - "type": "normal" - }, - { - "return": "true", - "string": "profile-username-heading", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 1779, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hacking-lab.com/user/profile/{username}/?__cookie_try=1", - "detections": [ - { - "return": "true", - "string": "Rank:", - "type": "normal" - }, - { - "return": "true", - "string": "Profile of {username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 382215, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hackster.io/{username}", - "detections": [ - { - "return": "false", - "string": "we couldn't find that page", - "type": "advanced" - }, - { - "return": "false", - "string": "we couldn't find that page", - "type": "normal" - }, - { - "return": "true", - "string": "UserProfile", - "type": "normal" - }, - { - "return": "true", - "string": "user_", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 23235, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hackthissite.org/user/view/{username}", - "detections": [ - { - "return": "false", - "string": "Cannot Retrieve Information", - "type": "advanced" - }, - { - "return": "false", - "string": "Cannot Retrieve Information", - "type": "normal" - }, - { - "return": "true", - "string": "id={username}", - "type": "normal" - } - ], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "selected": "false", - "timeout": 0, - "implicit": 0, - "global_rank": 68205, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hamkhone.ir/{username}", - "detections": [ - { - "return": "true", - "string": "name_user_profile ", - "type": "normal" - }, - { - "return": "true", - "string": "user_section", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://happysocial.it/{username}", - "detections": [ - { - "return": "true", - "string": "user-avatar", - "type": "normal" - }, - { - "return": "true", - "string": "profile-container", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://harddrop.com/wiki/Tetris_Wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 568850, - "country": "CA", - "country_code": 0 - }, - { - "url": "https://hardwarebook.info/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 8847153, - "country": "", - "country_code": 0 - }, - { - "url": "https://hashnode.com/@{username}", - "detections": [ - { - "return": "true", - "string": "com/@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 20894, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://health-and-medicine.wikia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://heavy-r.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "Channel not found", - "type": "normal" - }, - { - "return": "true", - "string": "member-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 13449, - "country": "US", - "country_code": 0 - }, - { - "url": "https://hellboundhackers.org/user/{username}.html", - "detections": [ - { - "return": "true", - "string": "Email Address:", - "type": "normal" - }, - { - "return": "true", - "string": "General Information", - "type": "normal" - } - ], - "type": "Computers", - "selected": "false", - "timeout": 0, - "implicit": 0, - "global_rank": 200982, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://help.nextcloud.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 22071, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hiddenpalace.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 383081, - "country": "", - "country_code": 0 - }, - { - "url": "https://hive.blog/@{username}", - "detections": [ - { - "return": "true", - "string": "UserProfile__stats", - "type": "normal" - }, - { - "return": "true", - "string": "UserProfile__info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://hiveblocks.com/@{username}", - "detections": [ - { - "return": "true", - "string": "@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "\"lead\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://homeone.com.au/member/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "member-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://house-mixes.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "Profile Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Profile Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Music", - "global_rank": 919883, - "country": "", - "country_code": 0 - }, - { - "url": "https://houzz.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "The page you requested", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you requested", - "type": "normal" - }, - { - "return": "true", - "string": "userProfile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Home and Garden > Home Improvement and Maintenance", - "global_rank": 1014, - "country": "US", - "country_code": 0 - }, - { - "url": "https://hub.docker.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "The page you requested", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 10, - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 3118, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hubpages.com/@{username}", - "detections": [ - { - "return": "false", - "string": "Page does not exist", - "type": "advanced" - }, - { - "return": "false", - "string": "Page does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Reference", - "global_rank": 2457, - "country": "US", - "country_code": 0 - }, - { - "url": "https://hubski.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "No such user", - "type": "advanced" - }, - { - "return": "false", - "string": "No such user", - "type": "normal" - }, - { - "return": "true", - "string": "profile", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Reference", - "global_rank": 211837, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://hunting.ru/forum/members/?username={username}", - "detections": [ - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Vehicles > Vehicles", - "global_rank": 122157, - "country": "", - "country_code": 0 - }, - { - "url": "https://hydrodictyon.eeb.uconn.edu/eebedia/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 14261, - "country": "US", - "country_code": 0 - }, - { - "url": "https://icannwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://icq.im/{username}", - "detections": [ - { - "return": "false", - "string": "Profile not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Profile not found", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 417146, - "country": "TR", - "country_code": 0 - }, - { - "url": "https://ifttt.com/p/{username}", - "detections": [ - { - "return": "false", - "string": "The requested page or file", - "type": "advanced" - }, - { - "return": "false", - "string": "The requested page or file", - "type": "normal" - }, - { - "return": "true", - "string": "user_id", - "type": "normal" - }, - { - "return": "true", - "string": "Profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 4136, - "country": "US", - "country_code": 0 - }, - { - "url": "https://ifunny.co/user/{username}", - "detections": [ - { - "return": "true", - "string": "user/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://iiwiki.us/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1133661, - "country": "", - "country_code": 0 - }, - { - "url": "https://imagefap.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "Invalid uid", - "type": "normal" - }, - { - "return": "true", - "string": "profile_hdr", - "type": "normal" - }, - { - "return": "true", - "string": "var username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 2517, - "country": "GB", - "country_code": 0 - }, - { - "url": "https://imfdb.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 145563, - "country": "US", - "country_code": 0 - }, - { - "url": "https://imgsrc.ru/main/user.php?user={username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Photography", - "global_rank": 20548, - "country": "US", - "country_code": 0 - }, - { - "url": "https://imgup.cz/{username}", - "detections": [ - { - "return": "false", - "string": "That page doesn", - "type": "advanced" - }, - { - "return": "false", - "string": "That page doesn", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - }, - { - "return": "true", - "string": "username:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts", - "global_rank": 2837559, - "country": "", - "country_code": 0 - }, - { - "url": "https://imgur.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "{username}", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > File Sharing and Hosting", - "global_rank": 95, - "country": "US", - "country_code": 0 - }, - { - "url": "https://imslp.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 22430, - "country": "US", - "country_code": 0 - }, - { - "url": "https://inaturalist.nz/people/{username}", - "detections": [ - { - "return": "true", - "string": "user-subnav", - "type": "normal" - }, - { - "return": "true", - "string": "Joined: ", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://inaturalist.org/people/{username}", - "detections": [ - { - "return": "true", - "string": ":username", - "type": "normal" - }, - { - "return": "true", - "string": "people/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Biology", - "global_rank": 30955, - "country": "US", - "country_code": 0 - }, - { - "url": "https://independent.academia.edu/{username}", - "detections": [ - { - "return": "false", - "string": "It looks like you", - "type": "advanced" - }, - { - "return": "false", - "string": "It looks like you", - "type": "normal" - }, - { - "return": "true", - "string": "profile-info", - "type": "normal" - }, - { - "return": "true", - "string": "user_", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Education", - "global_rank": 381, - "country": "ID", - "country_code": 0 - }, - { - "url": "https://indiblogger.in/{username}", - "detections": [ - { - "return": "false", - "string": "page not found", - "type": "normal" - }, - { - "return": "true", - "string": "page not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 27333, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://indiedb.com/members/{username}/", - "detections": [ - { - "return": "true", - "string": "headerbox", - "type": "normal" - }, - { - "return": "true", - "string": "profiledescription", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://influenster.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 15527, - "country": "US", - "country_code": 0 - }, - { - "url": "https://info.sonicretro.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 216846, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://infogalactic.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 223286, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://instagram.com/{username}", - "detections": [ - { - "return": "false", - "string": "Sorry, this page isn't available", - "type": "advanced" - }, - { - "return": "false", - "string": "Sorry, this page isn't available", - "type": "normal" - }, - { - "return": "true", - "string": "full_name\":\"", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "true", - "top": "top10", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 22, - "country": "US", - "country_code": 0 - }, - { - "url": "https://instructables.com/member/{username}", - "detections": [ - { - "return": "false", - "string": "things break sometimes", - "type": "advanced" - }, - { - "return": "false", - "string": "things break sometimes", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 1886, - "country": "US", - "country_code": 0 - }, - { - "url": "https://interpals.net/{username}", - "detections": [ - { - "return": "false", - "string": "The requested user does not", - "type": "advanced" - }, - { - "return": "false", - "string": "The requested user does not", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 11375, - "country": "RO", - "country_code": 0 - }, - { - "url": "https://irc-galleria.net/user/{username}", - "detections": [ - { - "return": "true", - "string": "leaderboard", - "type": "normal" - }, - { - "return": "true", - "string": "submenu-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 109400, - "country": "US", - "country_code": 0 - }, - { - "url": "https://irecommend.ru/users/{username}", - "detections": [ - { - "return": "true", - "string": "profile", - "type": "normal" - }, - { - "return": "true", - "string": "user-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Health", - "global_rank": 2778, - "country": "", - "country_code": 0 - }, - { - "url": "https://irl.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-disk", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 203314, - "country": "US", - "country_code": 0 - }, - { - "url": "https://is.theorizeit.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Business and Consumer Services > Business Services", - "global_rank": 480805, - "country": "", - "country_code": 0 - }, - { - "url": "https://ising.pl/{username}", - "detections": [ - { - "return": "true", - "string": "profile-photo", - "type": "normal" - }, - { - "return": "true", - "string": "profile-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://ismygirl.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://isogg.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Community and Society", - "global_rank": 301963, - "country": "US", - "country_code": 0 - }, - { - "url": "https://issuu.com/{username}", - "detections": [ - { - "return": "false", - "string": "seem to find", - "type": "advanced" - }, - { - "return": "false", - "string": "seem to find", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Books and Literature", - "global_rank": 515, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://it.memedroid.com/user/view/{username}", - "detections": [ - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "Ranked: ", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://javascript.wikia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://jbzd.com.pl/uzytkownik/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://jeuxvideo.com/profil/{username}?mode=infos", - "detections": [ - { - "return": "false", - "string": "erreurs", - "type": "normal" - }, - { - "return": "true", - "string": "infos-pseudo", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 3273, - "country": "FR", - "country_code": 0 - }, - { - "url": "https://justfor.fans/{username}", - "detections": [ - { - "return": "true", - "string": "profile", - "type": "normal" - }, - { - "return": "true", - "string": "\"stats\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://kaggle.com/{username}", - "detections": [ - { - "return": "false", - "string": "find that page", - "type": "advanced" - }, - { - "return": "false", - "string": "404.png", - "type": "normal" - }, - { - "return": "true", - "string": "userId", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 1606, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://karak.ir/user/{username}", - "detections": [ - { - "return": "true", - "string": "userProfileItems", - "type": "normal" - }, - { - "return": "true", - "string": "favUserProf", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://kaufmich.com/p/{username}", - "detections": [ - { - "return": "true", - "string": "profile__main", - "type": "normal" - }, - { - "return": "true", - "string": "profile__card", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://keybase.io/{username}", - "detections": [ - { - "return": "false", - "string": "what you are looking for", - "type": "advanced" - }, - { - "return": "false", - "string": "what you are looking for", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - }, - { - "return": "true", - "string": "data-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 64280, - "country": "US", - "country_code": 0 - }, - { - "url": "https://khamsat.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "user/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://kidicaruswiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://kik.me/{username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology", - "global_rank": 995632, - "country": "", - "country_code": 0 - }, - { - "url": "https://kizlarsoruyor.com/uye/{username}", - "detections": [ - { - "return": "true", - "string": "profile-username", - "type": "normal" - }, - { - "return": "true", - "string": "profile-tab-section", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Community and Society > Romance and Relationships", - "global_rank": 894, - "country": "TR", - "country_code": 0 - }, - { - "url": "https://ko-fi.com/{username}", - "detections": [ - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Animation and Comics", - "global_rank": 5346, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://kongregate.com/accounts/{username}", - "detections": [ - { - "return": "false", - "string": "no account with that name was found", - "type": "advanced" - }, - { - "return": "false", - "string": "no account with that name was found", - "type": "normal" - }, - { - "return": "true", - "string": "profile_heading", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 12718, - "country": "US", - "country_code": 0 - }, - { - "url": "https://kwejk.pl/uzytkownik/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://kwork.ru/user/{username}", - "detections": [ - { - "return": "false", - "string": "page-404", - "type": "normal" - }, - { - "return": "true", - "string": "page-profile", - "type": "normal" - }, - { - "return": "true", - "string": "user-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 6781, - "country": "", - "country_code": 0 - }, - { - "url": "https://lab.pentestit.ru/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 2282033, - "country": "", - "country_code": 0 - }, - { - "url": "https://labroots.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile-header", - "type": "normal" - }, - { - "return": "true", - "string": "class=\"user ", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Science and Education", - "global_rank": 39726, - "country": "US", - "country_code": 0 - }, - { - "url": "https://last.fm/user/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "header-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Music", - "global_rank": 2332, - "country": "GB", - "country_code": 0 - }, - { - "url": "https://launchpad.net/~{username}", - "detections": [ - { - "return": "false", - "string": "Lost something", - "type": "advanced" - }, - { - "return": "false", - "string": "Lost something", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 17265, - "country": "US", - "country_code": 0 - }, - { - "url": "https://lazada.sg/shop/{username}", - "detections": [ - { - "return": "true", - "string": "Last active", - "type": "normal" - }, - { - "return": "true", - "string": "Main Category", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://leetcode.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "profile-root", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 1125, - "country": "US", - "country_code": 0 - }, - { - "url": "https://legiit.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-avatar", - "type": "normal" - }, - { - "return": "true", - "string": "category-box", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Shopping", - "global_rank": 12363, - "country": "US", - "country_code": 0 - }, - { - "url": "https://leofinance.io/@{username}/followers", - "detections": [ - { - "return": "true", - "string": "profile", - "type": "normal" - }, - { - "return": "true", - "string": "io/@{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://lesswrong.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "users-profile", - "type": "normal" - }, - { - "return": "true", - "string": "UsersProfile-meta", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 99918, - "country": "US", - "country_code": 0 - }, - { - "url": "https://letterboxd.com/{username}", - "detections": [ - { - "return": "false", - "string": "find the page you’ve requested", - "type": "advanced" - }, - { - "return": "false", - "string": "find the page you’ve requested", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - }, - { - "return": "true", - "string": "data-user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 2821, - "country": "US", - "country_code": 0 - }, - { - "url": "https://libregamewiki.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 5380010, - "country": "", - "country_code": 0 - }, - { - "url": "https://lichess.org/@/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Board and Card Games", - "global_rank": 1529, - "country": "US", - "country_code": 0 - }, - { - "url": "https://likee.video/@{username}", - "detections": [ - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "(@{username})", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Search Engines", - "global_rank": 42749, - "country": "EG", - "country_code": 0 - }, - { - "url": "https://limswiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1199432, - "country": "", - "country_code": 0 - }, - { - "url": "https://linguaveritas.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://linkedin.com/in/{username}/", - "detections": [ - { - "return": "false", - "string": "Join to view full profiles for free", - "type": "advanced" - }, - { - "return": "false", - "string": "An exact match for {username} could not be found.", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 47, - "country": "US", - "country_code": 0 - }, - { - "url": "https://linux-tips.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 2148820, - "country": "", - "country_code": 0 - }, - { - "url": "https://linux.org.ru/people/{username}/profile", - "detections": [ - { - "return": "true", - "string": "userpic", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 48370, - "country": "", - "country_code": 0 - }, - { - "url": "https://listography.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-box", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 67901, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://liveleak.com/c/{username}", - "detections": [ - { - "return": "false", - "string": "channel not found", - "type": "advanced" - }, - { - "return": "false", - "string": "channel not found", - "type": "normal" - }, - { - "return": "true", - "string": "content_main_right", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 30702, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://livelib.ru/reader/{username}", - "detections": [ - { - "return": "false", - "string": "logo-404", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Books and Literature", - "global_rank": 5723, - "country": "", - "country_code": 0 - }, - { - "url": "https://liveworksheets.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "Worksheets by", - "type": "normal" - }, - { - "return": "true", - "string": "Shared worksheets", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://lobste.rs/u/{username}", - "detections": [ - { - "return": "false", - "string": "they changed their username", - "type": "advanced" - }, - { - "return": "false", - "string": "they changed their username", - "type": "normal" - }, - { - "return": "true", - "string": "/u#{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 495443, - "country": "", - "country_code": 0 - }, - { - "url": "https://lolchess.gg/profile/na/{username}", - "detections": [ - { - "return": "false", - "string": "No search results", - "type": "advanced" - }, - { - "return": "false", - "string": "No search results", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 4922, - "country": "", - "country_code": 0 - }, - { - "url": "https://lordsmobilemaps.com/en/player/{username}", - "detections": [ - { - "return": "true", - "string": "History/Graphs", - "type": "normal" - }, - { - "return": "true", - "string": ">Stats<", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://lostpedia.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://love2d.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 263533, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://lovehomeporn.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "profile-box", - "type": "normal" - }, - { - "return": "true", - "string": "profile-nav", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 132630, - "country": "", - "country_code": 0 - }, - { - "url": "https://lushstories.com/{username}", - "detections": [ - { - "return": "true", - "string": "headers-inner", - "type": "normal" - }, - { - "return": "true", - "string": "report-link", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://m.naijapals.com/profile.php?id={username}", - "detections": [ - { - "return": "true", - "string": "usercard_menu", - "type": "normal" - }, - { - "return": "true", - "string": "id={username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://mamby.com/u/{username}", - "detections": [ - { - "return": "true", - "string": "public-profile", - "type": "normal" - }, - { - "return": "true", - "string": "profile-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://mansonwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 2460990, - "country": "", - "country_code": 0 - }, - { - "url": "https://mariowiki.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 63765, - "country": "US", - "country_code": 0 - }, - { - "url": "https://marvel.wikia.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://mastodon.cloud/@{username}", - "detections": [ - { - "name": "mastodon", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 520929, - "country": "", - "country_code": 0 - }, - { - "url": "https://mastodon.social/@{username}", - "detections": [ - { - "name": "mastodon", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 33888, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://mastodon.technology/@{username}", - "detections": [ - { - "name": "mastodon", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 1296439, - "country": "", - "country_code": 0 - }, - { - "url": "https://mastodon.xyz/@{username}", - "detections": [ - { - "name": "mastodon", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 1295516, - "country": "", - "country_code": 0 - }, - { - "url": "https://medium.com/@{username}", - "detections": [ - { - "return": "false", - "string": "Out of nothing", - "type": "advanced" - }, - { - "return": "false", - "string": "Out of nothing", - "type": "normal" - }, - { - "return": "true", - "string": "profile:username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 124, - "country": "US", - "country_code": 0 - }, - { - "url": "https://members.fotki.com/{username}/about/", - "detections": [ - { - "return": "true", - "string": "profile-aboutme", - "type": "normal" - }, - { - "return": "true", - "string": "user_profile_info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Photography", - "global_rank": 39417, - "country": "US", - "country_code": 0 - }, - { - "url": "https://memes.co/@{username}", - "detections": [ - { - "return": "true", - "string": "profile-info", - "type": "normal" - }, - { - "return": "true", - "string": "profile-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://memrise.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "The page you are trying", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you are trying", - "type": "normal" - }, - { - "return": "true", - "string": "user-details", - "type": "normal" - }, - { - "return": "true", - "string": "profile-stats", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Education", - "global_rank": 12035, - "country": "US", - "country_code": 0 - }, - { - "url": "https://mercadolivre.com.br/perfil/{username}", - "detections": [ - { - "return": "false", - "string": "\"error\"", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "E-commerce and Shopping > Marketplace", - "global_rank": 318, - "country": "BR", - "country_code": 0 - }, - { - "url": "https://mercuryrisingmoviefiction.wikia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://meta.discourse.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 21286, - "country": "US", - "country_code": 0 - }, - { - "url": "https://meta.miraheze.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Web Hosting and Domain Names", - "global_rank": 29514, - "country": "US", - "country_code": 0 - }, - { - "url": "https://meta.wikimedia.org/wiki/Special:CentralAuth/{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Reference Materials > Reference Materials", - "global_rank": 324, - "country": "US", - "country_code": 0 - }, - { - "url": "https://metacafe.com/channels/{username}/", - "detections": [ - { - "return": "true", - "string": "og:url", - "type": "normal" - }, - { - "return": "true", - "string": "channels/{username}/", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 15552, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://metacritic.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "User not found", - "type": "advanced" - }, - { - "return": "false", - "string": "User not found", - "type": "normal" - }, - { - "return": "true", - "string": "userName:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 2487, - "country": "US", - "country_code": 0 - }, - { - "url": "https://metroidwiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2925403, - "country": "", - "country_code": 0 - }, - { - "url": "https://metside.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-avatar", - "type": "normal" - }, - { - "return": "true", - "string": "profile-container", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://metwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 9330410, - "country": "", - "country_code": 0 - }, - { - "url": "https://mfbwiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://micro.blog/{username}", - "detections": [ - { - "return": "true", - "string": "timeline_info", - "type": "normal" - }, - { - "return": "true", - "string": "posts/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Society", - "global_rank": 53033, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://micronations.wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1044206, - "country": "", - "country_code": 0 - }, - { - "url": "https://minds.com/{username}/", - "detections": [ - { - "return": "true", - "string": "@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "Subscribe to @", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://minecraft.gamepedia.com/Minecraft_Wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 133053, - "country": "US", - "country_code": 0 - }, - { - "url": "https://minnit.chat/{username}", - "detections": [ - { - "return": "true", - "string": "chatname", - "type": "normal" - }, - { - "return": "true", - "string": "\"{username}\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://mintme.com/token/{username}", - "detections": [ - { - "return": "true", - "string": "token-name", - "type": "normal" - }, - { - "return": "true", - "string": "token/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://mix.com/{username}", - "detections": [ - { - "return": "true", - "string": "UserProfile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 9503, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://mixcloud.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "true", - "string": "profile-username", - "type": "normal" - }, - { - "return": "true", - "string": "profile-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 3907, - "country": "US", - "country_code": 0 - }, - { - "url": "https://mobile.twitter.com/{username}", - "detections": [ - { - "return": "false", - "string": "This account doesn’t exist", - "type": "advanced" - }, - { - "return": "false", - "string": "This account doesn’t exist", - "type": "normal" - }, - { - "return": "true", - "string": "Tweets & replies", - "type": "normal" - } - ], - "selected": "true", - "top": "top10", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 38, - "country": "US", - "country_code": 0 - }, - { - "url": "https://modelhub.com/{username}/videos", - "detections": [ - { - "return": "true", - "string": "modelHeader", - "type": "normal" - }, - { - "return": "true", - "string": "profilePhotoSection", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://moikrug.ru/{username}", - "detections": [ - { - "return": "false", - "string": "404<", - "type": "normal" - }, - { - "return": "true", - "string": "username:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 161438, - "country": "US", - "country_code": 0 - }, - { - "url": "https://monoskop.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Philosophy", - "global_rank": 158183, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://mostaql.com/u/{username}", - "detections": [ - { - "return": "true", - "string": "profile-details", - "type": "normal" - }, - { - "return": "true", - "string": "profile-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://motherless.com/f/{username}", - "detections": [ - { - "return": "true", - "string": "f/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "member-bio", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://mouthshut.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "profile-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 9684, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://mql5.com/es/users/{username}", - "detections": [ - { - "return": "true", - "string": "user-page", - "type": "normal" - }, - { - "return": "true", - "string": "users/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://mstdn.io/@{username}", - "detections": [ - { - "name": "mastodon", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 1544682, - "country": "", - "country_code": 0 - }, - { - "url": "https://mtgarena.pro/u/{username}", - "detections": [ - { - "return": "true", - "string": ">Follow<", - "type": "normal" - }, - { - "return": "true", - "string": "u/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://muckrack.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile-details", - "type": "normal" - }, - { - "return": "true", - "string": "profile-bio", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 5220, - "country": "US", - "country_code": 0 - }, - { - "url": "https://munzee.com/m/{username}", - "detections": [ - { - "return": "false", - "string": "looks like the page is not found", - "type": "advanced" - }, - { - "return": "false", - "string": "looks like the page is not found", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://musicinafrica.net/fr/users/{username}", - "detections": [ - { - "return": "true", - "string": "follow-user", - "type": "normal" - }, - { - "return": "true", - "string": "pane-title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://musictraveler.com/en/users/{username}", - "detections": [ - { - "return": "true", - "string": "profile-photo", - "type": "normal" - }, - { - "return": "true", - "string": "profile-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://mutecity.org/wiki/F-Zero_Wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://my.bzflag.org/w/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://my.flightradar24.com/{username}", - "detections": [ - { - "return": "false", - "string": "this page could not be found", - "type": "advanced" - }, - { - "return": "false", - "string": "this page could not be found", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Vehicles > Aviation", - "global_rank": 1613, - "country": "ES", - "country_code": 0 - }, - { - "url": "https://myanimelist.net/profile/{username}", - "detections": [ - { - "return": "false", - "string": "This page doesn", - "type": "advanced" - }, - { - "return": "false", - "string": "This page doesn", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Arts and Entertainment", - "global_rank": 875, - "country": "US", - "country_code": 0 - }, - { - "url": "https://myfigurecollection.net/profile/{username}", - "detections": [ - { - "return": "true", - "string": "user-object", - "type": "normal" - }, - { - "return": "true", - "string": "user-status", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://mygirlfund.com/public/{username}", - "detections": [ - { - "return": "true", - "string": "public-profile", - "type": "normal" - }, - { - "return": "true", - "string": "photo-count", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://mym.fans/{username}", - "detections": [ - { - "return": "true", - "string": "profile__header", - "type": "normal" - }, - { - "return": "true", - "string": "profile__description", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://myminifactory.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "Something has gone wrong", - "type": "advanced" - }, - { - "return": "false", - "string": "Something has gone wrong", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\"", - "type": "normal" - }, - { - "return": "true", - "string": "profilename", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 15606, - "country": "US", - "country_code": 0 - }, - { - "url": "https://myra.wikia.com/wiki/MainPage-EN/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://myspace.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 1419, - "country": "US", - "country_code": 0 - }, - { - "url": "https://nairaland.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 800, - "country": "NG", - "country_code": 0 - }, - { - "url": "https://namemc.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "Minecraft Profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games", - "global_rank": 9708, - "country": "US", - "country_code": 0 - }, - { - "url": "https://nationstates.net/{username}", - "detections": [ - { - "return": "false", - "string": "does not exist", - "type": "advanced" - }, - { - "return": "false", - "string": "does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "viewprofile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games", - "global_rank": 62809, - "country": "US", - "country_code": 0 - }, - { - "url": "https://native-instruments.com/forum/members?username={username}", - "detections": [ - { - "return": "false", - "string": "- Error", - "type": "advanced" - }, - { - "return": "false", - "string": "- Error", - "type": "normal" - }, - { - "return": "true", - "string": "profile:username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Graphics Multimedia and Web Design", - "global_rank": 12619, - "country": "US", - "country_code": 0 - }, - { - "url": "https://nausicaa.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 5153379, - "country": "", - "country_code": 0 - }, - { - "url": "https://neogaf.com/members/{username}/", - "detections": [ - { - "return": "false", - "string": "content=\"Oops! We ran", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 34901, - "country": "US", - "country_code": 0 - }, - { - "url": "https://news.ycombinator.com/user?id={username}", - "detections": [ - { - "return": "false", - "string": "No such user", - "type": "advanced" - }, - { - "return": "false", - "string": "No such user", - "type": "normal" - }, - { - "return": "true", - "string": "Profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 9306, - "country": "US", - "country_code": 0 - }, - { - "url": "https://nightbot.tv/t/{username}/commands", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 18194, - "country": "US", - "country_code": 0 - }, - { - "url": "https://nimo.tv/{username}", - "detections": [ - { - "return": "true", - "string": "og:description", - "type": "normal" - }, - { - "return": "true", - "string": "\"alise\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Videos", - "global_rank": 3926, - "country": "ID", - "country_code": 0 - }, - { - "url": "https://ninjakiwi.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 30927, - "country": "", - "country_code": 0 - }, - { - "url": "https://ninwiki.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://nitrc.org/users/{username}/", - "detections": [ - { - "return": "true", - "string": "Contact Information", - "type": "normal" - }, - { - "return": "true", - "string": "User ID:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://nitter.net/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile-card", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://nonktube.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "user/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "vote-box", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 30006, - "country": "US", - "country_code": 0 - }, - { - "url": "https://nookipedia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 277582, - "country": "US", - "country_code": 0 - }, - { - "url": "https://nordicnames.de/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 195133, - "country": "", - "country_code": 0 - }, - { - "url": "https://notabug.org/{username}", - "detections": [ - { - "return": "false", - "string": "If you think this is an error", - "type": "advanced" - }, - { - "return": "false", - "string": "If you think this is an error", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 239947, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://note.com/{username}", - "detections": [ - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 601, - "country": "JP", - "country_code": 0 - }, - { - "url": "https://npmjs.com/~{username}", - "detections": [ - { - "return": "false", - "string": "Scope not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Scope not found", - "type": "normal" - }, - { - "return": "true", - "string": "scope/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 5635, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://nsindex.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 5955261, - "country": "", - "country_code": 0 - }, - { - "url": "https://nwn.wikia.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://nycanals.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://oeis.org/wiki/OeisWiki:About/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 122435, - "country": "US", - "country_code": 0 - }, - { - "url": "https://ok.ru/{username}", - "detections": [ - { - "return": "false", - "string": "This page does not", - "type": "advanced" - }, - { - "return": "false", - "string": "This page does not", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 67, - "country": "", - "country_code": 0 - }, - { - "url": "https://oldschool.runescape.wiki/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1646, - "country": "US", - "country_code": 0 - }, - { - "url": "https://omlet.gg/profile/{username}/", - "detections": [ - { - "return": "true", - "string": "name:", - "type": "normal" - }, - { - "return": "true", - "string": "omletId:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://oncyber.io/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "\"info\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://onehack.us/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 12506, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://open.spotify.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "Search for something else", - "type": "advanced" - }, - { - "return": "false", - "string": "Search for something else", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 82, - "country": "US", - "country_code": 0 - }, - { - "url": "https://openbox.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1093047, - "country": "", - "country_code": 0 - }, - { - "url": "https://opencollective.com/{username}", - "detections": [ - { - "return": "false", - "string": "Not found<", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 34931, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://openhub.net/accounts/{username}", - "detections": [ - { - "return": "false", - "string": "Something seems wrong", - "type": "advanced" - }, - { - "return": "false", - "string": "Something seems wrong", - "type": "normal" - }, - { - "return": "true", - "string": "account_header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 129922, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://opennet.ru/~{username}", - "detections": [ - { - "return": "true", - "string": "show_user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 63572, - "country": "US", - "country_code": 0 - }, - { - "url": "https://opennms.discourse.group/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 4424517, - "country": "", - "country_code": 0 - }, - { - "url": "https://openriskmanual.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1000476, - "country": "", - "country_code": 0 - }, - { - "url": "https://opensea.io/collection/{username}", - "detections": [ - { - "return": "true", - "string": "collection:\\", - "type": "normal" - }, - { - "return": "true", - "string": "/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://opensource.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "Unfortunately the page you", - "type": "advanced" - }, - { - "return": "false", - "string": "Unfortunately the page you", - "type": "normal" - }, - { - "return": "true", - "string": "user-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 10466, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://openstreetmap.org/user/{username}", - "detections": [ - { - "return": "false", - "string": "does not exist", - "type": "advanced" - }, - { - "return": "false", - "string": "does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "profile", - "type": "normal" - }, - { - "return": "true", - "string": "user_", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Reference Materials > Maps", - "global_rank": 4604, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://openwetware.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 312337, - "country": "US", - "country_code": 0 - }, - { - "url": "https://organicdesign.co.nz/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://orthodoxwiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 327459, - "country": "US", - "country_code": 0 - }, - { - "url": "https://os.mbed.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "users/{username}", - "type": "normal" - }, - { - "return": "true", - "string": ">Profile<", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://osu.ppy.sh/users/{username}", - "detections": [ - { - "return": "false", - "string": "User not found", - "type": "advanced" - }, - { - "return": "false", - "string": "User not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 3652, - "country": "US", - "country_code": 0 - }, - { - "url": "https://ourdjtalk.com/members?username={username}", - "detections": [ - { - "return": "false", - "string": "The specified member cannot be found", - "type": "advanced" - }, - { - "return": "false", - "string": "The specified member cannot be found", - "type": "normal" - }, - { - "return": "true", - "string": "memberHeader", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 3071461, - "country": "", - "country_code": 0 - }, - { - "url": "https://oyoy.com/{username}", - "detections": [ - { - "return": "true", - "string": "page-userprofile", - "type": "normal" - }, - { - "return": "true", - "string": "profile-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://packagist.org/packages/{username}", - "detections": [ - { - "return": "false", - "string": "No packages found", - "type": "advanced" - }, - { - "return": "true", - "string": "package-item", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 10558, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://padlet.com/{username}", - "detections": [ - { - "return": "true", - "string": "\"@type\": \"Person\"", - "type": "normal" - }, - { - "return": "true", - "string": "\"name\": \"{username}\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Education", - "global_rank": 175, - "country": "US", - "country_code": 0 - }, - { - "url": "https://padrim.com.br/{username}", - "detections": [ - { - "return": "true", - "string": "about-single", - "type": "normal" - }, - { - "return": "true", - "string": "single-finance", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://pastebin.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "The requested page does not exist", - "type": "advanced" - }, - { - "return": "false", - "string": "The requested page does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "user-view", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Web Hosting and Domain Names", - "global_rank": 2878, - "country": "US", - "country_code": 0 - }, - { - "url": "https://patch.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "profile", - "type": "normal" - }, - { - "return": "true", - "string": "users/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://pathofexile.com/account/view-profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile-details", - "type": "normal" - }, - { - "return": "true", - "string": "details-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 2067, - "country": "US", - "country_code": 0 - }, - { - "url": "https://patreon.com/{username}", - "detections": [ - { - "return": "false", - "string": "Looks like you got lost", - "type": "advanced" - }, - { - "return": "false", - "string": "error.", - "type": "normal" - }, - { - "return": "true", - "string": "profile.", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 343, - "country": "US", - "country_code": 0 - }, - { - "url": "https://pcgamingwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 38958, - "country": "US", - "country_code": 0 - }, - { - "url": "https://pcpartpicker.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "The page you requested", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you requested", - "type": "normal" - }, - { - "return": "true", - "string": "\"Profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Shopping", - "global_rank": 4265, - "country": "US", - "country_code": 0 - }, - { - "url": "https://peach.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "Profile_", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://periscope.tv/{username}", - "detections": [ - { - "return": "false", - "string": "Sorry, this page", - "type": "advanced" - }, - { - "return": "false", - "string": "Sorry, this page", - "type": "normal" - }, - { - "return": "true", - "string": "ProfileName", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 104296, - "country": "US", - "country_code": 0 - }, - { - "url": "https://petrowiki.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1503705, - "country": "", - "country_code": 0 - }, - { - "url": "https://pgdp.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 699876, - "country": "", - "country_code": 0 - }, - { - "url": "https://ph.casino/user/{username}", - "detections": [ - { - "return": "true", - "string": "coverPicture", - "type": "normal" - }, - { - "return": "true", - "string": "avatarPicture", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 330848, - "country": "US", - "country_code": 0 - }, - { - "url": "https://photoblog.pl/{username}", - "detections": [ - { - "return": "true", - "string": "user_details", - "type": "normal" - }, - { - "return": "true", - "string": "user_avatar", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://php.ru/forum/members/?username={username}", - "detections": [ - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 124881, - "country": "", - "country_code": 0 - }, - { - "url": "https://phyphox.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Physics", - "global_rank": 277348, - "country": "", - "country_code": 0 - }, - { - "url": "https://picfair.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "profile__content", - "type": "normal" - }, - { - "return": "true", - "string": "profile__content__stats", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://pidgi.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 714982, - "country": "US", - "country_code": 0 - }, - { - "url": "https://pikabu.ru/@{username}", - "detections": [ - { - "return": "true", - "string": "profile__header", - "type": "normal" - }, - { - "return": "true", - "string": "profile__user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://pinataisland.info/viva/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 7581497, - "country": "", - "country_code": 0 - }, - { - "url": "https://pinkbike.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "Could Not Find This Page", - "type": "advanced" - }, - { - "return": "false", - "string": "Could Not Find This Page", - "type": "normal" - }, - { - "return": "true", - "string": "user-details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Sports > Cycling and Biking", - "global_rank": 9501, - "country": "US", - "country_code": 0 - }, - { - "url": "https://pinterest.com/{username}", - "detections": [ - { - "return": "false", - "string": "User not found", - "type": "normal" - }, - { - "return": "false", - "string": "statusCode\":404", - "type": "normal" - }, - { - "return": "true", - "string": "\"first_name\"", - "type": "normal" - } - ], - "selected": "true", - "top": "top10", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 130, - "country": "US", - "country_code": 0 - }, - { - "url": "https://play.google.com/store/apps/developer?id={username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Shopping", - "global_rank": 1, - "country": "US", - "country_code": 0 - }, - { - "url": "https://pling.com/u/{username}", - "detections": [ - { - "return": "true", - "string": "about-title", - "type": "normal" - }, - { - "return": "true", - "string": "about-footer", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 68968, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://plug.dj/@/{username}", - "detections": [ - { - "return": "false", - "string": "s the party", - "type": "advanced" - }, - { - "return": "false", - "string": "s the party", - "type": "normal" - }, - { - "return": "false", - "string": "error-404", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 4293023, - "country": "", - "country_code": 0 - }, - { - "url": "https://plurk.com/{username}", - "detections": [ - { - "return": "true", - "string": "display_name", - "type": "normal" - }, - { - "return": "true", - "string": "nick_name", - "type": "normal" - }, - { - "return": "true", - "string": "\"{username}\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 1724, - "country": "", - "country_code": 0 - }, - { - "url": "https://pocketstars.com/{username}", - "detections": [ - { - "return": "true", - "string": "Last seen", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://pokemonshowdown.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "Joined:", - "type": "normal" - }, - { - "return": "true", - "string": "Account disabled", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 6148, - "country": "US", - "country_code": 0 - }, - { - "url": "https://polarsteps.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Travel and Tourism > Travel and Tourism", - "global_rank": 248741, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://polygon.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "404 Not found", - "type": "advanced" - }, - { - "return": "false", - "string": "404 Not found", - "type": "normal" - }, - { - "return": "true", - "string": "_profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 2827, - "country": "US", - "country_code": 0 - }, - { - "url": "https://ponywiki.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://portfolio.commishes.com/user/{username}/", - "detections": [ - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "profile-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://portlandwiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 8414712, - "country": "", - "country_code": 0 - }, - { - "url": "https://poserdazfreebies.miraheze.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Web Hosting and Domain Names", - "global_rank": 29514, - "country": "US", - "country_code": 0 - }, - { - "url": "https://poshmark.com/closet/{username}", - "detections": [ - { - "return": "true", - "string": "user-details", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://postcrossing.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "user/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile-header", - "type": "normal" - }, - { - "return": "true", - "string": "profile-about", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 49660, - "country": "", - "country_code": 0 - }, - { - "url": "https://pr0gramm.com/user/{username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 5851, - "country": "DE", - "country_code": 0 - }, - { - "url": "https://premium.chat/{username}", - "detections": [ - { - "return": "true", - "string": "chat/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "(@{username})", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 298285, - "country": "IL", - "country_code": 0 - }, - { - "url": "https://prevueguide.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://privacy.com.br/profile/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://producthunt.com/@{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "\"creator\":\"@", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 9942, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://profil.chatujme.cz/{username}", - "detections": [ - { - "return": "true", - "string": "profilu", - "type": "normal" - }, - { - "return": "true", - "string": "profilview", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Photography", - "global_rank": 2992895, - "country": "", - "country_code": 0 - }, - { - "url": "https://profile.ameba.jp/ameba/{username}/", - "detections": [ - { - "return": "false", - "string": "\"info_", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 1045, - "country": "JP", - "country_code": 0 - }, - { - "url": "https://profile.typepad.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-following", - "type": "normal" - }, - { - "return": "true", - "string": "follow-label", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://profiles.wordpress.org/{username}", - "detections": [ - { - "return": "false", - "string": "User not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "user-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 354, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://prog.hu/azonosito/info/{username}", - "detections": [ - { - "return": "true", - "string": "userprofile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 211475, - "country": "", - "country_code": 0 - }, - { - "status": "bad", - "url": "https://promodj.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 45340, - "country": "", - "country_code": 0 - }, - { - "url": "https://proofwiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 158845, - "country": "US", - "country_code": 0 - }, - { - "url": "https://proteopedia.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 277207, - "country": "", - "country_code": 0 - }, - { - "url": "https://psnprofiles.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 15873, - "country": "US", - "country_code": 0 - }, - { - "url": "https://ptt.cc/bbs/C_Chat/search?q=author%3A{username}", - "detections": [ - { - "return": "true", - "string": "class=\"title\"", - "type": "normal" - }, - { - "return": "true", - "string": "class=\"author\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 891, - "country": "", - "country_code": 0 - }, - { - "url": "https://pttweb.cc/user/{username}", - "detections": [ - { - "return": "true", - "string": "userName:c", - "type": "normal" - }, - { - "return": "true", - "string": "/user/{username}?", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 13143, - "country": "", - "country_code": 0 - }, - { - "url": "https://pubnight.org.uk/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://pypi.org/user/{username}", - "detections": [ - { - "return": "false", - "string": "We looked everywhere", - "type": "advanced" - }, - { - "return": "false", - "string": "We looked everywhere", - "type": "normal" - }, - { - "return": "true", - "string": "author-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 11871, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://pzwiki.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 247349, - "country": "US", - "country_code": 0 - }, - { - "url": "https://qiita.com/{username}", - "detections": [ - { - "return": "true", - "string": "UserMainPage", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 704, - "country": "JP", - "country_code": 0 - }, - { - "url": "https://queer.af/@{username}", - "detections": [ - { - "return": "true", - "string": "public-account", - "type": "normal" - }, - { - "return": "true", - "string": "public-account-bio", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://quirc.miraheze.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Web Hosting and Domain Names", - "global_rank": 29514, - "country": "US", - "country_code": 0 - }, - { - "url": "https://quizlet.com/{username}", - "detections": [ - { - "return": "false", - "string": "We have no idea what to put here", - "type": "advanced" - }, - { - "return": "false", - "string": "We have no idea what to put here", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\":\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Education", - "global_rank": 232, - "country": "US", - "country_code": 0 - }, - { - "url": "https://quora.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Reference Materials > Dictionaries and Encyclopedias", - "global_rank": 361, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://raidforums.com/User-{username}", - "detections": [ - { - "return": "false", - "string": "The member you specified is", - "type": "advanced" - }, - { - "return": "false", - "string": "The member you specified is", - "type": "normal" - }, - { - "return": "true", - "string": "profile__user", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 15911, - "country": "US", - "country_code": 0 - }, - { - "url": "https://rapidapi.com/user/{username}/", - "detections": [ - { - "return": "true", - "string": "ProfilePage", - "type": "normal" - }, - { - "return": "true", - "string": "ProfileAvatar", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://rateyourmusic.com/~{username}", - "detections": [ - { - "return": "false", - "string": "File not found", - "type": "advanced" - }, - { - "return": "false", - "string": "File not found", - "type": "normal" - }, - { - "return": "true", - "string": "profilename", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 5764, - "country": "GB", - "country_code": 0 - }, - { - "url": "https://rationalwiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 61494, - "country": "US", - "country_code": 0 - }, - { - "url": "https://raymanpc.com/wiki/en/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 410042, - "country": "", - "country_code": 0 - }, - { - "url": "https://reach.at/{username}", - "detections": [ - { - "return": "true", - "string": "\"title\"", - "type": "normal" - }, - { - "return": "true", - "string": "\"subtitle\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://reactos.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 175872, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://readersfirst.co.uk/users/{username}", - "detections": [ - { - "return": "true", - "string": "user-photo", - "type": "normal" - }, - { - "return": "true", - "string": "user-details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://realcty.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://realmeye.com/player/{username}", - "detections": [ - { - "return": "false", - "string": "but we either", - "type": "advanced" - }, - { - "return": "false", - "string": "but we either", - "type": "normal" - }, - { - "return": "true", - "string": "entity-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 41018, - "country": "DE", - "country_code": 0 - }, - { - "url": "https://rec.net/user/{username}", - "detections": [ - { - "return": "true", - "string": "/${username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 267559, - "country": "US", - "country_code": 0 - }, - { - "url": "https://redbubble.com/people/{username}", - "detections": [ - { - "return": "false", - "string": "This is a lost cause", - "type": "advanced" - }, - { - "return": "false", - "string": "This is a lost cause", - "type": "normal" - }, - { - "return": "true", - "string": "artistName", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Arts and Entertainment", - "global_rank": 829, - "country": "US", - "country_code": 0 - }, - { - "url": "https://reddit.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "Sorry, nobody", - "type": "advanced" - }, - { - "return": "false", - "string": "Sorry, nobody", - "type": "normal" - }, - { - "return": "true", - "string": "u/{username}", - "type": "normal" - } - ], - "selected": "true", - "top": "top10", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 19, - "country": "US", - "country_code": 0 - }, - { - "url": "https://redtube.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "user_name", - "type": "normal" - }, - { - "return": "true", - "string": "user_details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 1002, - "country": "US", - "country_code": 0 - }, - { - "url": "https://remywiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 617566, - "country": "", - "country_code": 0 - }, - { - "url": "https://renderosity.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "\"Followers\"", - "type": "normal" - }, - { - "return": "true", - "string": "\"Views\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://repl.it/@{username}", - "detections": [ - { - "return": "false", - "string": "Not found", - "type": "advanced" - }, - { - "return": "true", - "string": " profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 233718, - "country": "", - "country_code": 0 - }, - { - "url": "https://republic.co/@{username}", - "detections": [ - { - "return": "true", - "string": "user_profiles", - "type": "normal" - }, - { - "return": "true", - "string": "\"follow\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://republic.co/{username}", - "detections": [ - { - "return": "true", - "string": "user_profile", - "type": "normal" - }, - { - "return": "true", - "string": "\"{username}\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Finance > Investing", - "global_rank": 9712, - "country": "US", - "country_code": 0 - }, - { - "url": "https://researchgate.net/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile:username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Science and Education", - "global_rank": 179, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://resources.allsetlearning.com/chinese/grammar/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Social Sciences", - "global_rank": 143652, - "country": "US", - "country_code": 0 - }, - { - "url": "https://retalk.com/u/{username}", - "detections": [ - { - "return": "true", - "string": "page-info", - "type": "normal" - }, - { - "return": "true", - "string": "page-description", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://retirewiki.jp/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://revealme.com/{username}", - "detections": [ - { - "return": "true", - "string": "member-profilephoto", - "type": "normal" - }, - { - "return": "true", - "string": "imgprofile ", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://reverbnation.com/{username}", - "detections": [ - { - "return": "false", - "string": "we couldn't find that page", - "type": "advanced" - }, - { - "return": "false", - "string": "we couldn't find that page", - "type": "normal" - }, - { - "return": "true", - "string": "profile-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 6555, - "country": "US", - "country_code": 0 - }, - { - "url": "https://rive.app/a/{username}", - "detections": [ - { - "return": "false", - "string": "Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you were looking for", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\":\"", - "type": "normal" - }, - { - "return": "true", - "string": "Profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Graphics Multimedia and Web Design", - "global_rank": 104222, - "country": "US", - "country_code": 0 - }, - { - "url": "https://robertsspaceindustries.com/citizens/{username}", - "detections": [ - { - "return": "false", - "string": "No results for", - "type": "advanced" - }, - { - "return": "false", - "string": "No results for", - "type": "normal" - }, - { - "return": "true", - "string": "-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 17434, - "country": "US", - "country_code": 0 - }, - { - "url": "https://roblox.com/user.aspx?username={username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 90, - "country": "US", - "country_code": 0 - }, - { - "url": "https://rockettube.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "user/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "memProf", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 163530, - "country": "US", - "country_code": 0 - }, - { - "url": "https://root-me.org/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profil de", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://rqiim.com/{username}", - "detections": [ - { - "return": "true", - "string": "my-profile", - "type": "normal" - }, - { - "return": "true", - "string": "\"name\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://rrmiran.com/en//members/{username}", - "detections": [ - { - "return": "true", - "string": ">Views<", - "type": "normal" - }, - { - "return": "true", - "string": "usrcore-profile", - "type": "normal" - }, - { - "return": "true", - "string": ">Views<", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://ruby.dating/en/users/{username}", - "detections": [ - { - "return": "true", - "string": "profile-images", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://rubygems.org/profiles/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile_", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 49809, - "country": "US", - "country_code": 0 - }, - { - "url": "https://run-log.com/live/{username}", - "detections": [ - { - "return": "true", - "string": "username", - "type": "normal" - }, - { - "return": "true", - "string": "profileitem", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://runescape.wiki/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 1646, - "country": "US", - "country_code": 0 - }, - { - "url": "https://rusfootball.info/user/{username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Sports > Soccer", - "global_rank": 26602, - "country": "", - "country_code": 0 - }, - { - "url": "https://satsis.info/user/{username}", - "detections": [ - { - "return": "false", - "string": "berrors", - "type": "normal" - }, - { - "return": "true", - "string": "\"userinfo\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 534322, - "country": "UA", - "country_code": 0 - }, - { - "url": "https://sbazar.cz/{username}", - "detections": [ - { - "return": "false", - "string": "error-box", - "type": "normal" - }, - { - "return": "true", - "string": "-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Shopping", - "global_rank": 21532, - "country": "", - "country_code": 0 - }, - { - "url": "https://scratch.mit.edu/users/{username}", - "detections": [ - { - "return": "false", - "string": "Our server is Scratch", - "type": "advanced" - }, - { - "return": "false", - "string": "Our server is Scratch", - "type": "normal" - }, - { - "return": "true", - "string": "username:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 572, - "country": "US", - "country_code": 0 - }, - { - "url": "https://scribd.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Education", - "global_rank": 290, - "country": "US", - "country_code": 0 - }, - { - "url": "https://sdiy.info/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2454356, - "country": "", - "country_code": 0 - }, - { - "url": "https://segaretro.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 280446, - "country": "", - "country_code": 0 - }, - { - "url": "https://seneporno.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "user-info", - "type": "normal" - }, - { - "return": "true", - "string": "user-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 509843, - "country": "", - "country_code": 0 - }, - { - "url": "https://sextpanther.com/{username}", - "detections": [ - { - "return": "true", - "string": "{username}", - "type": "normal" - }, - { - "return": "true", - "string": "nationality", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://sgwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2586554, - "country": "", - "country_code": 0 - }, - { - "url": "https://shadowlack.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://share.myfreecams.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-header", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://sharechat.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile/{username}/info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 12514, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://shemalestube.com/user/{username}/", - "detections": [ - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "profile-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 42371, - "country": "US", - "country_code": 0 - }, - { - "url": "https://shikimori.one/{username}", - "detections": [ - { - "return": "true", - "string": "profile-content", - "type": "normal" - }, - { - "return": "true", - "string": "profile-head", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://shitpostbot.com/user/{username}", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 1164216, - "country": "", - "country_code": 0 - }, - { - "url": "https://shopee.co.id/{username}", - "detections": [ - { - "return": "true", - "string": "section-seller", - "type": "normal" - }, - { - "return": "true", - "string": "portrait-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://shoutwiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 166016, - "country": "US", - "country_code": 0 - }, - { - "url": "https://sikhiwiki.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 204413, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://sitepoint.com/community/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 7004, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://sitepoint.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 7004, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://sketchfab.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-name", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 3363, - "country": "US", - "country_code": 0 - }, - { - "url": "https://skybrary.aero/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 57639, - "country": "US", - "country_code": 0 - }, - { - "url": "https://slashdot.org/~{username}", - "detections": [ - { - "return": "false", - "string": "The user you requested does not exist", - "type": "advanced" - }, - { - "return": "false", - "string": "The user you requested does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "user_bio", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 4210, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://slideshare.net/{username}", - "detections": [ - { - "return": "false", - "string": "This username", - "type": "advanced" - }, - { - "return": "false", - "string": "This username", - "type": "normal" - }, - { - "return": "true", - "string": "profileHeader", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 199, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://smite.gamepedia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 133053, - "country": "US", - "country_code": 0 - }, - { - "url": "https://smule.com/{username}", - "detections": [ - { - "return": "false", - "string": "The page you are looking", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you are looking", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - }, - { - "return": "true", - "string": "username:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 13908, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://snicket.wikia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://snipplr.com/users/{username}", - "detections": [ - { - "return": "true", - "string": "profile views", - "type": "normal" - }, - { - "return": "true", - "string": "snippets", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 52180, - "country": "US", - "country_code": 0 - }, - { - "url": "https://social.msdn.microsoft.com/profile/{username}/", - "detections": [ - { - "return": "true", - "string": "avatar-name", - "type": "normal" - }, - { - "return": "true", - "string": "\"statistics\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://social.tchncs.de/@{username}", - "detections": [ - { - "return": "false", - "string": "The page you are looking", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you are looking", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "profile:username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 455890, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://society6.com/{username}/all", - "detections": [ - { - "return": "true", - "string": "statDetail", - "type": "normal" - }, - { - "return": "true", - "string": "shopName", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://soundcloud.com/{username}", - "detections": [ - { - "return": "false", - "string": "We can’t find that user", - "type": "advanced" - }, - { - "return": "true", - "string": "com/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 138, - "country": "US", - "country_code": 0 - }, - { - "url": "https://sourceforge.net/u/{username}", - "detections": [ - { - "return": "false", - "string": "t find that page", - "type": "advanced" - }, - { - "return": "false", - "string": "t find that page", - "type": "normal" - }, - { - "return": "true", - "string": "project-icon", - "type": "normal" - }, - { - "return": "true", - "string": "Username:", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 475, - "country": "US", - "country_code": 0 - }, - { - "url": "https://soylentnews.org/~{username}", - "detections": [ - { - "return": "false", - "string": "The user you requested does not exist", - "type": "advanced" - }, - { - "return": "false", - "string": "The user you requested does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "users-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 931363, - "country": "", - "country_code": 0 - }, - { - "url": "https://spankpay.me/{username}", - "detections": [ - { - "return": "true", - "string": "me/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://sparkpeople.com/mypage.asp?id={username}", - "detections": [ - { - "return": "false", - "string": "We couldn't find that user", - "type": "advanced" - }, - { - "return": "false", - "string": "We couldn't find that user", - "type": "normal" - }, - { - "return": "true", - "string": "member_", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Nutrition Diets and Fitness", - "global_rank": 31293, - "country": "US", - "country_code": 0 - }, - { - "url": "https://spectrum.chat/users/{username}", - "detections": [ - { - "return": "true", - "string": "users/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://speedrun.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "not found.", - "type": "advanced" - }, - { - "return": "false", - "string": "not found.", - "type": "normal" - }, - { - "return": "true", - "string": "username-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 13015, - "country": "US", - "country_code": 0 - }, - { - "url": "https://splatoonwiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 943893, - "country": "", - "country_code": 0 - }, - { - "url": "https://spletnik.ru/user/{username}", - "detections": [ - { - "return": "false", - "string": "error-page", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 11178, - "country": "", - "country_code": 0 - }, - { - "url": "https://splits.io/users/{username}", - "detections": [ - { - "return": "false", - "string": "This page doesn't exist", - "type": "advanced" - }, - { - "return": "false", - "string": "This page doesn't exist", - "type": "normal" - }, - { - "return": "true", - "string": "users/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://sporcle.com/user/{username}/people", - "detections": [ - { - "return": "false", - "string": "This Sporcle user cannot", - "type": "advanced" - }, - { - "return": "false", - "string": "This Sporcle user cannot", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 4199, - "country": "US", - "country_code": 0 - }, - { - "url": "https://sporewiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://sports.ru/profile/{username}", - "detections": [ - { - "return": "true", - "string": "info-block", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Sports > Sports", - "global_rank": 1312, - "country": "", - "country_code": 0 - }, - { - "url": "https://spreadshirt.com/shop/user/{username}/", - "detections": [ - { - "return": "true", - "string": "designer", - "type": "normal" - }, - { - "return": "true", - "string": "image-server", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://ssbwiki.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 30631, - "country": "US", - "country_code": 0 - }, - { - "url": "https://stackshare.io/{username}", - "detections": [ - { - "return": "true", - "string": "profile-name", - "type": "normal" - }, - { - "return": "true", - "string": "review-author", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 7215, - "country": "US", - "country_code": 0 - }, - { - "url": "https://starcitizen.tools/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 154896, - "country": "US", - "country_code": 0 - }, - { - "url": "https://starfywiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 7374369, - "country": "", - "country_code": 0 - }, - { - "url": "https://stars.avn.com/{username}", - "detections": [ - { - "return": "true", - "string": "com/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://starwars.wikia.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://steamcommunity.com/id/{username}", - "detections": [ - { - "return": "false", - "string": "An error was encountered", - "type": "advanced" - }, - { - "return": "false", - "string": "An error was encountered", - "type": "normal" - }, - { - "return": "true", - "string": "profile_", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 454, - "country": "US", - "country_code": 0 - }, - { - "url": "https://steamid.uk/profile/{username}", - "detections": [ - { - "return": "false", - "string": "Profile not found", - "type": "normal" - }, - { - "return": "true", - "string": "nickname", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 323995, - "country": "", - "country_code": 0 - }, - { - "url": "https://steemcoinpan.com/@{username}", - "detections": [ - { - "return": "true", - "string": "UserProfile__bio", - "type": "normal" - }, - { - "return": "true", - "string": "UserProfile__stats", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://steemit.com/@{username}", - "detections": [ - { - "return": "false", - "string": "This page doesn", - "type": "advanced" - }, - { - "return": "false", - "string": "This page doesn", - "type": "normal" - }, - { - "return": "true", - "string": "UserProfile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 8435, - "country": "", - "country_code": 0 - }, - { - "url": "https://steller.co/{username}", - "detections": [ - { - "return": "true", - "string": "Username-", - "type": "normal" - }, - { - "return": "true", - "string": "co/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://stereo.com/{username}", - "detections": [ - { - "return": "true", - "string": "user-avatars", - "type": "normal" - }, - { - "return": "true", - "string": "@{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Food and Drink > Restaurants and Delivery", - "global_rank": 401815, - "country": "US", - "country_code": 0 - }, - { - "url": "https://stocktwits.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "(@{username})", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://storenvy.com/{username}", - "detections": [ - { - "return": "true", - "string": "profile-info", - "type": "normal" - }, - { - "return": "true", - "string": "profile-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://strategywiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 36774, - "country": "US", - "country_code": 0 - }, - { - "url": "https://strava.com/athletes/{username}", - "detections": [ - { - "return": "true", - "string": "media-body main", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Sports > Sports", - "global_rank": 879, - "country": "US", - "country_code": 0 - }, - { - "url": "https://suedtirolnews.it/user/{username}", - "detections": [ - { - "return": "true", - "string": "profile-meta", - "type": "normal" - }, - { - "return": "true", - "string": "profile-body", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://supernaturalwiki.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 474996, - "country": "", - "country_code": 0 - }, - { - "url": "https://support.ilovegrowingmarijuana.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Addictions", - "global_rank": 49859, - "country": "US", - "country_code": 0 - }, - { - "url": "https://survivefrance.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Travel and Tourism > Travel and Tourism", - "global_rank": 1646414, - "country": "", - "country_code": 0 - }, - { - "url": "https://svidbook.ru/user/{username}", - "detections": [ - { - "return": "true", - "string": "user_profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 10, - "implicit": 10, - "type": "Books", - "global_rank": 8417023, - "country": "", - "country_code": 0 - }, - { - "url": "https://swame.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://t.me/{username}", - "detections": [ - { - "return": "false", - "string": "you can contact", - "type": "advanced" - }, - { - "return": "false", - "string": "noindex,", - "type": "normal" - }, - { - "return": "false", - "string": "tgme_username_link", - "type": "normal" - }, - { - "return": "true", - "string": "tgme_page_title", - "type": "normal" - } - ], - "selected": "true", - "top": "top10", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 172, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://talk.commonmark.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 154516, - "country": "US", - "country_code": 0 - }, - { - "url": "https://talk.jekyllrb.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 74566, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://talk.macpowerusers.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 178325, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://talk.manvfat.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Nutrition Diets and Fitness", - "global_rank": 580977, - "country": "", - "country_code": 0 - }, - { - "url": "https://talk.sleepapnea.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Health > Health Conditions and Concerns", - "global_rank": 774867, - "country": "", - "country_code": 0 - }, - { - "url": "https://tamtam.chat/{username}", - "detections": [ - { - "return": "true", - "string": "chat_link", - "type": "normal" - }, - { - "return": "true", - "string": "open_auth_button", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://taringa.net/{username}", - "detections": [ - { - "return": "true", - "string": "net/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-message", - "type": "normal" - }, - { - "return": "true", - "string": "user-country", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 6315, - "country": "AR", - "country_code": 0 - }, - { - "url": "https://tcrf.net/The_Cutting_Room_Floor/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 185763, - "country": "US", - "country_code": 0 - }, - { - "url": "https://tddft.org/programs/octopus/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 8424510, - "country": "", - "country_code": 0 - }, - { - "url": "https://teampedia.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2676845, - "country": "", - "country_code": 0 - }, - { - "url": "https://techotopia.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 100262, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://teflpedia.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 518243, - "country": "", - "country_code": 0 - }, - { - "url": "https://tellonym.me/{username}", - "detections": [ - { - "return": "true", - "string": "me/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 43394, - "country": "US", - "country_code": 0 - }, - { - "url": "https://tenor.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "We could not find the page", - "type": "advanced" - }, - { - "return": "false", - "string": "We could not find the page", - "type": "normal" - }, - { - "return": "true", - "string": "name-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Humor", - "global_rank": 3603, - "country": "US", - "country_code": 0 - }, - { - "url": "https://testwiki.wiki/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://tfwiki.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 160025, - "country": "US", - "country_code": 0 - }, - { - "url": "https://thatpervert.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "user/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "Rating: ", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 48857, - "country": "US", - "country_code": 0 - }, - { - "url": "https://theaquariumwiki.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1149360, - "country": "", - "country_code": 0 - }, - { - "url": "https://theinfosphere.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1521083, - "country": "", - "country_code": 0 - }, - { - "url": "https://theplenty.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 5242476, - "country": "", - "country_code": 0 - }, - { - "url": "https://thesimsresource.com/members/{username}/", - "detections": [ - { - "return": "true", - "string": "profile-banner", - "type": "normal" - }, - { - "return": "true", - "string": "profile-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://theverge.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "404 Not found", - "type": "advanced" - }, - { - "return": "false", - "string": "404 Not found", - "type": "normal" - }, - { - "return": "true", - "string": "-user-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 1170, - "country": "US", - "country_code": 0 - }, - { - "url": "https://theweedtube.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "profile_info", - "type": "normal" - }, - { - "return": "true", - "string": "profileUserName", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://thinkwiki.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2226818, - "country": "", - "country_code": 0 - }, - { - "url": "https://tiktok.com/@{username}", - "detections": [ - { - "return": "false", - "string": "Couldn't find this account", - "type": "advanced" - }, - { - "return": "true", - "string": "\"serverCode\":200", - "type": "normal" - }, - { - "return": "true", - "string": "sign-sg.tiktokcdn.com", - "type": "normal" - } - ], - "selected": "true", - "top": "top10", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 74, - "country": "US", - "country_code": 0 - }, - { - "url": "https://tise.com/{username}", - "detections": [ - { - "return": "true", - "string": "com/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile?p={username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://tiwall.com/u/{username}", - "detections": [ - { - "return": "true", - "string": "user-image", - "type": "normal" - }, - { - "return": "true", - "string": "\"user\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://tldrlegal.com/users/{username}/", - "detections": [ - { - "return": "false", - "string": "404 Not Found", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 108245, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://tmbw.net/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 3270858, - "country": "", - "country_code": 0 - }, - { - "url": "https://tnaflix.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "looking for is lost somewhere", - "type": "normal" - }, - { - "return": "true", - "string": "userProfileHeader", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 2238, - "country": "DE", - "country_code": 0 - }, - { - "url": "https://tokopedia.com/{username}", - "detections": [ - { - "return": "true", - "string": "com/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "\"{username}\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "E-commerce and Shopping > Marketplace", - "global_rank": 344, - "country": "ID", - "country_code": 0 - }, - { - "url": "https://tokyvideo.com/user/{username}", - "detections": [ - { - "return": "true", - "string": "profile-header", - "type": "normal" - }, - { - "return": "true", - "string": "channel-data", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://tolkiengateway.net/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 97121, - "country": "US", - "country_code": 0 - }, - { - "url": "https://tradestories.pt/user/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://tradingview.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "that page doesn", - "type": "advanced" - }, - { - "return": "false", - "string": "that page doesn", - "type": "normal" - }, - { - "return": "true", - "string": "data-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Finance > Investing", - "global_rank": 68, - "country": "US", - "country_code": 0 - }, - { - "url": "https://trailville.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://trakt.tv/users/{username}", - "detections": [ - { - "return": "false", - "string": "(404)", - "type": "normal" - }, - { - "return": "true", - "string": "meta-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 8749, - "country": "DE", - "country_code": 0 - }, - { - "url": "https://trashbox.ru/users/{username}", - "detections": [ - { - "return": "true", - "string": "frm_profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 19173, - "country": "", - "country_code": 0 - }, - { - "url": "https://travellerspoint.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "404 Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "404 Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "nickname", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Travel and Tourism > Travel and Tourism", - "global_rank": 61756, - "country": "US", - "country_code": 0 - }, - { - "url": "https://trello.com/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 168, - "country": "US", - "country_code": 0 - }, - { - "url": "https://trepup.com/{username}", - "detections": [ - { - "return": "true", - "string": "businessName", - "type": "normal" - }, - { - "return": "true", - "string": "BusinessAbout", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Search Engines", - "global_rank": 17241, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://tripadvisor.com/members/{username}", - "detections": [ - { - "return": "false", - "string": "This page is on vacation", - "type": "advanced" - }, - { - "return": "false", - "string": "error404", - "type": "normal" - }, - { - "return": "true", - "string": "ui_card", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Travel and Tourism > Travel and Tourism", - "global_rank": 288, - "country": "US", - "country_code": 0 - }, - { - "url": "https://tryhackme.com/p/{username}", - "detections": [ - { - "return": "false", - "string": "An error occured", - "type": "advanced" - }, - { - "return": "false", - "string": "An error occured", - "type": "normal" - }, - { - "return": "true", - "string": "profile-social", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 14559, - "country": "US", - "country_code": 0 - }, - { - "url": "https://tumbral.com/blog/{username}", - "detections": [ - { - "return": "true", - "string": "profile-info", - "type": "normal" - }, - { - "return": "true", - "string": "profile-name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Animation and Comics", - "global_rank": 41980, - "country": "US", - "country_code": 0 - }, - { - "url": "https://tutsplus.com/authors/{username}", - "detections": [ - { - "return": "true", - "string": "profile__", - "type": "normal" - }, - { - "return": "true", - "string": "\"/authors/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers", - "global_rank": 2260, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://twit.community/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 826406, - "country": "", - "country_code": 0 - }, - { - "url": "https://twitch.tv/{username}", - "detections": [ - { - "return": "false", - "string": "that content is unavailable", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 36, - "country": "US", - "country_code": 0 - }, - { - "url": "https://twittercommunity.com/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 69875, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://twpro.jp/{username}", - "detections": [ - { - "return": "true", - "string": "screen-name", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://twunroll.com/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "article_account", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://ubuntu-mate.community/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Forums", - "global_rank": 259476, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://udemy.com/user/{username}/", - "detections": [ - { - "return": "true", - "string": "-profile-", - "type": "normal" - }, - { - "return": "true", - "string": "about-me", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Education", - "global_rank": 133, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://uesp.net/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 28173, - "country": "US", - "country_code": 0 - }, - { - "url": "https://uid.me/{username}", - "detections": [ - { - "return": "false", - "string": "Page not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile_name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 33174, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://ukgameshows.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 5174137, - "country": "", - "country_code": 0 - }, - { - "url": "https://ultimate-guitar.com/u/{username}", - "detections": [ - { - "return": "false", - "string": "We couldn't find that page", - "type": "advanced" - }, - { - "return": "false", - "string": "We couldn't find that page", - "type": "normal" - }, - { - "return": "true", - "string": "_profile", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Music", - "global_rank": 680, - "country": "US", - "country_code": 0 - }, - { - "url": "https://uncyclomedia.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1721781, - "country": "", - "country_code": 0 - }, - { - "url": "https://unsplash.com/@{username}", - "detections": [ - { - "return": "false", - "string": "the page you were looking", - "type": "advanced" - }, - { - "return": "false", - "string": "the page you were looking", - "type": "normal" - }, - { - "return": "true", - "string": "profile_", - "type": "normal" - }, - { - "return": "true", - "string": "username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Photography", - "global_rank": 380, - "country": "US", - "country_code": 0 - }, - { - "url": "https://uoguide.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 674750, - "country": "", - "country_code": 0 - }, - { - "url": "https://us.forums.blizzard.com/en/blizzard/u/{username}", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 1578, - "country": "US", - "country_code": 0 - }, - { - "url": "https://us.napster.com/members/{username}", - "detections": [ - { - "return": "true", - "string": "@{username}", - "type": "normal" - }, - { - "return": "true", - "string": "member-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://users.rust-lang.org/u/{username}", - "detections": [ - { - "name": "discourse", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 20590, - "country": "US", - "country_code": 0 - }, - { - "url": "https://uses.plantnet-project.org/en/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Biology", - "global_rank": 178907, - "country": "", - "country_code": 0 - }, - { - "url": "https://v2ex.com/member/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "avatar", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://venmo.com/{username}", - "detections": [ - { - "return": "false", - "string": "the page you requested does", - "type": "advanced" - }, - { - "return": "false", - "string": "the page you requested does", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - }, - { - "return": "true", - "string": "username\":", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Finance > Banking Credit and Lending", - "global_rank": 3044, - "country": "US", - "country_code": 0 - }, - { - "url": "https://vent.co/u/{username}", - "detections": [ - { - "return": "true", - "string": "bio", - "type": "normal" - }, - { - "return": "true", - "string": "current-emotion", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://verifiedhandles.com/vhid/VHID/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://vero.co/{username}", - "detections": [ - { - "return": "false", - "string": "The page you are looking", - "type": "advanced" - }, - { - "return": "false", - "string": "The page you are looking", - "type": "normal" - }, - { - "return": "true", - "string": "user-details", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 148344, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://vgmpf.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2327222, - "country": "", - "country_code": 0 - }, - { - "url": "https://vgr.com/forum/profile/{username}", - "detections": [ - { - "return": "false", - "string": "The page you requested", - "type": "normal" - }, - { - "return": "false", - "string": "The page you requested", - "type": "normal" - }, - { - "return": "true", - "string": "ProfileStats", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 234637, - "country": "PK", - "country_code": 0 - }, - { - "url": "https://vidamora.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile-header", - "type": "normal" - }, - { - "return": "true", - "string": "about-content", - "type": "normal" - }, - { - "return": "true", - "string": "currentusername", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://video-game-music-covers.wikia.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://videogamer.com/forums/index.php?/profile/{username}/", - "detections": [ - { - "return": "true", - "string": "ProfilePhoto", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 153604, - "country": "US", - "country_code": 0 - }, - { - "url": "https://vim.wikia.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 9694, - "country": "US", - "country_code": 0 - }, - { - "url": "https://vimeo.com/{username}", - "detections": [ - { - "return": "false", - "string": "Make sure you’ve typed the URL correctly", - "type": "normal" - }, - { - "return": "false", - "string": "Make sure you’ve typed the URL correctly", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 10, - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 148, - "country": "US", - "country_code": 0 - }, - { - "url": "https://vingle.net/{username}", - "detections": [ - { - "return": "true", - "string": "net/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profileDefaultHeader", - "type": "normal" - }, - { - "return": "true", - "string": "href=\"/kpopandkimchi\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 7267, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://virgool.io/@{username}", - "detections": [ - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 2068, - "country": "", - "country_code": 0 - }, - { - "url": "https://virustotal.com/ui/users/{username}/trusted_users", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computer Security", - "global_rank": 3709, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://vk.com/{username}", - "detections": [ - { - "return": "false", - "string": "404 Not Found", - "type": "normal" - }, - { - "return": "false", - "string": "Error 400", - "type": "normal" - }, - { - "return": "true", - "string": "profile_", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 29, - "country": "", - "country_code": 0 - }, - { - "url": "https://voice.com/profile/{username}", - "detections": [ - { - "return": "false", - "string": "\"name\":\"Home", - "type": "normal" - }, - { - "return": "false", - "string": "voice-meta.jpg", - "type": "normal" - }, - { - "return": "true", - "string": "\"noindex\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Society", - "global_rank": 129027, - "country": "US", - "country_code": 0 - }, - { - "url": "https://voices.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile-name", - "type": "normal" - }, - { - "return": "true", - "string": "profile-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 15130, - "country": "US", - "country_code": 0 - }, - { - "url": "https://vsco.co/{username}", - "detections": [ - { - "return": "false", - "string": "This page does not exist", - "type": "advanced" - }, - { - "return": "true", - "string": "co/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Visual Arts and Design", - "global_rank": 5047, - "country": "US", - "country_code": 0 - }, - { - "url": "https://w.atwiki.jp/{username}", - "detections": [ - { - "return": "true", - "string": "atwiki-page-info", - "type": "normal" - }, - { - "return": "true", - "string": "atwiki-list", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wackypedia.risteq.net/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://warriorforum.com/members/{username}.html", - "detections": [ - { - "return": "false", - "string": "This user has not registered", - "type": "normal" - }, - { - "return": "false", - "string": "This user has not registered", - "type": "normal" - }, - { - "return": "false", - "string": "Error 400", - "type": "normal" - }, - { - "return": "true", - "string": "\"username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 2407, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wattpad.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "User not found", - "type": "normal" - }, - { - "return": "false", - "string": "error404", - "type": "normal" - }, - { - "return": "true", - "string": "data-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Books and Literature", - "global_rank": 705, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://webflow.com/{username}", - "detections": [ - { - "return": "true", - "string": "{username}", - "type": "normal" - }, - { - "return": "true", - "string": "Public Sites by", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://weheartit.com/{username}", - "detections": [ - { - "return": "false", - "string": "landed on a moving target", - "type": "normal" - }, - { - "return": "false", - "string": "landed on a moving target", - "type": "normal" - }, - { - "return": "false", - "string": "error_", - "type": "normal" - }, - { - "return": "true", - "string": "data-username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 3276, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://werelate.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1201259, - "country": "", - "country_code": 0 - }, - { - "url": "https://wheretosee.org/wildlife/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.bytecode.club/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 5900547, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.clicklaw.bc.ca/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Law and Government > Legal", - "global_rank": 821508, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.contribs.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 814508, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.creativecommons.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > File Sharing and Hosting", - "global_rank": 4608, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wiki.eclipse.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 10439, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://wiki.edgertronic.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 4298300, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.factorio.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 26229, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wiki.freephile.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 4993685, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.geni.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Ancestry and Genealogy", - "global_rank": 15407, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wiki.gentoo.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 39804, - "country": "FI", - "country_code": 0 - }, - { - "url": "https://wiki.hostelmanagement.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 835670, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.linuxquestions.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 14953, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wiki.lostsouls.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.mozilla.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 224, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wiki.mtasa.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 139205, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://wiki.openmw.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1331795, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.openvz.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 485884, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.osdev.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 474353, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.robojackets.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.secondlife.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 6862, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wiki.shartak.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 8386885, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.spacesim.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 5304202, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.teamfortress.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 90214, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wiki.tfes.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Games", - "global_rank": 721487, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://wiki.themanaworld.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1522111, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.therofl98.co/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.ubc.ca/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Science and Education > Universities and Colleges", - "global_rank": 2682, - "country": "CA", - "country_code": 0 - }, - { - "url": "https://wiki.urbandead.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Roleplaying Games", - "global_rank": 1620282, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.vtiger.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 22206, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://wiki.wesnoth.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 387826, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.xentax.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 477355, - "country": "", - "country_code": 0 - }, - { - "url": "https://wiki.xiph.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 194289, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wiki.xkcd.com/geohashing/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 9206, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wikiMSK.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikialpha.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 317134, - "country": "BD", - "country_code": 0 - }, - { - "url": "https://wikiapiary.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 1948043, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikicu.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 4547691, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikidifferences.com/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 6600468, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikidot.com/user:info/{username}", - "detections": [ - { - "return": "false", - "string": "User Information", - "type": "normal" - }, - { - "return": "false", - "string": "User Information", - "type": "normal" - }, - { - "return": "true", - "string": "user-info", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 3883, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wikidr.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2574177, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikifarming.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikiislam.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Community and Society > Faith and Beliefs", - "global_rank": 547888, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikipathways.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 568461, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikipediaquality.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikipunch.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2749577, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikiquiz.org/revision-notes/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikishire.co.uk/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 2687791, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikiwrimo.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 3147724, - "country": "", - "country_code": 0 - }, - { - "url": "https://wikizilla.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 435907, - "country": "PH", - "country_code": 0 - }, - { - "url": "https://withoutvowels.org/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wordnik.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "You've found our 404 page", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Reference Materials > Dictionaries and Encyclopedias", - "global_rank": 46941, - "country": "US", - "country_code": 0 - }, - { - "url": "https://worldwindcentral.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 602277, - "country": "PK", - "country_code": 0 - }, - { - "url": "https://wowhead.com/user={username}", - "detections": [ - { - "return": "true", - "string": "tab-achievements", - "type": "normal" - }, - { - "return": "true", - "string": "\"description\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 523, - "country": "US", - "country_code": 0 - }, - { - "url": "https://wowpedia.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wykop.pl/ludzie/{username}", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://wykop.pl/ludzie/{username}/", - "detections": [ - { - "return": "true", - "string": "net/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "profile:username", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 1768, - "country": "PL", - "country_code": 0 - }, - { - "url": "https://xboxgamertag.com/search/{username}", - "detections": [ - { - "return": "false", - "string": "Gamertag doesn", - "type": "normal" - }, - { - "return": "true", - "string": "profile-detail", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 333868, - "country": "US", - "country_code": 0 - }, - { - "url": "https://xeeders.com/{username}", - "detections": [ - { - "return": "true", - "string": "profiles_info", - "type": "normal" - }, - { - "return": "true", - "string": "profiles_banner", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://xhamster.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "User not found", - "type": "normal" - }, - { - "return": "true", - "string": "user-header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 98, - "country": "US", - "country_code": 0 - }, - { - "url": "https://xmswiki.com/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 3653986, - "country": "", - "country_code": 0 - }, - { - "url": "https://xpaja.net/user/{username}", - "detections": [ - { - "return": "true", - "string": "profile-details", - "type": "normal" - }, - { - "return": "true", - "string": "header-channel", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 32901, - "country": "DO", - "country_code": 0 - }, - { - "url": "https://xrares.com/user/{username}", - "detections": [ - { - "return": "false", - "string": "This user does not exist", - "type": "normal" - }, - { - "return": "true", - "string": "panel-body", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 25927, - "country": "US", - "country_code": 0 - }, - { - "url": "https://xvideos.com/profiles/{username}", - "detections": [ - { - "return": "false", - "string": "THIS PROFILE DOESN", - "type": "normal" - }, - { - "return": "true", - "string": "profile-title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 87, - "country": "US", - "country_code": 0 - }, - { - "url": "https://xxxbunker.com/users/{username}", - "detections": [ - { - "return": "false", - "string": "FILE NOT FOUND", - "type": "normal" - }, - { - "return": "true", - "string": "\"profile\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Adult", - "global_rank": 40403, - "country": "US", - "country_code": 0 - }, - { - "url": "https://yazawaj.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profileblock", - "type": "normal" - }, - { - "return": "true", - "string": "profile/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://youpic.com/photographer/{username}", - "detections": [ - { - "return": "false", - "string": "404 page", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Hobbies and Leisure > Photography", - "global_rank": 23072, - "country": "HU", - "country_code": 0 - }, - { - "url": "https://youtube.com/c/{username}/about", - "detections": [ - { - "return": "false", - "string": "This page isn't available", - "type": "advanced" - }, - { - "return": "false", - "string": "404 Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "c/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "true", - "top": "top10", - "timeout": 0, - "implicit": 0, - "extract": [ - { - "type": "link", - "regex": "{\"webCommandMetadata\":{\"url\":\"https://youtube.com/[^\"]+(http[^\"]+)" - } - ], - "type": "Arts and Entertainment > TV Movies and Streaming", - "global_rank": 2, - "country": "US", - "country_code": 0 - }, - { - "url": "https://ytmnd.com/users/{username}/", - "detections": [ - { - "return": "true", - "string": "\"user_profile\"", - "type": "normal" - }, - { - "return": "true", - "string": "user_profile_stats", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 96847, - "country": "US", - "country_code": 0 - }, - { - "url": "https://zeldadungeon.net/wiki/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 39615, - "country": "US", - "country_code": 0 - }, - { - "url": "https://zeldawiki.org/User:{username}", - "detections": [ - { - "name": "mediawiki", - "type": "shared" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Wiki", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://zhihu.com/people/{username}", - "detections": [ - { - "return": "false", - "string": ">404", - "type": "normal" - }, - { - "return": "true", - "string": "\"users\":{\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 152, - "country": "CN", - "country_code": 0 - }, - { - "url": "https://zoig.com/profile/{username}", - "detections": [ - { - "return": "true", - "string": "profile_ovrv", - "type": "normal" - }, - { - "return": "true", - "string": "Gender: ", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.bigcartel.com/", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "/product", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.blogspot.com", - "detections": [ - { - "return": "false", - "string": "the blog you were looking", - "type": "advanced" - }, - { - "return": "false", - "string": "the blog you were looking", - "type": "normal" - }, - { - "return": "true", - "string": "itemprop='name'", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 859103, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.booth.pm", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "E-commerce and Shopping > Marketplace", - "global_rank": 7630, - "country": "JP", - "country_code": 0 - }, - { - "url": "https://{username}.business.site/", - "detections": [ - { - "return": "true", - "string": "{username}.", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.carbonmade.com", - "detections": [ - { - "return": "false", - "string": "site not found", - "type": "advanced" - }, - { - "return": "false", - "string": "site not found", - "type": "normal" - }, - { - "return": "true", - "string": "og:description", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Arts and Entertainment > Arts and Entertainment", - "global_rank": 32792, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.carrd.co/", - "detections": [ - { - "return": "true", - "string": "{username}.carrd", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.contently.com", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Business and Consumer Services > Marketing and Advertising", - "global_rank": 12720, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://{username}.crevado.com", - "detections": [ - { - "return": "false", - "string": "Site not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Site not found", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 143096, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://{username}.deviantart.com", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "advanced" - }, - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "data-username", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 444, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.findrow.com/", - "detections": [ - { - "return": "true", - "string": "/{username}", - "type": "normal" - }, - { - "return": "true", - "string": "profile__", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.gumroad.com", - "detections": [ - { - "return": "true", - "string": "data-username", - "type": "normal" - }, - { - "return": "true", - "string": "-profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.gumroad.com/", - "detections": [ - { - "return": "true", - "string": "profile-picture", - "type": "normal" - }, - { - "return": "true", - "string": "card__name", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.hatenablog.com/about", - "detections": [ - { - "return": "false", - "string": "Blog is not found", - "type": "advanced" - }, - { - "return": "false", - "string": "Blog is not found", - "type": "normal" - }, - { - "return": "true", - "string": "profile-", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 755, - "country": "JP", - "country_code": 0 - }, - { - "url": "https://{username}.home.blog/", - "detections": [ - { - "return": "true", - "string": "{username}.home", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.itch.io", - "detections": [ - { - "return": "false", - "string": "t find your page", - "type": "advanced" - }, - { - "return": "false", - "string": "t find your page", - "type": "normal" - }, - { - "return": "true", - "string": "\"name\":\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 1826, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.jimdosite.com", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 18297, - "country": "JP", - "country_code": 0 - }, - { - "url": "https://{username}.kroogi.com/", - "detections": [ - { - "return": "true", - "string": "profile_content", - "type": "normal" - }, - { - "return": "true", - "string": "main_account_header", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Internet", - "global_rank": 124210, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://{username}.livejournal.com", - "detections": [ - { - "return": "false", - "string": "Use the links to access more options", - "type": "advanced" - }, - { - "return": "false", - "string": "Use the links to access more options", - "type": "normal" - }, - { - "return": "true", - "string": "user-profile", - "type": "normal" - }, - { - "return": "true", - "string": "\"username\"", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 433, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.manyvids.com", - "detections": [ - { - "return": "true", - "string": "profile-page", - "type": "normal" - }, - { - "return": "true", - "string": "/{username}", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.myshopify.com", - "detections": [ - { - "return": "true", - "string": "{username}.", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "", - "global_rank": 0, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.newgrounds.com", - "detections": [ - { - "return": "true", - "string": "user-header", - "type": "normal" - }, - { - "return": "true", - "string": "userbody", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Games > Video Games Consoles and Accessories", - "global_rank": 4513, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.rajce.idnes.cz", - "detections": [ - { - "return": "false", - "string": "err-site", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 1794, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.skyrock.com/", - "detections": [ - { - "return": "true", - "string": "content=\"https://{username}", - "type": "normal" - }, - { - "return": "true", - "string": "blogpseudo", - "type": "normal" - }, - { - "return": "true", - "string": "profil_link", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 9524, - "country": "IN", - "country_code": 0 - }, - { - "url": "https://{username}.slack.com", - "detections": [], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 100, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.svbtle.com/", - "detections": [ - { - "return": "true", - "string": "user_links", - "type": "normal" - }, - { - "return": "true", - "string": "user_logo", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Programming and Developer Software", - "global_rank": 155468, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.tumblr.com", - "detections": [ - { - "return": "false", - "string": "There's nothing here", - "type": "advanced" - }, - { - "return": "false", - "string": "There's nothing here", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - }, - { - "return": "true", - "string": "{username}.tumblr", - "type": "normal" - } - ], - "selected": "true", - "top": "top10", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Social Networks and Online Communities", - "global_rank": 119, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.webnode.cz", - "detections": [ - { - "return": "false", - "string": "We are sorry", - "type": "advanced" - }, - { - "return": "false", - "string": "We are sorry", - "type": "normal" - }, - { - "return": "true", - "string": "\"name\":", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology", - "global_rank": 35326, - "country": "", - "country_code": 0 - }, - { - "url": "https://{username}.weebly.com/", - "detections": [ - { - "return": "false", - "string": "Page Not Found", - "type": "normal" - }, - { - "return": "true", - "string": "wsite-logo", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Web Hosting and Domain Names", - "global_rank": 355, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.wix.com", - "detections": [ - { - "return": "false", - "string": "We Looked Everywhere", - "type": "advanced" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Web Hosting and Domain Names", - "global_rank": 160, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.wordpress.com", - "detections": [ - { - "return": "false", - "string": "Do you want to register", - "type": "advanced" - }, - { - "return": "false", - "string": "Do you want to register", - "type": "normal" - }, - { - "return": "true", - "string": "//{username}.wordpress", - "type": "normal" - }, - { - "return": "true", - "string": "og:title", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "Computers Electronics and Technology > Computers Electronics and Technology", - "global_rank": 58, - "country": "US", - "country_code": 0 - }, - { - "url": "https://{username}.www.nn.ru", - "detections": [ - { - "return": "false", - "string": "404<", - "type": "normal" - }, - { - "return": "true", - "string": "aboutme", - "type": "normal" - }, - { - "return": "true", - "string": "/profile", - "type": "normal" - } - ], - "selected": "false", - "timeout": 0, - "implicit": 0, - "extract": [], - "type": "News and Media", - "global_rank": 23431, - "country": "", - "country_code": 0 - } - ], - "shared_detections": [ - { + "websites_entries": [{ + "url": "https://24.wikia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://500px.com/p/{username}", + "detections": [{ + "return": "false", + "string": "This page is no longer available", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Photography", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://7cups.com/@{username}", + "detections": [{ + "return": "false", + "string": "Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Not Found", + "type": "normal" + }, { + "return": "true", + "string": "com/@{username}", + "type": "normal" + }, { + "return": "true", + "string": "Profile - 7 Cups", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Mental Health", + "global_rank": 64188, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://8tracks.com/{username}", + "detections": [{ + "return": "true", + "string": "profile:username", + "type": "normal" + }, { + "return": "true", + "string": "user_details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 21871, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://9gag.com/u/{username}", + "detections": [{ + "return": "false", + "string": "There's nothing here", + "type": "advanced" + }, { + "return": "false", + "string": "There's nothing here", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Humor", + "global_rank": 551, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://aahachat.org/profile/{username}/", + "detections": [{ + "return": "true", + "string": "\"name\"", + "type": "normal" + }, { + "return": "true", + "string": "full-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 5715236, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://about.me/{username}", + "detections": [{ + "return": "false", + "string": "There is no one", + "type": "advanced" + }, { + "return": "true", + "string": "me/{username}", + "type": "normal" + }, { + "return": "true", + "string": "name-headline", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 3638, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://admireme.vip/{username}/", + "detections": [{ + "return": "true", + "string": "profile-", + "type": "normal" + }, { + "return": "true", + "string": "\"stats\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 340955, + "country": "", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://adore.one/en/users/{username}", + "detections": [{ + "return": "true", + "string": "\"profile\"", + "type": "normal" + }, { + "return": "true", + "string": "profile-images", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 682131, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://adultism.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile-info", + "type": "normal" + }, { + "return": "true", + "string": "\"nick\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 405429, + "country": "", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://airbit.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "__stats", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 43793, + "country": "Germany", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://airlinepilot.life/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Business and Consumer Services > Shipping and Logistics", + "global_rank": 890172, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://airliners.net/user/{username}/profile/photos", + "detections": [{ + "return": "true", + "string": "user-profile-header", + "type": "normal" + }, { + "return": "true", + "string": "user-follower-button", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 27331, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://akbrny.com/{username}", + "detections": [{ + "return": "true", + "string": "profile-info", + "type": "normal" + }, { + "return": "true", + "string": "profile-social", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 4847825, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://akniga.org/profile/{username}", + "detections": [{ + "return": "true", + "string": "user--side", + "type": "normal" + }, { + "return": "true", + "string": "user-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 22719, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://algowiki-project.org/en/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 2850509, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://alik.cz/u/{username}", + "detections": [{ + "return": "true", + "string": "user-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Reference Materials > Dictionaries and Encyclopedias", + "global_rank": 525193, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://alimero.ru/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile-title", + "type": "normal" + }, { + "return": "true", + "string": "header-user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Food and Drink > Cooking and Recipes", + "global_rank": 95751, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://aliveshoes.com/brand/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 199086, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://alleywatch.com/profile/{username}/", + "detections": [{ + "return": "true", + "string": "author-name", + "type": "normal" + }, { + "return": "true", + "string": "author-photo", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 74140, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://allmylinks.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "The link you followed may be broken", + "type": "normal" + }, { + "return": "false", + "string": "error?username", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 16873, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://allthingsworn.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profileOptions", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 140591, + "country": "", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://alltrails.com/members/{username}", + "detections": [{ + "return": "false", + "string": "User could not be found", + "type": "advanced" + }, { + "return": "false", + "string": "User could not be found", + "type": "normal" + }, { + "return": "true", + "string": "members/{username}", + "type": "normal" + }, { + "return": "true", + "string": "Member Since", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Camping Scouting and Outdoors", + "global_rank": 4690, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://aminoapps.com/u/{username}", + "detections": [{ + "return": "false", + "string": "It may have been removed", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "normal" + }, { + "return": "true", + "string": "aminoId\":\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Animation and Comics", + "global_rank": 7725, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://anar.biz/{username}", + "detections": [{ + "return": "true", + "string": "\"slug\":\"", + "type": "normal" + }, { + "return": "true", + "string": "\"name\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 215520, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://angel.co/{username}", + "detections": [{ + "return": "false", + "string": "We couldn't find", + "type": "advanced" + }, { + "return": "false", + "string": "We couldn't find", + "type": "normal" + }, { + "return": "true", + "string": "\"name\":\"", + "type": "normal" + }, { + "return": "true", + "string": "u/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Jobs and Career > Jobs and Employment", + "global_rank": 1487, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://anilist.co/user/{username}/", + "detections": [{ + "return": "false", + "string": "404 Page Not Found-Chan", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Arts and Entertainment", + "global_rank": 13893, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://anobii.com/{username}/profile", + "detections": [{ + "return": "false", + "string": "No route found for", + "type": "advanced" + }, { + "return": "false", + "string": "No route found for", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "E-commerce and Shopping > E-commerce and Shopping", + "global_rank": 60035, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://anphabe.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "fullname", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 129177, + "country": "Vietnam", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://antwiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 451396, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://apclips.com/{username}", + "detections": [{ + "return": "true", + "string": "about-tab", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 218789, + "country": "", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://apne.co/member/{username}", + "detections": [{ + "return": "true", + "string": "profile-header", + "type": "normal" + }, { + "return": "true", + "string": "userdetails", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 143486, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://app.intigriti.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "user-name", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computer Security", + "global_rank": 128952, + "country": "Saudi Arabia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://apple2games.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://appropedia.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 184908, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://aqworldswiki.com/w/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1138153, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://architizer.com/users/{username}", + "detections": [{ + "return": "true", + "string": "\"profile\"", + "type": "normal" + }, { + "return": "true", + "string": "profpic", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 35249, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://archive.org/details/@{username}", + "detections": [{ + "return": "false", + "string": "cannot find account", + "type": "normal" + }, { + "return": "false", + "string": "cannot find account", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "normal" + }, { + "return": "true", + "string": "{username}?tab", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Science and Education", + "global_rank": 170, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://archives.bulbagarden.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 6034, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://artfol.me/{username}", + "detections": [{ + "return": "true", + "string": "@{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 1923980, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://artstation.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Visual Arts and Design", + "global_rank": 1177, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ascend4.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 6908527, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://asciinema.org/~{username}", + "detections": [{ + "return": "false", + "string": "404 Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "This page doesn't exist", + "type": "normal" + }, { + "return": "true", + "string": "~{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 103579, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://asianwiki.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 8546, + "country": "Indonesia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ask.fedoraproject.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 38120, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ask.fm/{username}", + "detections": [{ + "return": "false", + "string": "Here used to be", + "type": "advanced" + }, { + "return": "false", + "string": "Well, apparently not anymore", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "fm/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 6655, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://asquero.com/user/dashboard/{username}", + "detections": [{ + "return": "true", + "string": "profile/{username}", + "type": "normal" + }, { + "return": "true", + "string": "post-title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 2291227, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://audiojungle.net/user/{username}", + "detections": [{ + "return": "false", + "string": "Nothing to see here", + "type": "advanced" + }, { + "return": "false", + "string": "Nothing to see here", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "user/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 6112, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://authorstream.com/{username}", + "detections": [{ + "return": "false", + "string": "We apologize for this inconvenience", + "type": "advanced" + }, { + "return": "false", + "string": "We apologize for this inconvenience", + "type": "normal" + }, { + "return": "true", + "string": "subheading", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 4638, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://avforums.com/members/{username}", + "detections": [{ + "return": "true", + "string": "logged-in to do that", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Consumer Electronics", + "global_rank": 37921, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://babepedia.com/user/{username}", + "detections": [{ + "return": "true", + "string": "about-content", + "type": "normal" + }, { + "return": "true", + "string": "Username:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 63006, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://baby.ru/u/{username}", + "detections": [{ + "return": "false", + "string": "error404", + "type": "normal" + }, { + "return": "true", + "string": "user-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Childrens Health", + "global_rank": 19919, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://babyblog.ru/user/info/{username}", + "detections": [{ + "return": "true", + "string": "diary-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Childrens Health", + "global_rank": 26707, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bahaipedia.org/Wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1355982, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bahaipedia.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1355982, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bandcamp.com/{username}", + "detections": [{ + "return": "false", + "string": "Sorry, that something isn\u2019t here", + "type": "advanced" + }, { + "return": "false", + "string": "Sorry, that something isn\u2019t here", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts", + "global_rank": 1776, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bandlab.com/{username}", + "detections": [{ + "return": "true", + "string": "profile-card", + "type": "normal" + }, { + "return": "true", + "string": "profile-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 13831, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://baseball-reference.com/bullpen/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Sports > Baseball", + "global_rank": 4007, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bash.cyberciti.biz/guide/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 5241, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bbpress.org/forums/profile/{username}/", + "detections": [{ + "return": "true", + "string": "bbpress-user", + "type": "normal" + }, { + "return": "true", + "string": "bbp-user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 24119, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://beatstars.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "member-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 6575, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://beeg.com/people/{username}", + "detections": [{ + "return": "true", + "string": "{username}", + "type": "advanced" + }, { + "return": "true", + "string": "Suggest Edits", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 1359, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://behance.net/{username}", + "detections": [{ + "return": "false", + "string": "Oops! We can\u2019t find that page", + "type": "advanced" + }, { + "return": "false", + "string": "Oops! We can\u2019t find that page", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "net/{username}", + "type": "normal" + }, { + "return": "true", + "string": "\"name\":\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Visual Arts and Design", + "global_rank": 331, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://beta.cent.co/@{username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Finance > Finance", + "global_rank": 89123, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://betalist.com/@{username}", + "detections": [{ + "return": "true", + "string": "profile__avatar", + "type": "normal" + }, { + "return": "true", + "string": "profile__bio", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 37383, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://betawiki.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 178716, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://biggerpockets.com/users/{username}", + "detections": [{ + "return": "true", + "string": "profile-header", + "type": "normal" + }, { + "return": "true", + "string": "header-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 4599, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://binarysearch.io/@/{username}", + "detections": [{ + "return": "false", + "string": "Profile not found", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://biosector01.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 1207510, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bit.dev/{username}", + "detections": [{ + "return": "true", + "string": "\">{username}", + "type": "normal" + }, { + "return": "true", + "string": "FOLLOWERS", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 62102, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bitbucket.org/{username}", + "detections": [{ + "return": "false", + "string": "That link has no power here", + "type": "advanced" + }, { + "return": "false", + "string": "That link has no power here", + "type": "normal" + }, { + "return": "true", + "string": "\"uuid\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 3499, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bitcoin.it/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 43048, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bitcoinforum.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "An Error Has Occurred!", + "type": "advanced" + }, { + "return": "false", + "string": "An Error Has Occurred!", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 154819, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://blazemonger.com/GG/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://blip.fm/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "urlName", + "type": "normal" + }, { + "return": "true", + "string": "profilePic", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 92783, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://blog.naver.com/{username}", + "detections": [{ + "return": "false", + "string": "error_content", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}.xml", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 36, + "country": "South Korea", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://blokcity.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bluevies.miraheze.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Web Hosting and Domain Names", + "global_rank": 21425, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bodyspace.bodybuilding.com/{username}", + "detections": [{ + "return": "true", + "string": "com/{username}", + "type": "normal" + }, { + "return": "true", + "string": "userName", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Nutrition Diets and Fitness", + "global_rank": 2027, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bogleheads.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 25417, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://boi.alt-starfleet-rpg.net/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bonanza.com/booths/{username}", + "detections": [{ + "return": "true", + "string": "booth_title_bar", + "type": "normal" + }, { + "return": "true", + "string": "booth_header_container", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3668, + "country": "Angola", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bongacams.com/{username}", + "detections": [{ + "return": "true", + "string": "profile_", + "type": "normal" + }, { + "return": "true", + "string": "last_login", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 34, + "country": "Czech Republic", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://bookafly.com/users/{username}", + "detections": [{ + "return": "true", + "string": "c__followers", + "type": "normal" + }, { + "return": "true", + "string": "c__following", + "type": "normal" + }, { + "return": "true", + "string": "users/{username}\">", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1652056, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bookcrossing.com/mybookshelf/{username}", + "detections": [{ + "return": "false", + "string": "Sorry, we were unable", + "type": "advanced" + }, { + "return": "false", + "string": "Sorry, we were unable", + "type": "normal" + }, { + "return": "true", + "string": "-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Books", + "global_rank": 53763, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://brainscale.net/users/{username}", + "detections": [{ + "return": "true", + "string": "profile-main", + "type": "normal" + }, { + "return": "true", + "string": "Profile Info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 856829, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bulbanews.bulbagarden.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 6034, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bulbapedia.bulbagarden.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 6034, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://bulbapp.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 107940, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://buymeacoffee.com/{username}", + "detections": [{ + "return": "false", + "string": "seem to find the page", + "type": "advanced" + }, { + "return": "false", + "string": "seem to find the page", + "type": "normal" + }, { + "return": "true", + "string": "creator-csrf", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 4203, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://buzzfeed.com/{username}", + "detections": [{ + "return": "false", + "string": "We can't find the page you're looking for", + "type": "advanced" + }, { + "return": "false", + "string": "We can't find the page you're looking for", + "type": "normal" + }, { + "return": "true", + "string": "\"username\"", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 644, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://caddy.community/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 166672, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cameraprive.com/br/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "header-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 22461, + "country": "Brazil", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://camsoda.com/{username}", + "detections": [{ + "return": "true", + "string": "Public Chat Channel", + "type": "normal" + }, { + "return": "true", + "string": "My Media", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 16634, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://canva.com/{username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Graphics Multimedia and Web Design", + "global_rank": 40, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://capfriendly.com/users/{username}", + "detections": [{ + "return": "false", + "string": "No results found", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Sports > Sports", + "global_rank": 37328, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://career.habr.com/{username}", + "detections": [{ + "return": "false", + "string": "404 error", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 1848, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://caringbridge.org/visit/{username}", + "detections": [{ + "return": "true", + "string": "donation/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-signin-page", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 25700, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://carousell.sg/{username}", + "detections": [{ + "return": "true", + "string": "photos/profiles", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "E-commerce and Shopping > E-commerce and Shopping", + "global_rank": 2368, + "country": "Singapore", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://carswap.me/{username}", + "detections": [{ + "return": "true", + "string": "products_dtils", + "type": "normal" + }, { + "return": "true", + "string": "ask-list", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 2697998, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cash.app/${username}", + "detections": [{ + "return": "true", + "string": "/${username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 10817, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cash.me/{username}", + "detections": [{ + "return": "false", + "string": "The page you are looking for can't be found.", + "type": "advanced" + }, { + "return": "false", + "string": "The page you are looking for can't be found.", + "type": "normal" + }, { + "return": "true", + "string": "display_name", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cda.pl/{username}", + "detections": [{ + "return": "true", + "string": "pl/{username}", + "type": "normal" + }, { + "return": "true", + "string": "my-page", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 2098, + "country": "Poland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ch.tetr.io/u/{username}", + "detections": [{ + "return": "true", + "string": "io/user-content", + "type": "normal" + }, { + "return": "true", + "string": "profile_avatar", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 36427, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://championat.com/user/{username}", + "detections": [{ + "return": "false", + "string": "error404", + "type": "normal" + }, { + "return": "true", + "string": "profile_", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1088, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://chaos.social/@{username}", + "detections": [{ + "return": "false", + "string": "The page you are looking", + "type": "normal" + }, { + "return": "true", + "string": "/@{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1480324, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://chatbazaar.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "\"members\"", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 2023748, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://chaturbate.com/{username}/", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "JPEG_ROOM_IMAGE_URL", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 48, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://chess.com/member/{username}", + "detections": [{ + "return": "false", + "string": "somebody made a wrong move", + "type": "advanced" + }, { + "return": "false", + "string": "somebody made a wrong move", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Board and Card Games", + "global_rank": 220, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://chictopia.com/{username}", + "detections": [{ + "return": "true", + "string": "profile_photo_hover", + "type": "normal" + }, { + "return": "true", + "string": "hidden_about", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Lifestyle > Fashion and Apparel", + "global_rank": 622083, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://chiefdelphi.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Education", + "global_rank": 148379, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://childrensbooks.wikia.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://choice.community/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Home and Garden > Home and Garden", + "global_rank": 495114, + "country": "Australia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://clapperapp.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-stats", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 643475, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cloob.com/name/{username}", + "detections": [{ + "return": "false", + "string": "notFound", + "type": "normal" + }, { + "return": "true", + "string": "userHeader", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 54735, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cloudromance.com/{username}", + "detections": [{ + "return": "true", + "string": "\"username\"", + "type": "normal" + }, { + "return": "true", + "string": "papapap", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 297303, + "country": "Kenya", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://clouds.wikia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://club.myce.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 493590, + "country": "Pakistan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://clubhousedb.com/user/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-page", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 74166, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cnblogs.com/{username}", + "detections": [{ + "return": "true", + "string": "com/{username}", + "type": "normal" + }, { + "return": "true", + "string": "currentBlogApp", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 94, + "country": "China", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cnet.com/profiles/{username}", + "detections": [{ + "return": "false", + "string": "You are here in error", + "type": "advanced" + }, { + "return": "false", + "string": "You are here in error", + "type": "normal" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "recipientName", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 191, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://codeberg.com/{username}", + "detections": [{ + "return": "false", + "string": "does not exist", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://codechef.com/users/{username}", + "detections": [{ + "return": "true", + "string": "users/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "user-details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 7806, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://codeforces.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "user-rank", + "type": "normal" + }, { + "return": "true", + "string": "\"/profile/{username}\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 9017, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://codementor.io/{username}", + "detections": [{ + "return": "false", + "string": "/404/", + "type": "advanced" + }, { + "return": "true", + "string": "box-sizing", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 10706, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://codepen.io/{username}", + "detections": [{ + "return": "false", + "string": "I'm afraid you've found", + "type": "advanced" + }, { + "return": "false", + "string": "I'm afraid you've found", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 1646, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://coderwall.com/{username}", + "detections": [{ + "return": "true", + "string": "content=\"/{username}\"", + "type": "normal" + }, { + "return": "true", + "string": "overflow-hidden", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 23163, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://codesnippets.wikia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://codewars.com/users/{username}", + "detections": [{ + "return": "false", + "string": "The page you were looking", + "type": "advanced" + }, { + "return": "false", + "string": "The page you were looking", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 15493, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://codex.wordpress.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 323, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://coil.com/u/{username}", + "detections": [{ + "return": "true", + "string": "UserInfo", + "type": "advanced" + }, { + "return": "true", + "string": "FollowButton", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 101358, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://coinvote.cc/profile/{username}", + "detections": [{ + "return": "true", + "string": "coin-column-title", + "type": "normal" + }, { + "return": "true", + "string": "MY COINS", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 35147, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://colourlovers.com/lover/{username}", + "detections": [{ + "return": "false", + "string": "Are you looking for someone", + "type": "advanced" + }, { + "return": "false", + "string": "Are you looking for someone", + "type": "normal" + }, { + "return": "true", + "string": "feature-detail", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Visual Arts and Design", + "global_rank": 29627, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://combineoverwiki.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 2988986, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://commons.commondreams.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 40367, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.articulate.com/users/{username}", + "detections": [{ + "return": "true", + "string": "user__profile", + "type": "normal" + }, { + "return": "true", + "string": "profile__name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 4146, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.bnz.co.nz/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 32603, + "country": "New Zealand", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.cartalk.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 60061, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.drownedinsound.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 681100, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.eintracht.de/fans/{username}", + "detections": [{ + "return": "false", + "string": "Seite nicht gefunden", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Sports > Soccer", + "global_rank": 258708, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.endlessos.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 532184, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.gamedev.tv/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 72485, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.gemsofwar.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 443992, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.glowforge.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 18192, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.home-assistant.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 16327, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.hubitat.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Consumer Electronics", + "global_rank": 129409, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.icons8.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 3539, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.ifit.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Nutrition Diets and Fitness", + "global_rank": 40564, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.infiniteflight.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 293544, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.kodular.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 8416, + "country": "Angola", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.letsencrypt.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 4956, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.mycroft.ai/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 702460, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.mydevices.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 341746, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.mypaint.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 115925, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.oracle.com/people/{username}", + "detections": [{ + "return": "false", + "string": "User Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "User Not Found", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 463, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.quickfile.co.uk/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Finance > Finance", + "global_rank": 256681, + "country": "Turkey", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.revolut.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Finance > Financial Planning and Management", + "global_rank": 7898, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.roonlabs.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Consumer Electronics", + "global_rank": 162700, + "country": "Thailand", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.rstudio.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 12363, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.signalusers.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 1090965, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.smartthings.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 86647, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.sphero.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 93987, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.sweatco.in/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 61566, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.unbounce.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 2595, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://community.windy.com/user/{username}", + "detections": [{ + "return": "false", + "string": "You seem to have stumbled", + "type": "advanced" + }, { + "return": "false", + "string": "You seem to have stumbled", + "type": "normal" + }, { + "return": "false", + "string": "\"404\"", + "type": "normal" + }, { + "return": "true", + "string": "account-stats", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Vehicles > Aviation", + "global_rank": 1925, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://connect.opensuse.org/pg/profile/{username}", + "detections": [{ + "return": "false", + "string": "we could not find the", + "type": "advanced" + }, { + "return": "false", + "string": "we could not find the", + "type": "normal" + }, { + "return": "true", + "string": "profile_info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 39831, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://conwaylife.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 1235736, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://coroflot.com/{username}", + "detections": [{ + "return": "false", + "string": "Looking for something", + "type": "advanced" + }, { + "return": "false", + "string": "Looking for something", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Photography", + "global_rank": 30014, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://couchsurfing.com/people/{username}", + "detections": [{ + "return": "false", + "string": "not found", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Travel and Tourism > Accommodation and Hotels", + "global_rank": 14074, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://countable.us/{username}", + "detections": [{ + "return": "false", + "string": "The page you were looking for", + "type": "advanced" + }, { + "return": "false", + "string": "The page you were looking for", + "type": "normal" + }, { + "return": "true", + "string": "_TITLE", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cplusplus.com/user/{username}/", + "detections": [{ + "return": "false", + "string": "Not Found", + "type": "normal" + }, { + "return": "true", + "string": "/user/{username}/", + "type": "normal" + }, { + "return": "true", + "string": "I_content", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 7128, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cracked.com/members/{username}", + "detections": [{ + "return": "true", + "string": "data-username={username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3558, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://create.arduino.cc/projecthub/{username}", + "detections": [{ + "return": "false", + "string": "Bummer, we couldn't find that page", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computer Hardware", + "global_rank": 3207, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://creationwiki.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1338017, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://creativemarket.com/{username}", + "detections": [{ + "return": "false", + "string": "Whoomp, there it isn", + "type": "advanced" + }, { + "return": "false", + "string": "Whoomp, there it isn", + "type": "normal" + }, { + "return": "true", + "string": "\"username\":\"{username}\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Visual Arts and Design", + "global_rank": 1850, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://credly.com/users/{username}", + "detections": [{ + "return": "true", + "string": "c-profile-header", + "type": "normal" + }, { + "return": "true", + "string": "c-user-layout", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 5458, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cruiserswiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1905389, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://crunchbase.com/person/{username}", + "detections": [{ + "return": "false", + "string": "find this page for you.", + "type": "normal" + }, { + "return": "true", + "string": "find this page for you.", + "type": "normal" + }, { + "return": "true", + "string": "\"section-title\"", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 1790, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://crunchyroll.com/user/{username}", + "detections": [{ + "return": "false", + "string": "but we were unable to find", + "type": "normal" + }, { + "return": "true", + "string": "user_profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Entertainment", + "global_rank": 523, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://cyclechaos.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1127997, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://d3.ru/user/{username}/posts", + "detections": [{ + "return": "true", + "string": "/user/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 47210, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dailykos.com/user/{username}", + "detections": [{ + "return": "false", + "string": "Sorry, that blog could not be found", + "type": "advanced" + }, { + "return": "false", + "string": "Sorry, that blog could not be found", + "type": "normal" + }, { + "return": "true", + "string": "/user/{username}", + "type": "normal" + }, { + "return": "true", + "string": "group_info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News", + "global_rank": 9922, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dailymotion.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "false", + "string": "error404", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 334, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dandwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 52181, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dariawiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://data.typeracer.com/pit/profile?user={username}", + "detections": [{ + "return": "false", + "string": "Profile Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Profile Not Found", + "type": "normal" + }, { + "return": "true", + "string": "profile:first_name", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 14660, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dating.ru/{username}", + "detections": [{ + "return": "true", + "string": "ru/{username}", + "type": "normal" + }, { + "return": "true", + "string": "statistics", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Community and Society > Romance and Relationships", + "global_rank": 44400, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dcard.tw/@{username}", + "detections": [{ + "return": "true", + "string": "@{username}", + "type": "normal" + }, { + "return": "true", + "string": "nickname", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 450, + "country": "Taiwan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://demotywatory.pl/user/{username}", + "detections": [{ + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "profileinfobox", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 4531, + "country": "Poland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://depop.com/{username}/", + "detections": [{ + "return": "false", + "string": "that page doesn", + "type": "normal" + }, { + "return": "false", + "string": "404 Page not found<", + "type": "normal" + }, { + "return": "true", + "string": "UserName-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Lifestyle > Fashion and Apparel", + "global_rank": 6994, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://designspiration.net/{username}", + "detections": [{ + "return": "false", + "string": "Content Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Content Not Found", + "type": "normal" + }, { + "return": "true", + "string": "\"profile", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts", + "global_rank": 6170327, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://deskthority.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 381001, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://detectiveconanworld.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Arts and Entertainment", + "global_rank": 142613, + "country": "Indonesia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dev.to/{username}", + "detections": [{ + "return": "false", + "string": "This page does not exist ", + "type": "advanced" + }, { + "return": "false", + "string": "This page does not exist ", + "type": "normal" + }, { + "return": "true", + "string": "data-username=\"{username}\"", + "type": "normal" + }, { + "return": "true", + "string": "to/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 4501, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://develop.consumerium.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 2055531, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://devforum.zoom.us/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 17, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://devpost.com/{username}", + "detections": [{ + "return": "true", + "string": "com/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-photo", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 10386, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://devrant.com/users/{username}", + "detections": [{ + "return": "true", + "string": "/users/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 158634, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dfwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 5213620, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://diatessaron.ir/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://digitalocean.com/community/users/{username}", + "detections": [{ + "return": "true", + "string": "\"description\"", + "type": "normal" + }, { + "return": "true", + "string": "users/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Web Hosting and Domain Names", + "global_rank": 1902, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://digitaltibetan.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 2365553, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discogs.com/user/{username}", + "detections": [{ + "return": "false", + "string": "We couldn't find that page", + "type": "advanced" + }, { + "return": "false", + "string": "We couldn't find that page", + "type": "normal" + }, { + "return": "true", + "string": "data-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 1055, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.brew.sh/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 20627, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.chef.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 157141, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.codecombat.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 80618, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.gohugo.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 34079, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.huel.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Food and Drink > Food and Drink", + "global_rank": 23246, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.julialang.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 75861, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.jupyter.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 17489, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.mc-stan.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 394922, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.mozilla.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 178, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.nodered.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 61155, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.saylor.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Education", + "global_rank": 30877, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discourse.snowplowanalytics.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 126951, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discoursedb.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 3761205, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.atom.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 21532, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.atom.io/u/{username}/summary", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 21532, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.circleci.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 7400, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.codecademy.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 1711, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.elastic.co/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 5180, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.emberjs.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 58928, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.huel.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Food and Drink > Food and Drink", + "global_rank": 23246, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.inventables.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Business and Consumer Services > Business Services", + "global_rank": 54944, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.ipfs.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Science and Education", + "global_rank": 10171, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.kotlinlang.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 11084, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.kubernetes.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 8155, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.newrelic.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 5942, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.pixls.us/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 293087, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.prosemirror.net/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 282687, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discuss.pytorch.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 18733, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discussion.dreamhost.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 3684, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://discussions.apple.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "Looking for something in", + "type": "advanced" + }, { + "return": "false", + "string": "Looking for something in", + "type": "normal" + }, { + "return": "true", + "string": "/profile/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Consumer Electronics", + "global_rank": 55, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://displate.com/{username}/profile", + "detections": [{ + "return": "false", + "string": "Oops!", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 11171, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://disqus.com/{username}", + "detections": [{ + "return": "false", + "string": "Something didn't work", + "type": "advanced" + }, { + "return": "false", + "string": "Something didn't work", + "type": "normal" + }, { + "return": "true", + "string": "by/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 799, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dissociative-identity-disorder.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dkwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dnd-wiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 355213, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://docs.comics.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Animation and Comics", + "global_rank": 265310, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://docs.joomla.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 6375, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://docs.routexl.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Business and Consumer Services > Business Services", + "global_rank": 212865, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://docsity.com/en/users/profile/{username}", + "detections": [{ + "return": "true", + "string": "docsity-profile", + "type": "normal" + }, { + "return": "true", + "string": "\"harveymatbagan\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Education", + "global_rank": 5287, + "country": "Brazil", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dogcraft.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 3271673, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://douban.com/people/{username}/", + "detections": [{ + "return": "true", + "string": "db-usr-profile", + "type": "normal" + }, { + "return": "true", + "string": "user-intro", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Arts and Entertainment", + "global_rank": 578, + "country": "China", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://dribbble.com/{username}", + "detections": [{ + "return": "false", + "string": "Whoops, that page is gone", + "type": "advanced" + }, { + "return": "false", + "string": "Whoops, that page is gone", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1379, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://drive2.ru/users/{username}", + "detections": [{ + "return": "false", + "string": ">404", + "type": "normal" + }, { + "return": "true", + "string": "/users/{username}", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Vehicles > Vehicles", + "global_rank": 1629, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://drive2.ru/users/{username}", + "detections": [{ + "return": "true", + "string": "c-user__card", + "type": "normal" + }, { + "return": "true", + "string": "c-user__stats", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 1629, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://duolingo.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "Error 404", + "type": "advanced" + }, { + "return": "true", + "string": "{username}", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 5, + "type": "Science and Education > Education", + "global_rank": 706, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://eamon.wiki/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://easyeda.com/{username}", + "detections": [{ + "return": "true", + "string": "project-detail", + "type": "normal" + }, { + "return": "true", + "string": "user-contact", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 31584, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ebay.com/usr/{username}", + "detections": [{ + "return": "false", + "string": "The User ID you entered was not found", + "type": "advanced" + }, { + "return": "false", + "string": "The User ID you entered was not found", + "type": "normal" + }, { + "return": "true", + "string": "/usr/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "E-commerce and Shopping > Marketplace", + "global_rank": 41, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ebid.net/us/users/{username}", + "detections": [{ + "return": "true", + "string": "theirmain", + "type": "normal" + }, { + "return": "true", + "string": "users/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "E-commerce and Shopping > Auctions", + "global_rank": 65421, + "country": "Australia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ecency.com/@{username}", + "detections": [{ + "return": "true", + "string": "profile-card", + "type": "normal" + }, { + "return": "true", + "string": "basic-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 22637, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://echo.msk.ru/users/{username}", + "detections": [{ + "return": "false", + "string": "404<", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 1943, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://edugeek.net/members/{username}.html", + "detections": [{ + "return": "true", + "string": "member_username", + "type": "normal" + }, { + "return": "true", + "string": "userinfo", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 278464, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://edutechwiki.unige.ch/en/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 23420, + "country": "Switzerland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://egpu.io/forums/profile/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "profile-display", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 170024, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://electoralreform.wikia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://elinux.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 250519, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://elixirforum.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 107436, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ello.co/{username}", + "detections": [{ + "return": "false", + "string": "We couldn't find", + "type": "advanced" + }, { + "return": "false", + "string": "We couldn't find", + "type": "normal" + }, { + "return": "true", + "string": "co/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 2884, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.brickimedia.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 1188106, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.citizendium.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 653543, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.crystalls.info/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 3179678, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.gravatar.com/{username}", + "detections": [{ + "return": "false", + "string": "We\u2019re sorry", + "type": "advanced" + }, { + "return": "false", + "string": "We\u2019re sorry", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 3079, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.illogicopedia.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 6011297, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.pornopedia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 616758, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.scoutwiki.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Camping Scouting and Outdoors", + "global_rank": 1217209, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.scratch-wiki.info/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 131156, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.stargatewiki.noip.me/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.tm-ladder.com/{username}_rech.php", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 2492782, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.uncyclopedia.co/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 1006435, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.wikichip.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 122363, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.wikifur.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Animation and Comics", + "global_rank": 515685, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.wikigta.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 630224, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.wikimannia.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 3225528, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://en.wikipedia.org/wiki/Special:CentralAuth/{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Reference Materials > Dictionaries and Encyclopedias", + "global_rank": 13, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://encyc.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 5487871, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://erdos.sdslabs.co/users/{username}", + "detections": [{ + "return": "true", + "string": "nickname", + "type": "normal" + }, { + "return": "true", + "string": "users/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1573362, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://erome.com/{username}", + "detections": [{ + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "user-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 10301, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://es.pixilart.com/{username}", + "detections": [{ + "return": "true", + "string": "user-header", + "type": "normal" + }, { + "return": "true", + "string": "user-profile-details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 19254, + "country": "United Kingdom", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://escapistmagazine.com/profiles/view/{username}", + "detections": [{ + "return": "false", + "string": "Please log in to search for users", + "type": "normal" + }, { + "return": "false", + "string": "Please log in to search for users", + "type": "normal" + }, { + "return": "true", + "string": "profiles_personal", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 74928, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://esolangs.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 540940, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://esportal.com/en/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 24333, + "country": "Sweden", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://etsy.com/shop/{username}", + "detections": [{ + "return": "false", + "string": "the page you were looking for was not found", + "type": "advanced" + }, { + "return": "false", + "string": "the page you were looking for was not found", + "type": "normal" + }, { + "return": "true", + "string": "shop/{username}", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "user_id", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "E-commerce and Shopping > Marketplace", + "global_rank": 68, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://eurogamer.net/profiles/{username}", + "detections": [{ + "return": "false", + "string": "404 Page not found", + "type": "normal" + }, { + "return": "false", + "string": "404 Page not found", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 4941, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://euw.op.gg/summoner/userName={username}", + "detections": [{ + "return": "false", + "string": "This summoner is not registered at", + "type": "advanced" + }, { + "return": "false", + "string": "This summoner is not registered at", + "type": "normal" + }, { + "return": "true", + "string": "\"Profile\"", + "type": "normal" + }, { + "return": "true", + "string": "ProfileImage", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://eve.community/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 1078196, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://everybodywiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 23913, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://exploretalent.com/{username}", + "detections": [{ + "return": "true", + "string": "profile-info", + "type": "normal" + }, { + "return": "true", + "string": "pic_canvas", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 172783, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://expo.io/@{username}", + "detections": [{ + "return": "true", + "string": "firstName", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 3204879, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://eyeem.com/u/{username}", + "detections": [{ + "return": "false", + "string": "We can't find the user you're looking", + "type": "advanced" + }, { + "return": "false", + "string": "We can't find the user you're looking", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Photography", + "global_rank": 76012, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://f3.cool/{username}", + "detections": [{ + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 214390, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://f6s.com/{username}", + "detections": [{ + "return": "true", + "string": "profile-picture", + "type": "normal" + }, { + "return": "true", + "string": "profile-details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Business", + "global_rank": 8766, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://facebook.com/{username}", + "detections": [{ + "return": "false", + "string": "This page isn't available", + "type": "advanced" + }, { + "return": "false", + "string": "The link you followed may be broken", + "type": "normal" + }, { + "return": "false", + "string": "page:\"/4oh4.php", + "type": "normal" + }, { + "function": "special_facebook_1", + "type": "special" + }], + "selected": "true", + "top": "top10", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 6, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://facenama.com/{username}", + "detections": [{ + "return": "false", + "string": "404 Error", + "type": "normal" + }, { + "return": "true", + "string": "profile", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 16364, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fancentro.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "Follow me", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 40270, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://fandalism.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}/", + "type": "normal" + }, { + "return": "true", + "string": "user.username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 502734, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fandom.com/u/{username}", + "detections": [{ + "return": "false", + "string": "t always catch", + "type": "advanced" + }, { + "return": "false", + "string": "t always catch", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "u/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Arts and Entertainment", + "global_rank": 101, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fanfiktion.de/u/{username}", + "detections": [{ + "return": "true", + "string": "Profil von", + "type": "normal" + }, { + "return": "true", + "string": "u/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 187480, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fanpop.com/fans/{username}", + "detections": [{ + "return": "true", + "string": "profile-head", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 18071, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fantasti.cc/user/{username}/", + "detections": [{ + "return": "true", + "string": "user/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-profile-info", + "type": "normal" + }, { + "return": "true", + "string": "title_user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 34845, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://fark.com/users/{username}", + "detections": [{ + "return": "true", + "string": "profileTable", + "type": "normal" + }, { + "return": "true", + "string": "users/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 8332, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://festipedia.org.uk/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ffm.bio/{username}", + "detections": [{ + "return": "true", + "string": "bio/{username}", + "type": "normal" + }, { + "return": "true", + "string": "bio-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 260223, + "country": "Pakistan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://filmow.com/usuario/{username}", + "detections": [{ + "return": "true", + "string": "avatar", + "type": "normal" + }, { + "return": "true", + "string": "page-user", + "type": "normal" + }, { + "return": "true", + "string": "page-user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 36315, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://filmweb.pl/user/{username}", + "detections": [{ + "return": "true", + "string": "\"user__head\"", + "type": "normal" + }, { + "return": "true", + "string": "posterInfoBox", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 4038, + "country": "Poland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fineartamerica.com/profiles/{username}/shop", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "buttonFollow", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 3597, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://finmessage.com/{username}", + "detections": [{ + "return": "true", + "string": "\"profile-avatar", + "type": "normal" + }, { + "return": "true", + "string": "\"profile-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 1857911, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fiverr.com/{username}", + "detections": [{ + "return": "true", + "string": "{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 130, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fixya.com/users/{username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Home and Garden > Home Improvement and Maintenance", + "global_rank": 3367, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fl.ru/users/{username}/portfolio", + "detections": [{ + "return": "false", + "string": "404 Not Found", + "type": "normal" + }, { + "return": "true", + "string": "users/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Jobs and Career > Jobs and Employment", + "global_rank": 59711, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://flattr.com/@{username}", + "detections": [{ + "return": "true", + "string": "@{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 38717, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://flickr.com/people/{username}", + "detections": [{ + "return": "false", + "string": "This is not the page you\u2019re looking for", + "type": "advanced" + }, { + "return": "false", + "string": "This is not the page you\u2019re looking for", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "people/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Photography", + "global_rank": 348, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://flipboard.com/@{username}", + "detections": [{ + "return": "false", + "string": "This page does not exist", + "type": "advanced" + }, { + "return": "false", + "string": "This page does not exist", + "type": "normal" + }, { + "return": "true", + "string": "username/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 3497, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://flipsnack.com/{username}", + "detections": [{ + "return": "true", + "string": "followCount", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 5579, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://flirtic.ee/{username}", + "detections": [{ + "return": "true", + "string": "user_main", + "type": "normal" + }, { + "return": "true", + "string": "profile_", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 4931234, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fluther.com/users/{username}/", + "detections": [{ + "return": "true", + "string": "ext-profile", + "type": "normal" + }, { + "return": "true", + "string": "usersummary", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 120892, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fortnitetracker.com/profile/all/{username}", + "detections": [{ + "return": "false", + "string": "We are unable to find your profile", + "type": "advanced" + }, { + "return": "false", + "string": "We are unable to find your profile", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 12430, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.3dnews.ru/member.php?username={username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computer Hardware", + "global_rank": 12935, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.banana-pi.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 549534, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.bonsaimirai.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 892294, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.cfx.re/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 25937, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.cockroachlabs.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 76260, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.core-electronics.com.au/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computer Hardware", + "global_rank": 114732, + "country": "Australia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.fractalfuture.net/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.freecodecamp.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 1449, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.gitlab.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 2002, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.golangbridge.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 123147, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.guns.ru/forummisc/blog/{username}", + "detections": [{ + "return": "true", + "string": "username=", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 24382, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.hackthebox.eu/profile/{username}", + "detections": [{ + "return": "false", + "string": "User not found", + "type": "advanced" + }, { + "return": "false", + "string": "User not found", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 50185, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.igromania.ru/member.php?username={username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 21594, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.inaturalist.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Biology", + "global_rank": 28436, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.ionicframework.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 6061, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.juce.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Graphics Multimedia and Web Design", + "global_rank": 278835, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.leasehackr.com/u/{username}/summary", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Vehicles > Vehicles", + "global_rank": 36245, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.level1techs.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 117381, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.mangoh.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 8369755, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.manjaro.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 29341, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.mattermost.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 447975, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.obsidian.md/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 30421, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.opennebula.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 554500, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.openwrt.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 37751, + "country": "Mexico", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.pkp.sfu.ca/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 4189, + "country": "Canada", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.pokemongohub.net/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 64572, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.schizophrenia.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Mental Health", + "global_rank": 452619, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.seeedstudio.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Consumer Electronics", + "global_rank": 21253, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.slots.lv/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Gambling > Casinos", + "global_rank": 232304, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.snapcraft.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 24101, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.storj.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Finance > Finance", + "global_rank": 51870, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.sublimetext.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 11837, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.tudiabetes.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Health Conditions and Concerns", + "global_rank": 1058760, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.uipath.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 8195, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.velomania.ru/member.php?username={username}", + "detections": [{ + "return": "false", + "string": "standard_error", + "type": "normal" + }, { + "return": "true", + "string": "member_username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 324328, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.vuejs.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 3503, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forum.webflow.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 3778, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forumhouse.ru/members/?username={username}", + "detections": [{ + "return": "false", + "string": "\"error\"", + "type": "normal" + }, { + "return": "true", + "string": "profilePage", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 17397, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forumophilia.com/profile.php?mode=viewprofile&u={username}", + "detections": [{ + "return": "false", + "string": "but that user does not exist", + "type": "advanced" + }, { + "return": "false", + "string": "but that user does not exist", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "type": "Adult", + "selected": "false", + "timeout": 0, + "implicit": 0, + "global_rank": 13621, + "country": "France", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.balena.io/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 24583, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.bignerdranch.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 200319, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.cgsociety.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Visual Arts and Design", + "global_rank": 25257, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.developer.nvidia.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computer Hardware", + "global_rank": 879, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.episodeinteractive.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 143868, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.gearboxsoftware.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 53856, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.gunsandammo.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "User Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "User Not Found", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Sports > Hunting and Shooting", + "global_rank": 169499, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.kali.org/member.php?username={username}", + "detections": [{ + "return": "false", + "string": "This user has not registered and therefore does", + "type": "advanced" + }, { + "return": "false", + "string": "This user has not registered and therefore does", + "type": "normal" + }, { + "return": "true", + "string": "member_username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computer Security", + "global_rank": 7541, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.lawrencesystems.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 272964, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.mmorpg.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "404 Not Found", + "type": "normal" + }, { + "return": "false", + "string": "404 Not Found", + "type": "normal" + }, { + "return": "true", + "string": "ProfileOptions", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games", + "global_rank": 27339, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.pcgamer.com/members/?username={username}", + "detections": [{ + "return": "false", + "string": "The specified member cannot be found", + "type": "advanced" + }, { + "return": "false", + "string": "The specified member cannot be found", + "type": "normal" + }, { + "return": "true", + "string": "members/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 1593, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.penny-arcade.com/profile/discussions/{username}", + "detections": [{ + "return": "true", + "string": "\"About\"", + "type": "normal" + }, { + "return": "true", + "string": "discussions/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games", + "global_rank": 47339, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.pimoroni.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 220657, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.sandisk.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 48579, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.serverbuilds.net/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 740727, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.sketchup.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 2062, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.spongepowered.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 335645, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.steinberg.net/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 17505, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.swanlibraries.net/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 444205, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.t-nation.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 13233, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.theanimenetwork.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 1179506, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.urbackup.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 414413, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.visual-paradigm.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 16080, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.whonix.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computer Security", + "global_rank": 266032, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://forums.wyzecam.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Consumer Electronics", + "global_rank": 138241, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fosstodon.org/@{username}", + "detections": [{ "name": "mastodon", - "detections": [ - { + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 319948, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://fotolog.com/author/{username}", + "detections": [{ + "return": "false", + "string": "That page doesn\u2019t exist or is private", + "type": "advanced" + }, { + "return": "false", + "string": "That page doesn\u2019t exist or is private", + "type": "normal" + }, { + "return": "true", + "string": "author/{username}/feed/", + "type": "normal" + }, { + "return": "true", + "string": "page-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 25605, + "country": "Pakistan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://freelance.habr.com/freelancers/{username}", + "detections": [{ + "return": "false", + "string": "404<", + "type": "normal" + }, { + "return": "true", + "string": "freelancers/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 1848, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://freelancer.com/u/{username}", + "detections": [{ + "return": "false", + "string": "Looks like the page you are looking", + "type": "advanced" + }, { + "return": "false", + "string": "Looks like the page you are looking", + "type": "normal" + }, { + "return": "true", + "string": "userId", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Jobs and Career > Jobs and Employment", + "global_rank": 592, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://freesound.org/people/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "account_info", + "type": "normal" + }, { + "return": "true", + "string": "follow_user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 10612, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://frontendmentor.io/profile/{username}/", + "detections": [{ + "return": "true", + "string": "Header__Name", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}/", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 26654, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://funtoo.org/wiki/Welcome/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 465531, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://furaffinity.net/user/{username}/", + "detections": [{ + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "page-userpage", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 6604, + "country": "United Kingdom", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gab.com/{username}", + "detections": [{ + "return": "true", + "string": "{username}", + "type": "advanced" + }, { + "return": "true", + "string": "user_profile_info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 1572, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gaia.wikia.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gaiaonline.com/profiles/{username}", + "detections": [{ + "return": "false", + "string": "General Error", + "type": "advanced" + }, { + "return": "false", + "string": "General Error", + "type": "normal" + }, { + "return": "true", + "string": "about_title", + "type": "normal" + }, { + "return": "true", + "string": "\"username\">", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Animation and Comics", + "global_rank": 35526, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gamedev.net/{username}/", + "detections": [{ + "return": "true", + "string": "aboutTab", + "type": "normal" + }, { + "return": "true", + "string": "activityTab", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 45727, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gamefaqs.gamespot.com/community/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "sub_info", + "type": "normal" + }, { + "return": "true", + "string": "profile_user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 1075, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gameideas.wikia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gamekult.com/forum/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 29293, + "country": "France", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gamepedia.com/members/{username}", + "detections": [{ + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "user-details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 2382163, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gamespot.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "you seem to be lost", + "type": "advanced" + }, { + "return": "false", + "string": "you seem to be lost", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games", + "global_rank": 1075, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gametz.com/user/{username}.html", + "detections": [{ + "return": "true", + "string": "itemprop=\"name\"", + "type": "normal" + }, { + "return": "true", + "string": "/user/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 205662, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gaminglatest.com/members/{username}", + "detections": [{ + "return": "false", + "string": "We ran into some problems", + "type": "normal" + }, { + "return": "true", + "string": "memberHeader", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1578577, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://garaget.org/{username}", + "detections": [{ + "return": "true", + "string": "profile-image", + "type": "normal" + }, { + "return": "true", + "string": "profile-body", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 284345, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gdprofiles.com/{username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gearheadwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://genius.com/{username}", + "detections": [{ + "return": "true", + "string": "profile_identity", + "type": "normal" + }, { + "return": "true", + "string": "profile_header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 566, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://geocaching.com/p/default.aspx?u={username}", + "detections": [{ + "return": "false", + "string": "Sorry about that", + "type": "advanced" + }, { + "return": "false", + "string": "Sorry about that", + "type": "normal" + }, { + "return": "true", + "string": "u={username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Camping Scouting and Outdoors", + "global_rank": 22752, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://getmyuni.com/user/{username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Universities and Colleges", + "global_rank": 10127, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gfycat.com/@{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "userid", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Arts and Entertainment", + "global_rank": 2824, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://giantbomb.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "Not Found", + "type": "normal" + }, { + "return": "false", + "string": "Not Found", + "type": "normal" + }, { + "return": "true", + "string": "profile-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 20939, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://giphy.com/{username}", + "detections": [{ + "return": "false", + "string": "There\u2019s nothing here. Looking for GIFs", + "type": "advanced" + }, { + "return": "false", + "string": "404 Not Found", + "type": "normal" + }, { + "return": "false", + "string": "status_code", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Arts and Entertainment", + "global_rank": 980, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://girlspacks.com/modelos/{username}/", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "followers", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gitee.com/{username}", + "detections": [{ + "return": "false", + "string": "(404)<", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 6610, + "country": "China", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://github.com/{username}", + "detections": [{ + "return": "false", + "string": "This is not the web page you", + "type": "advanced" + }, { + "return": "false", + "string": "This is not the web page you", + "type": "normal" + }, { + "return": "true", + "string": "profile:username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 89, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gitlab.com/{username}", + "detections": [{ + "return": "false", + "string": "have an account yet", + "type": "normal" + }, { + "name": "gitlab", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 2002, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gitlab.gnome.org/{username}", + "detections": [{ + "return": "false", + "string": "You need to sign in or sign up before continuing.", + "type": "normal" + }, { + "name": "gitlab", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 23208, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gitmemory.com/{username}", + "detections": [{ + "return": "false", + "string": "404<", + "type": "normal" + }, { + "return": "true", + "string": "user-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 42799, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://glitch.com/@{username}", + "detections": [{ + "return": "true", + "string": "profileInfo", + "type": "advanced" + }, { + "return": "true", + "string": "@{username}", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 18272, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://globalgamejam.org/users/{username}", + "detections": [{ + "return": "true", + "string": "user-full-name", + "type": "normal" + }, { + "return": "true", + "string": "user-picture", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 249231, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://globulation2.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gloria.tv/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "portrait", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 41431, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gmail.com/{username}", + "detections": [{ + "function": "special_gmail_1", + "type": "special" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 4062, + "country": "Spain", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://goodreads.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "profile:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Libraries and Museums", + "global_rank": 341, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://google.com/{username}", + "detections": [{ + "function": "special_google_1", + "type": "special" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gotinder.com/@{username}", + "detections": [{ + "return": "true", + "string": "\"_id\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Community and Society > Romance and Relationships", + "global_rank": 130823, + "country": "Switzerland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gridpp.ac.uk/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://guildwiki.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gumroad.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "data-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 1643, + "country": "Angola", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://guru.com/freelancers/{username}", + "detections": [{ + "return": "true", + "string": "profile__", + "type": "normal" + }, { + "return": "true", + "string": "freelancer-details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Jobs and Career > Jobs and Employment", + "global_rank": 4934, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gurushots.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "advanced" + }, { + "return": "true", + "string": "-profile-", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 21209, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://gurushots.com/{username}/photos", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 21209, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://habr.com/ru/users/{username}", + "detections": [{ + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 1848, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hackaday.io/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "\"id\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 39295, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hackerearth.com/@{username}", + "detections": [{ + "return": "true", + "string": "profile-card", + "type": "normal" + }, { + "return": "true", + "string": "profile-detail", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Jobs and Career > Jobs and Employment", + "global_rank": 6566, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hackernoon.com/u/{username}", + "detections": [{ + "return": "true", + "string": "bio-text", + "type": "normal" + }, { + "return": "true", + "string": "\"/u/{username}\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 4700, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hackerone.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "profile:username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 10585, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hackerrank.com/{username}", + "detections": [{ + "return": "false", + "string": "Something went wrong", + "type": "normal" + }, { + "return": "true", + "string": "profile-username-heading", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 2177, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hacking-lab.com/user/profile/{username}/?__cookie_try=1", + "detections": [{ + "return": "true", + "string": "Rank:", + "type": "normal" + }, { + "return": "true", + "string": "Profile of {username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 629004, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hackster.io/{username}", + "detections": [{ + "return": "false", + "string": "we couldn't find that page", + "type": "advanced" + }, { + "return": "false", + "string": "we couldn't find that page", + "type": "normal" + }, { + "return": "true", + "string": "UserProfile", + "type": "normal" + }, { + "return": "true", + "string": "user_", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 29633, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hackthissite.org/user/view/{username}", + "detections": [{ + "return": "false", + "string": "Cannot Retrieve Information", + "type": "advanced" + }, { + "return": "false", + "string": "Cannot Retrieve Information", + "type": "normal" + }, { + "return": "true", + "string": "id={username}", + "type": "normal" + }], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "selected": "false", + "timeout": 0, + "implicit": 0, + "global_rank": 96505, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hamkhone.ir/{username}", + "detections": [{ + "return": "true", + "string": "name_user_profile ", + "type": "normal" + }, { + "return": "true", + "string": "user_section", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1167711, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://happysocial.it/{username}", + "detections": [{ + "return": "true", + "string": "user-avatar", + "type": "normal" + }, { + "return": "true", + "string": "profile-container", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 3128253, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://harddrop.com/wiki/Tetris_Wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 712642, + "country": "Canada", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hardwarebook.info/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1750842, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hashnode.com/@{username}", + "detections": [{ + "return": "true", + "string": "com/@{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 18983, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://health-and-medicine.wikia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://heavy-r.com/user/{username}", + "detections": [{ + "return": "false", + "string": "Channel not found", + "type": "normal" + }, { + "return": "true", + "string": "member-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 15970, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://hellboundhackers.org/user/{username}.html", + "detections": [{ + "return": "true", + "string": "Email Address:", + "type": "normal" + }, { + "return": "true", + "string": "General Information", + "type": "normal" + }], + "type": "Computers", + "selected": "false", + "timeout": 0, + "implicit": 0, + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://help.nextcloud.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 27033, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hiddenpalace.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 198924, + "country": "Switzerland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hive.blog/@{username}", + "detections": [{ + "return": "true", + "string": "UserProfile__stats", + "type": "normal" + }, { + "return": "true", + "string": "UserProfile__info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 20810, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hiveblocks.com/@{username}", + "detections": [{ + "return": "true", + "string": "@{username}", + "type": "normal" + }, { + "return": "true", + "string": "\"lead\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 132164, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://homeone.com.au/member/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "member-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 185873, + "country": "Australia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://house-mixes.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "Profile Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Profile Not Found", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Music", + "global_rank": 982506, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://houzz.com/user/{username}", + "detections": [{ + "return": "false", + "string": "The page you requested", + "type": "advanced" + }, { + "return": "false", + "string": "The page you requested", + "type": "normal" + }, { + "return": "true", + "string": "userProfile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Home and Garden > Home Improvement and Maintenance", + "global_rank": 1038, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hub.docker.com/u/{username}", + "detections": [{ + "return": "false", + "string": "The page you requested", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 10, + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 2715, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hubpages.com/@{username}", + "detections": [{ + "return": "false", + "string": "Page does not exist", + "type": "advanced" + }, { + "return": "false", + "string": "Page does not exist", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Reference", + "global_rank": 2229, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hubski.com/user/{username}", + "detections": [{ + "return": "false", + "string": "No such user", + "type": "advanced" + }, { + "return": "false", + "string": "No such user", + "type": "normal" + }, { + "return": "true", + "string": "profile", + "type": "normal" + }, { + "return": "true", + "string": "\"username\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Reference", + "global_rank": 199198, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hunting.ru/forum/members/?username={username}", + "detections": [{ + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Vehicles > Vehicles", + "global_rank": 97137, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://hydrodictyon.eeb.uconn.edu/eebedia/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 9756, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://icannwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://icq.im/{username}", + "detections": [{ + "return": "false", + "string": "Profile not found", + "type": "advanced" + }, { + "return": "false", + "string": "Profile not found", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 390958, + "country": "Egypt", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ifttt.com/p/{username}", + "detections": [{ + "return": "false", + "string": "The requested page or file", + "type": "advanced" + }, { + "return": "false", + "string": "The requested page or file", + "type": "normal" + }, { + "return": "true", + "string": "user_id", + "type": "normal" + }, { + "return": "true", + "string": "Profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 5223, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ifunny.co/user/{username}", + "detections": [{ + "return": "true", + "string": "user/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 21963, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://iiwiki.us/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1191572, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://imagefap.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "Invalid uid", + "type": "normal" + }, { + "return": "true", + "string": "profile_hdr", + "type": "normal" + }, { + "return": "true", + "string": "var username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 4248, + "country": "Netherlands", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://imfdb.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 165745, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://imgsrc.ru/main/user.php?user={username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Photography", + "global_rank": 25467, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://imgup.cz/{username}", + "detections": [{ + "return": "false", + "string": "That page doesn", + "type": "advanced" + }, { + "return": "false", + "string": "That page doesn", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }, { + "return": "true", + "string": "username:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts", + "global_rank": 1242263, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://imgur.com/user/{username}", + "detections": [{ + "return": "true", + "string": "{username}", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > File Sharing and Hosting", + "global_rank": 121, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://imslp.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 24110, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://inaturalist.nz/people/{username}", + "detections": [{ + "return": "true", + "string": "user-subnav", + "type": "normal" + }, { + "return": "true", + "string": "Joined: ", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1083675, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://inaturalist.org/people/{username}", + "detections": [{ + "return": "true", + "string": ":username", + "type": "normal" + }, { + "return": "true", + "string": "people/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Biology", + "global_rank": 28436, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://independent.academia.edu/{username}", + "detections": [{ + "return": "false", + "string": "It looks like you", + "type": "advanced" + }, { + "return": "false", + "string": "It looks like you", + "type": "normal" + }, { + "return": "true", + "string": "profile-info", + "type": "normal" + }, { + "return": "true", + "string": "user_", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Education", + "global_rank": 444, + "country": "Indonesia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://indiblogger.in/{username}", + "detections": [{ + "return": "false", + "string": "page not found", + "type": "normal" + }, { + "return": "true", + "string": "page not found", + "type": "normal" + }, { + "return": "true", + "string": "profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 29471, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://indiedb.com/members/{username}/", + "detections": [{ + "return": "true", + "string": "headerbox", + "type": "normal" + }, { + "return": "true", + "string": "profiledescription", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 130460, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://influenster.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 27761, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://info.sonicretro.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 192131, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://infogalactic.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 220652, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://instagram.com/{username}", + "detections": [{ + "return": "false", + "string": "Sorry, this page isn't available", + "type": "advanced" + }, { + "return": "false", + "string": "Sorry, this page isn't available", + "type": "normal" + }, { + "return": "true", + "string": "full_name\":\"", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "true", + "top": "top10", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 22, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://instructables.com/member/{username}", + "detections": [{ + "return": "false", + "string": "things break sometimes", + "type": "advanced" + }, { + "return": "false", + "string": "things break sometimes", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 2768, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://interpals.net/{username}", + "detections": [{ + "return": "false", + "string": "The requested user does not", + "type": "advanced" + }, { + "return": "false", + "string": "The requested user does not", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 14622, + "country": "Romania", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://irc-galleria.net/user/{username}", + "detections": [{ + "return": "true", + "string": "leaderboard", + "type": "normal" + }, { + "return": "true", + "string": "submenu-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 105183, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://irecommend.ru/users/{username}", + "detections": [{ + "return": "true", + "string": "profile", + "type": "normal" + }, { + "return": "true", + "string": "user-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Health", + "global_rank": 2994, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://irl.com/{username}", + "detections": [{ + "return": "true", + "string": "user-disk", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 335056, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://is.theorizeit.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Business and Consumer Services > Business Services", + "global_rank": 599240, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ising.pl/{username}", + "detections": [{ + "return": "true", + "string": "profile-photo", + "type": "normal" + }, { + "return": "true", + "string": "profile-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 578097, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ismygirl.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 192866, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://isogg.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Community and Society", + "global_rank": 646531, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://issuu.com/{username}", + "detections": [{ + "return": "false", + "string": "seem to find", + "type": "advanced" + }, { + "return": "false", + "string": "seem to find", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Books and Literature", + "global_rank": 486, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://it.memedroid.com/user/view/{username}", + "detections": [{ + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "Ranked: ", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 75033, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://javascript.wikia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://jbzd.com.pl/uzytkownik/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 10853, + "country": "Poland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://jeuxvideo.com/profil/{username}?mode=infos", + "detections": [{ + "return": "false", + "string": "erreurs", + "type": "normal" + }, { + "return": "true", + "string": "infos-pseudo", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 4018, + "country": "France", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://justfor.fans/{username}", + "detections": [{ + "return": "true", + "string": "profile", + "type": "normal" + }, { + "return": "true", + "string": "\"stats\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 8264, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://kaggle.com/{username}", + "detections": [{ + "return": "false", + "string": "find that page", + "type": "advanced" + }, { + "return": "false", + "string": "404.png", + "type": "normal" + }, { + "return": "true", + "string": "userId", + "type": "normal" + }, { + "return": "true", + "string": "\"username\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 1887, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://karak.ir/user/{username}", + "detections": [{ + "return": "true", + "string": "userProfileItems", + "type": "normal" + }, { + "return": "true", + "string": "favUserProf", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 4321054, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://kaufmich.com/p/{username}", + "detections": [{ + "return": "true", + "string": "profile__main", + "type": "normal" + }, { + "return": "true", + "string": "profile__card", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 72673, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://keybase.io/{username}", + "detections": [{ + "return": "false", + "string": "what you are looking for", + "type": "advanced" + }, { + "return": "false", + "string": "what you are looking for", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }, { + "return": "true", + "string": "data-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 92406, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://khamsat.com/user/{username}", + "detections": [{ + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "user/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3274, + "country": "Egypt", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://kidicaruswiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://kik.me/{username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology", + "global_rank": 1069062, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://kizlarsoruyor.com/uye/{username}", + "detections": [{ + "return": "true", + "string": "profile-username", + "type": "normal" + }, { + "return": "true", + "string": "profile-tab-section", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Community and Society > Romance and Relationships", + "global_rank": 1142, + "country": "Turkey", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ko-fi.com/{username}", + "detections": [{ + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Animation and Comics", + "global_rank": 5480, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://kongregate.com/accounts/{username}", + "detections": [{ + "return": "false", + "string": "no account with that name was found", + "type": "advanced" + }, { + "return": "false", + "string": "no account with that name was found", + "type": "normal" + }, { + "return": "true", + "string": "profile_heading", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 13772, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://kwejk.pl/uzytkownik/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 5794, + "country": "Poland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://kwork.ru/user/{username}", + "detections": [{ + "return": "false", + "string": "page-404", + "type": "normal" + }, { + "return": "true", + "string": "page-profile", + "type": "normal" + }, { + "return": "true", + "string": "user-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 6943, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://lab.pentestit.ru/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 4318629, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://labroots.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile-header", + "type": "normal" + }, { + "return": "true", + "string": "class=\"user ", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Science and Education", + "global_rank": 38687, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://last.fm/user/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "header-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Music", + "global_rank": 2534, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://launchpad.net/~{username}", + "detections": [{ + "return": "false", + "string": "Lost something", + "type": "advanced" + }, { + "return": "false", + "string": "Lost something", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 18238, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://lazada.sg/shop/{username}", + "detections": [{ + "return": "true", + "string": "Last active", + "type": "normal" + }, { + "return": "true", + "string": "Main Category", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 257, + "country": "Singapore", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://leetcode.com/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "profile-root", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 1037, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://legiit.com/{username}", + "detections": [{ + "return": "true", + "string": "user-avatar", + "type": "normal" + }, { + "return": "true", + "string": "category-box", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Shopping", + "global_rank": 10350, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://leofinance.io/@{username}/followers", + "detections": [{ + "return": "true", + "string": "profile", + "type": "normal" + }, { + "return": "true", + "string": "io/@{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 40020, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://lesswrong.com/users/{username}", + "detections": [{ + "return": "true", + "string": "users-profile", + "type": "normal" + }, { + "return": "true", + "string": "UsersProfile-meta", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 104147, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://letterboxd.com/{username}", + "detections": [{ + "return": "false", + "string": "find the page you\u2019ve requested", + "type": "advanced" + }, { + "return": "false", + "string": "find the page you\u2019ve requested", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }, { + "return": "true", + "string": "data-user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 3004, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://libregamewiki.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 2019313, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://lichess.org/@/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Board and Card Games", + "global_rank": 2017, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://likee.video/@{username}", + "detections": [{ + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "(@{username})", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Search Engines", + "global_rank": 50842, + "country": "South Africa", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://limswiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 945382, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://linguaveritas.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://linkedin.com/in/{username}/", + "detections": [{ + "return": "false", + "string": "Join to view full profiles for free", + "type": "advanced" + }, { + "return": "false", + "string": "An exact match for {username} could not be found.", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 46, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://linux-tips.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 813991, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://linux.org.ru/people/{username}/profile", + "detections": [{ + "return": "true", + "string": "userpic", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 47737, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://listography.com/{username}", + "detections": [{ + "return": "true", + "string": "user-box", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 61840, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://liveleak.com/c/{username}", + "detections": [{ + "return": "false", + "string": "channel not found", + "type": "advanced" + }, { + "return": "false", + "string": "channel not found", + "type": "normal" + }, { + "return": "true", + "string": "content_main_right", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 585485, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://livelib.ru/reader/{username}", + "detections": [{ + "return": "false", + "string": "logo-404", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Books and Literature", + "global_rank": 6282, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://liveworksheets.com/user/{username}", + "detections": [{ + "return": "true", + "string": "Worksheets by", + "type": "normal" + }, { + "return": "true", + "string": "Shared worksheets", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1647, + "country": "Spain", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://lobste.rs/u/{username}", + "detections": [{ + "return": "false", + "string": "they changed their username", + "type": "advanced" + }, { + "return": "false", + "string": "they changed their username", + "type": "normal" + }, { + "return": "true", + "string": "/u#{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 320091, + "country": "Turkey", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://lolchess.gg/profile/na/{username}", + "detections": [{ + "return": "false", + "string": "No search results", + "type": "advanced" + }, { + "return": "false", + "string": "No search results", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 4920, + "country": "South Korea", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://lordsmobilemaps.com/en/player/{username}", + "detections": [{ + "return": "true", + "string": "History/Graphs", + "type": "normal" + }, { + "return": "true", + "string": ">Stats<", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 369810, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://lostpedia.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://love2d.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 208544, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://lovehomeporn.com/user/{username}", + "detections": [{ + "return": "true", + "string": "profile-box", + "type": "normal" + }, { + "return": "true", + "string": "profile-nav", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 275534, + "country": "", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://lushstories.com/{username}", + "detections": [{ + "return": "true", + "string": "headers-inner", + "type": "normal" + }, { + "return": "true", + "string": "report-link", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 308745, + "country": "", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://m.naijapals.com/profile.php?id={username}", + "detections": [{ + "return": "true", + "string": "usercard_menu", + "type": "normal" + }, { + "return": "true", + "string": "id={username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 31334, + "country": "Nigeria", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mamby.com/u/{username}", + "detections": [{ + "return": "true", + "string": "public-profile", + "type": "normal" + }, { + "return": "true", + "string": "profile-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 60440, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mansonwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 2547919, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mariowiki.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 55241, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://marvel.wikia.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mastodon.cloud/@{username}", + "detections": [{ + "name": "mastodon", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 170825, + "country": "Mexico", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mastodon.social/@{username}", + "detections": [{ + "name": "mastodon", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 20067, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mastodon.technology/@{username}", + "detections": [{ + "name": "mastodon", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 2997707, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mastodon.xyz/@{username}", + "detections": [{ + "name": "mastodon", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1149653, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://medium.com/@{username}", + "detections": [{ + "return": "false", + "string": "Out of nothing", + "type": "advanced" + }, { + "return": "false", + "string": "Out of nothing", + "type": "normal" + }, { + "return": "true", + "string": "profile:username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 116, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://members.fotki.com/{username}/about/", + "detections": [{ + "return": "true", + "string": "profile-aboutme", + "type": "normal" + }, { + "return": "true", + "string": "user_profile_info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Photography", + "global_rank": 31394, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://memes.co/@{username}", + "detections": [{ + "return": "true", + "string": "profile-info", + "type": "normal" + }, { + "return": "true", + "string": "profile-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 666744, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://memrise.com/user/{username}", + "detections": [{ + "return": "false", + "string": "The page you are trying", + "type": "advanced" + }, { + "return": "false", + "string": "The page you are trying", + "type": "normal" + }, { + "return": "true", + "string": "user-details", + "type": "normal" + }, { + "return": "true", + "string": "profile-stats", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Education", + "global_rank": 13554, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mercadolivre.com.br/perfil/{username}", + "detections": [{ + "return": "false", + "string": "\"error\"", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "E-commerce and Shopping > Marketplace", + "global_rank": 370, + "country": "Brazil", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mercuryrisingmoviefiction.wikia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://meta.discourse.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 19362, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://meta.miraheze.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Web Hosting and Domain Names", + "global_rank": 21425, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://meta.wikimedia.org/wiki/Special:CentralAuth/{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Reference Materials > Reference Materials", + "global_rank": 306, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://metacafe.com/channels/{username}/", + "detections": [{ + "return": "true", + "string": "og:url", + "type": "normal" + }, { + "return": "true", + "string": "channels/{username}/", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 120184, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://metacritic.com/user/{username}", + "detections": [{ + "return": "false", + "string": "User not found", + "type": "advanced" + }, { + "return": "false", + "string": "User not found", + "type": "normal" + }, { + "return": "true", + "string": "userName:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 2375, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://metroidwiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1512382, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://metside.com/{username}", + "detections": [{ + "return": "true", + "string": "user-avatar", + "type": "normal" + }, { + "return": "true", + "string": "profile-container", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 691148, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://metwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mfbwiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://micro.blog/{username}", + "detections": [{ + "return": "true", + "string": "timeline_info", + "type": "normal" + }, { + "return": "true", + "string": "posts/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Society", + "global_rank": 59615, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://micronations.wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1263765, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://minds.com/{username}/", + "detections": [{ + "return": "true", + "string": "@{username}", + "type": "normal" + }, { + "return": "true", + "string": "Subscribe to @", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 3898, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://minecraft.gamepedia.com/Minecraft_Wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 2382163, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://minnit.chat/{username}", + "detections": [{ + "return": "true", + "string": "chatname", + "type": "normal" + }, { + "return": "true", + "string": "\"{username}\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 487080, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mintme.com/token/{username}", + "detections": [{ + "return": "true", + "string": "token-name", + "type": "normal" + }, { + "return": "true", + "string": "token/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 25454, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mix.com/{username}", + "detections": [{ + "return": "true", + "string": "UserProfile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 4692, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mixcloud.com/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "true", + "string": "profile-username", + "type": "normal" + }, { + "return": "true", + "string": "profile-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 3889, + "country": "Belgium", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mobile.twitter.com/{username}", + "detections": [{ + "return": "false", + "string": "This account doesn\u2019t exist", + "type": "advanced" + }, { + "return": "false", + "string": "This account doesn\u2019t exist", + "type": "normal" + }, { + "return": "true", + "string": "Tweets & replies", + "type": "normal" + }], + "selected": "true", + "top": "top10", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 35, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://modelhub.com/{username}/videos", + "detections": [{ + "return": "true", + "string": "modelHeader", + "type": "normal" + }, { + "return": "true", + "string": "profilePhotoSection", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 10745, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://moikrug.ru/{username}", + "detections": [{ + "return": "false", + "string": "404<", + "type": "normal" + }, { + "return": "true", + "string": "username:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 142684, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://monoskop.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Philosophy", + "global_rank": 144832, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mostaql.com/u/{username}", + "detections": [{ + "return": "true", + "string": "profile-details", + "type": "normal" + }, { + "return": "true", + "string": "profile-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 8160, + "country": "Egypt", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://motherless.com/f/{username}", + "detections": [{ + "return": "true", + "string": "f/{username}", + "type": "normal" + }, { + "return": "true", + "string": "member-bio", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 2955, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://mouthshut.com/{username}", + "detections": [{ + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "profile-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 8721, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mql5.com/es/users/{username}", + "detections": [{ + "return": "true", + "string": "user-page", + "type": "normal" + }, { + "return": "true", + "string": "users/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 2814, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mstdn.io/@{username}", + "detections": [{ + "name": "mastodon", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 2177809, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mtgarena.pro/u/{username}", + "detections": [{ + "return": "true", + "string": ">Follow<", + "type": "normal" + }, { + "return": "true", + "string": "u/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 188767, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://muckrack.com/{username}", + "detections": [{ + "return": "true", + "string": "profile-details", + "type": "normal" + }, { + "return": "true", + "string": "profile-bio", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 3677, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://munzee.com/m/{username}", + "detections": [{ + "return": "false", + "string": "looks like the page is not found", + "type": "advanced" + }, { + "return": "false", + "string": "looks like the page is not found", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3417084, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://musicinafrica.net/fr/users/{username}", + "detections": [{ + "return": "true", + "string": "follow-user", + "type": "normal" + }, { + "return": "true", + "string": "pane-title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 65078, + "country": "Cameroon", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://musictraveler.com/en/users/{username}", + "detections": [{ + "return": "true", + "string": "profile-photo", + "type": "normal" + }, { + "return": "true", + "string": "profile-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1617361, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mutecity.org/wiki/F-Zero_Wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://my.bzflag.org/w/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1556621, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://my.flightradar24.com/{username}", + "detections": [{ + "return": "false", + "string": "this page could not be found", + "type": "advanced" + }, { + "return": "false", + "string": "this page could not be found", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Vehicles > Aviation", + "global_rank": 1324, + "country": "Brazil", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://myanimelist.net/profile/{username}", + "detections": [{ + "return": "false", + "string": "This page doesn", + "type": "advanced" + }, { + "return": "false", + "string": "This page doesn", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Arts and Entertainment", + "global_rank": 957, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://myfigurecollection.net/profile/{username}", + "detections": [{ + "return": "true", + "string": "user-object", + "type": "normal" + }, { + "return": "true", + "string": "user-status", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 46274, + "country": "Germany", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mygirlfund.com/public/{username}", + "detections": [{ + "return": "true", + "string": "public-profile", + "type": "normal" + }, { + "return": "true", + "string": "photo-count", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 111593, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://mym.fans/{username}", + "detections": [{ + "return": "true", + "string": "profile__header", + "type": "normal" + }, { + "return": "true", + "string": "profile__description", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 72109, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://myminifactory.com/users/{username}", + "detections": [{ + "return": "false", + "string": "Something has gone wrong", + "type": "advanced" + }, { + "return": "false", + "string": "Something has gone wrong", + "type": "normal" + }, { + "return": "true", + "string": "\"username\"", + "type": "normal" + }, { + "return": "true", + "string": "profilename", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 14917, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://myra.wikia.com/wiki/MainPage-EN/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://myspace.com/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 1404, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nairaland.com/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 890, + "country": "Nigeria", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://namemc.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "Minecraft Profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games", + "global_rank": 10712, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nationstates.net/{username}", + "detections": [{ + "return": "false", + "string": "does not exist", + "type": "advanced" + }, { + "return": "false", + "string": "does not exist", + "type": "normal" + }, { + "return": "true", + "string": "viewprofile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games", + "global_rank": 42961, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://native-instruments.com/forum/members?username={username}", + "detections": [{ + "return": "false", + "string": "- Error", + "type": "advanced" + }, { + "return": "false", + "string": "- Error", + "type": "normal" + }, { + "return": "true", + "string": "profile:username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Graphics Multimedia and Web Design", + "global_rank": 14259, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nausicaa.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 2466261, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://neogaf.com/members/{username}/", + "detections": [{ + "return": "false", + "string": "content=\"Oops! We ran", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 37721, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://news.ycombinator.com/user?id={username}", + "detections": [{ + "return": "false", + "string": "No such user", + "type": "advanced" + }, { + "return": "false", + "string": "No such user", + "type": "normal" + }, { + "return": "true", + "string": "Profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 4571, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nightbot.tv/t/{username}/commands", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 21245, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nimo.tv/{username}", + "detections": [{ + "return": "true", + "string": "og:description", + "type": "normal" + }, { + "return": "true", + "string": "\"alise\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Videos", + "global_rank": 2974, + "country": "Vietnam", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ninjakiwi.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 43708, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ninwiki.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nitrc.org/users/{username}/", + "detections": [{ + "return": "true", + "string": "Contact Information", + "type": "normal" + }, { + "return": "true", + "string": "User ID:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 413555, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nitter.net/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile-card", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 50904, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nonktube.com/user/{username}", + "detections": [{ + "return": "true", + "string": "user/{username}", + "type": "normal" + }, { + "return": "true", + "string": "vote-box", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 53465, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://nookipedia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 170200, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nordicnames.de/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 243717, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://notabug.org/{username}", + "detections": [{ + "return": "false", + "string": "If you think this is an error", + "type": "advanced" + }, { + "return": "false", + "string": "If you think this is an error", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 204890, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://note.com/{username}", + "detections": [{ + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 507, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://npmjs.com/~{username}", + "detections": [{ + "return": "false", + "string": "Scope not found", + "type": "advanced" + }, { + "return": "false", + "string": "Scope not found", + "type": "normal" + }, { + "return": "true", + "string": "scope/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 6965, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nsindex.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1456716, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nwn.wikia.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://nycanals.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://oeis.org/wiki/OeisWiki:About/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 96709, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ok.ru/{username}", + "detections": [{ + "return": "false", + "string": "This page does not", + "type": "advanced" + }, { + "return": "false", + "string": "This page does not", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 71, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://oldschool.runescape.wiki/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1459, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://omlet.gg/profile/{username}/", + "detections": [{ + "return": "true", + "string": "name:", + "type": "normal" + }, { + "return": "true", + "string": "omletId:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 103114, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://oncyber.io/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "\"info\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 28461, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://onehack.us/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 15379, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://open.spotify.com/user/{username}", + "detections": [{ + "return": "false", + "string": "Search for something else", + "type": "advanced" + }, { + "return": "false", + "string": "Search for something else", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 74, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://openbox.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1598236, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://opencollective.com/{username}", + "detections": [{ + "return": "false", + "string": "Not found<", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 21744, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://openhub.net/accounts/{username}", + "detections": [{ + "return": "false", + "string": "Something seems wrong", + "type": "advanced" + }, { + "return": "false", + "string": "Something seems wrong", + "type": "normal" + }, { + "return": "true", + "string": "account_header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 183104, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://opennet.ru/~{username}", + "detections": [{ + "return": "true", + "string": "show_user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 64015, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://opennms.discourse.group/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 1778824, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://openriskmanual.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 889329, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://opensea.io/collection/{username}", + "detections": [{ + "return": "true", + "string": "collection:\\", + "type": "normal" + }, { + "return": "true", + "string": "/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 294, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://opensource.com/users/{username}", + "detections": [{ + "return": "false", + "string": "Unfortunately the page you", + "type": "advanced" + }, { + "return": "false", + "string": "Unfortunately the page you", + "type": "normal" + }, { + "return": "true", + "string": "user-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 14817, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://openstreetmap.org/user/{username}", + "detections": [{ + "return": "false", + "string": "does not exist", + "type": "advanced" + }, { + "return": "false", + "string": "does not exist", + "type": "normal" + }, { + "return": "true", + "string": "profile", + "type": "normal" + }, { + "return": "true", + "string": "user_", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Reference Materials > Maps", + "global_rank": 4945, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://openwetware.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 957803, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://organicdesign.co.nz/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://orthodoxwiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 443923, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://os.mbed.com/users/{username}", + "detections": [{ + "return": "true", + "string": "users/{username}", + "type": "normal" + }, { + "return": "true", + "string": ">Profile<", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 66777, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://osu.ppy.sh/users/{username}", + "detections": [{ + "return": "false", + "string": "User not found", + "type": "advanced" + }, { + "return": "false", + "string": "User not found", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 7188, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ourdjtalk.com/members?username={username}", + "detections": [{ + "return": "false", + "string": "The specified member cannot be found", + "type": "advanced" + }, { + "return": "false", + "string": "The specified member cannot be found", + "type": "normal" + }, { + "return": "true", + "string": "memberHeader", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1954009, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://oyoy.com/{username}", + "detections": [{ + "return": "true", + "string": "page-userprofile", + "type": "normal" + }, { + "return": "true", + "string": "profile-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3058548, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://packagist.org/packages/{username}", + "detections": [{ + "return": "false", + "string": "No packages found", + "type": "advanced" + }, { + "return": "true", + "string": "package-item", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 11089, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://padlet.com/{username}", + "detections": [{ + "return": "true", + "string": "\"@type\": \"Person\"", + "type": "normal" + }, { + "return": "true", + "string": "\"name\": \"{username}\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Education", + "global_rank": 163, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://padrim.com.br/{username}", + "detections": [{ + "return": "true", + "string": "about-single", + "type": "normal" + }, { + "return": "true", + "string": "single-finance", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 8065427, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pastebin.com/u/{username}", + "detections": [{ + "return": "false", + "string": "The requested page does not exist", + "type": "advanced" + }, { + "return": "false", + "string": "The requested page does not exist", + "type": "normal" + }, { + "return": "true", + "string": "user-view", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Web Hosting and Domain Names", + "global_rank": 2738, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://patch.com/users/{username}", + "detections": [{ + "return": "true", + "string": "profile", + "type": "normal" + }, { + "return": "true", + "string": "users/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 474, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pathofexile.com/account/view-profile/{username}", + "detections": [{ + "return": "true", + "string": "profile-details", + "type": "normal" + }, { + "return": "true", + "string": "details-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 3046, + "country": "United Kingdom", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://patreon.com/{username}", + "detections": [{ + "return": "false", + "string": "Looks like you got lost", + "type": "advanced" + }, { + "return": "false", + "string": "error.", + "type": "normal" + }, { + "return": "true", + "string": "profile.", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 366, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pcgamingwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 40306, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pcpartpicker.com/user/{username}", + "detections": [{ + "return": "false", + "string": "The page you requested", + "type": "advanced" + }, { + "return": "false", + "string": "The page you requested", + "type": "normal" + }, { + "return": "true", + "string": "\"Profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Shopping", + "global_rank": 4835, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://peach.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "Profile_", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 215882, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://periscope.tv/{username}", + "detections": [{ + "return": "false", + "string": "Sorry, this page", + "type": "advanced" + }, { + "return": "false", + "string": "Sorry, this page", + "type": "normal" + }, { + "return": "true", + "string": "ProfileName", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 168293, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://petrowiki.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1194840, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pgdp.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 929045, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ph.casino/user/{username}", + "detections": [{ + "return": "true", + "string": "coverPicture", + "type": "normal" + }, { + "return": "true", + "string": "avatarPicture", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 334707, + "country": "", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://photoblog.pl/{username}", + "detections": [{ + "return": "true", + "string": "user_details", + "type": "normal" + }, { + "return": "true", + "string": "user_avatar", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 7032498, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://php.ru/forum/members/?username={username}", + "detections": [{ + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 143239, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://phyphox.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Physics", + "global_rank": 507058, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://picfair.com/users/{username}", + "detections": [{ + "return": "true", + "string": "profile__content", + "type": "normal" + }, { + "return": "true", + "string": "profile__content__stats", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 61818, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pidgi.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1348023, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pikabu.ru/@{username}", + "detections": [{ + "return": "true", + "string": "profile__header", + "type": "normal" + }, { + "return": "true", + "string": "profile__user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 1667, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pinataisland.info/viva/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pinkbike.com/u/{username}", + "detections": [{ + "return": "false", + "string": "Could Not Find This Page", + "type": "advanced" + }, { + "return": "false", + "string": "Could Not Find This Page", + "type": "normal" + }, { + "return": "true", + "string": "user-details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Sports > Cycling and Biking", + "global_rank": 11220, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pinterest.com/{username}", + "detections": [{ + "return": "false", + "string": "User not found", + "type": "normal" + }, { + "return": "false", + "string": "statusCode\":404", + "type": "normal" + }, { + "return": "true", + "string": "\"first_name\"", + "type": "normal" + }], + "selected": "true", + "top": "top10", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 111, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://play.google.com/store/apps/developer?id={username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Shopping", + "global_rank": 1, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pling.com/u/{username}", + "detections": [{ + "return": "true", + "string": "about-title", + "type": "normal" + }, { + "return": "true", + "string": "about-footer", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 99232, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://plug.dj/@/{username}", + "detections": [{ + "return": "false", + "string": "s the party", + "type": "advanced" + }, { + "return": "false", + "string": "s the party", + "type": "normal" + }, { + "return": "false", + "string": "error-404", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 3944987, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://plurk.com/{username}", + "detections": [{ + "return": "true", + "string": "display_name", + "type": "normal" + }, { + "return": "true", + "string": "nick_name", + "type": "normal" + }, { + "return": "true", + "string": "\"{username}\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1201, + "country": "Taiwan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pocketstars.com/{username}", + "detections": [{ + "return": "true", + "string": "Last seen", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 92997, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://pokemonshowdown.com/users/{username}", + "detections": [{ + "return": "true", + "string": "Joined:", + "type": "normal" + }, { + "return": "true", + "string": "Account disabled", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 6025, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://polarsteps.com/{username}", + "detections": [{ + "return": "true", + "string": "user-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Travel and Tourism > Travel and Tourism", + "global_rank": 296502, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://polygon.com/users/{username}", + "detections": [{ + "return": "false", + "string": "404 Not found", + "type": "advanced" + }, { + "return": "false", + "string": "404 Not found", + "type": "normal" + }, { + "return": "true", + "string": "_profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 2855, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ponywiki.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://portfolio.commishes.com/user/{username}/", + "detections": [{ + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "profile-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 329449, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://portlandwiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://poserdazfreebies.miraheze.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Web Hosting and Domain Names", + "global_rank": 21425, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://poshmark.com/closet/{username}", + "detections": [{ + "return": "true", + "string": "user-details", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1506, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://postcrossing.com/user/{username}", + "detections": [{ + "return": "true", + "string": "user/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile-header", + "type": "normal" + }, { + "return": "true", + "string": "profile-about", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 60951, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pr0gramm.com/user/{username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 8708, + "country": "Germany", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://premium.chat/{username}", + "detections": [{ + "return": "true", + "string": "chat/{username}", + "type": "normal" + }, { + "return": "true", + "string": "(@{username})", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 210398, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://prevueguide.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://privacy.com.br/profile/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 347209, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://producthunt.com/@{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "\"creator\":\"@", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 11330, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://profil.chatujme.cz/{username}", + "detections": [{ + "return": "true", + "string": "profilu", + "type": "normal" + }, { + "return": "true", + "string": "profilview", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Photography", + "global_rank": 3189491, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://profile.ameba.jp/ameba/{username}/", + "detections": [{ + "return": "false", + "string": "\"info_", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 944, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://profile.typepad.com/{username}", + "detections": [{ + "return": "true", + "string": "user-following", + "type": "normal" + }, { + "return": "true", + "string": "follow-label", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 3239, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://profiles.wordpress.org/{username}", + "detections": [{ + "return": "false", + "string": "User not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "user-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 323, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://prog.hu/azonosito/info/{username}", + "detections": [{ + "return": "true", + "string": "userprofile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 396813, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "status": "bad", + "url": "https://promodj.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 40834, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://proofwiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 226121, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://proteopedia.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 602241, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://psnprofiles.com/{username}", + "detections": [{ + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 17431, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ptt.cc/bbs/C_Chat/search?q=author%3A{username}", + "detections": [{ + "return": "true", + "string": "class=\"title\"", + "type": "normal" + }, { + "return": "true", + "string": "class=\"author\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1102, + "country": "Taiwan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pttweb.cc/user/{username}", + "detections": [{ + "return": "true", + "string": "userName:c", + "type": "normal" + }, { + "return": "true", + "string": "/user/{username}?", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 18105, + "country": "Taiwan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pubnight.org.uk/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pypi.org/user/{username}", + "detections": [{ + "return": "false", + "string": "We looked everywhere", + "type": "advanced" + }, { + "return": "false", + "string": "We looked everywhere", + "type": "normal" + }, { + "return": "true", + "string": "author-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3215, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://pzwiki.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 160933, + "country": "Canada", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://qiita.com/{username}", + "detections": [{ + "return": "true", + "string": "UserMainPage", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 790, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://queer.af/@{username}", + "detections": [{ + "return": "true", + "string": "public-account", + "type": "normal" + }, { + "return": "true", + "string": "public-account-bio", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://quirc.miraheze.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Web Hosting and Domain Names", + "global_rank": 21425, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://quizlet.com/{username}", + "detections": [{ + "return": "false", + "string": "We have no idea what to put here", + "type": "advanced" + }, { + "return": "false", + "string": "We have no idea what to put here", + "type": "normal" + }, { + "return": "true", + "string": "\"username\":\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Education", + "global_rank": 205, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://quora.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Reference Materials > Dictionaries and Encyclopedias", + "global_rank": 339, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://raidforums.com/User-{username}", + "detections": [{ + "return": "false", + "string": "The member you specified is", + "type": "advanced" + }, { + "return": "false", + "string": "The member you specified is", + "type": "normal" + }, { + "return": "true", + "string": "profile__user", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 24278, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rapidapi.com/user/{username}/", + "detections": [{ + "return": "true", + "string": "ProfilePage", + "type": "normal" + }, { + "return": "true", + "string": "ProfileAvatar", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 3760, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rateyourmusic.com/~{username}", + "detections": [{ + "return": "false", + "string": "File not found", + "type": "advanced" + }, { + "return": "false", + "string": "File not found", + "type": "normal" + }, { + "return": "true", + "string": "profilename", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 8488, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rationalwiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 111676, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://raymanpc.com/wiki/en/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 1291795, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://reach.at/{username}", + "detections": [{ + "return": "true", + "string": "\"title\"", + "type": "normal" + }, { + "return": "true", + "string": "\"subtitle\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 985027, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://reactos.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 153031, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://readersfirst.co.uk/users/{username}", + "detections": [{ + "return": "true", + "string": "user-photo", + "type": "normal" + }, { + "return": "true", + "string": "user-details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3608311, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://realcty.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://realmeye.com/player/{username}", + "detections": [{ + "return": "false", + "string": "but we either", + "type": "advanced" + }, { + "return": "false", + "string": "but we either", + "type": "normal" + }, { + "return": "true", + "string": "entity-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 37377, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rec.net/user/{username}", + "detections": [{ + "return": "true", + "string": "/${username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 329248, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://redbubble.com/people/{username}", + "detections": [{ + "return": "false", + "string": "This is a lost cause", + "type": "advanced" + }, { + "return": "false", + "string": "This is a lost cause", + "type": "normal" + }, { + "return": "true", + "string": "artistName", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Arts and Entertainment", + "global_rank": 820, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://reddit.com/user/{username}", + "detections": [{ + "return": "false", + "string": "Sorry, nobody", + "type": "advanced" + }, { + "return": "false", + "string": "Sorry, nobody", + "type": "normal" + }, { + "return": "true", + "string": "u/{username}", + "type": "normal" + }], + "selected": "true", + "top": "top10", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 21, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://redtube.com/users/{username}", + "detections": [{ + "return": "true", + "string": "user_name", + "type": "normal" + }, { + "return": "true", + "string": "user_details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 1129, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://remywiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1361578, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://renderosity.com/users/{username}", + "detections": [{ + "return": "true", + "string": "\"Followers\"", + "type": "normal" + }, { + "return": "true", + "string": "\"Views\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 41223, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://repl.it/@{username}", + "detections": [{ + "return": "false", + "string": "Not found", + "type": "advanced" + }, { + "return": "true", + "string": " profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 573313, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://republic.co/@{username}", + "detections": [{ + "return": "true", + "string": "user_profiles", + "type": "normal" + }, { + "return": "true", + "string": "\"follow\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 10125, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://republic.co/{username}", + "detections": [{ + "return": "true", + "string": "user_profile", + "type": "normal" + }, { + "return": "true", + "string": "\"{username}\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Finance > Investing", + "global_rank": 10125, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://researchgate.net/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile:username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Science and Education", + "global_rank": 201, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://resources.allsetlearning.com/chinese/grammar/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Social Sciences", + "global_rank": 429651, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://retalk.com/u/{username}", + "detections": [{ + "return": "true", + "string": "page-info", + "type": "normal" + }, { + "return": "true", + "string": "page-description", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 218047, + "country": "Egypt", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://retirewiki.jp/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://revealme.com/{username}", + "detections": [{ + "return": "true", + "string": "member-profilephoto", + "type": "normal" + }, { + "return": "true", + "string": "imgprofile ", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 4580149, + "country": "", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://reverbnation.com/{username}", + "detections": [{ + "return": "false", + "string": "we couldn't find that page", + "type": "advanced" + }, { + "return": "false", + "string": "we couldn't find that page", + "type": "normal" + }, { + "return": "true", + "string": "profile-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 7582, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rive.app/a/{username}", + "detections": [{ + "return": "false", + "string": "Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "The page you were looking for", + "type": "normal" + }, { + "return": "true", + "string": "\"username\":\"", + "type": "normal" + }, { + "return": "true", + "string": "Profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Graphics Multimedia and Web Design", + "global_rank": 59338, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://robertsspaceindustries.com/citizens/{username}", + "detections": [{ + "return": "false", + "string": "No results for", + "type": "advanced" + }, { + "return": "false", + "string": "No results for", + "type": "normal" + }, { + "return": "true", + "string": "-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 14151, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://roblox.com/user.aspx?username={username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 115, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rockettube.com/user/{username}", + "detections": [{ + "return": "true", + "string": "user/{username}", + "type": "normal" + }, { + "return": "true", + "string": "memProf", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 236872, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://root-me.org/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profil de", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 307179, + "country": "Morocco", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rqiim.com/{username}", + "detections": [{ + "return": "true", + "string": "my-profile", + "type": "normal" + }, { + "return": "true", + "string": "\"name\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 46821, + "country": "Egypt", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rrmiran.com/en//members/{username}", + "detections": [{ + "return": "true", + "string": ">Views<", + "type": "normal" + }, { + "return": "true", + "string": "usrcore-profile", + "type": "normal" + }, { + "return": "true", + "string": ">Views<", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ruby.dating/en/users/{username}", + "detections": [{ + "return": "true", + "string": "profile-images", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 8605304, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rubygems.org/profiles/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "profile_", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 49365, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://run-log.com/live/{username}", + "detections": [{ + "return": "true", + "string": "username", + "type": "normal" + }, { + "return": "true", + "string": "profileitem", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 5868347, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://runescape.wiki/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 1459, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://rusfootball.info/user/{username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Sports > Soccer", + "global_rank": 28163, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://satsis.info/user/{username}", + "detections": [{ + "return": "false", + "string": "berrors", + "type": "normal" + }, { + "return": "true", + "string": "\"userinfo\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 790105, + "country": "Ukraine", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sbazar.cz/{username}", + "detections": [{ + "return": "false", + "string": "error-box", + "type": "normal" + }, { + "return": "true", + "string": "-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Shopping", + "global_rank": 18513, + "country": "Czech Republic", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://scratch.mit.edu/users/{username}", + "detections": [{ + "return": "false", + "string": "Our server is Scratch", + "type": "advanced" + }, { + "return": "false", + "string": "Our server is Scratch", + "type": "normal" + }, { + "return": "true", + "string": "username:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 632, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://scribd.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Education", + "global_rank": 223, + "country": "Indonesia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sdiy.info/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 3335646, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://segaretro.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 281010, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://seneporno.com/user/{username}", + "detections": [{ + "return": "true", + "string": "user-info", + "type": "normal" + }, { + "return": "true", + "string": "user-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 305586, + "country": "Cote d'Ivoire", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://sextpanther.com/{username}", + "detections": [{ + "return": "true", + "string": "{username}", + "type": "normal" + }, { + "return": "true", + "string": "nationality", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 60349, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://sgwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 4018635, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://shadowlack.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://share.myfreecams.com/{username}", + "detections": [{ + "return": "true", + "string": "user-header", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 1756, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://sharechat.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile/{username}/info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 6988, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://shemalestube.com/user/{username}/", + "detections": [{ + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "profile-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 45260, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://shikimori.one/{username}", + "detections": [{ + "return": "true", + "string": "profile-content", + "type": "normal" + }, { + "return": "true", + "string": "profile-head", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 28085, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://shitpostbot.com/user/{username}", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 1163032, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://shopee.co.id/{username}", + "detections": [{ + "return": "true", + "string": "section-seller", + "type": "normal" + }, { + "return": "true", + "string": "portrait-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 388, + "country": "Indonesia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://shoutwiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 239492, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sikhiwiki.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 197801, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sitepoint.com/community/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 4028, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sitepoint.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 4028, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sketchfab.com/{username}", + "detections": [{ + "return": "true", + "string": "user-name", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3088, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://skybrary.aero/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 92095, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://slashdot.org/~{username}", + "detections": [{ + "return": "false", + "string": "The user you requested does not exist", + "type": "advanced" + }, { + "return": "false", + "string": "The user you requested does not exist", + "type": "normal" + }, { + "return": "true", + "string": "user_bio", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 2348, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://slideshare.net/{username}", + "detections": [{ + "return": "false", + "string": "This username", + "type": "advanced" + }, { + "return": "false", + "string": "This username", + "type": "normal" + }, { + "return": "true", + "string": "profileHeader", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 237, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://smite.gamepedia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 2382163, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://smule.com/{username}", + "detections": [{ + "return": "false", + "string": "The page you are looking", + "type": "advanced" + }, { + "return": "false", + "string": "The page you are looking", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }, { + "return": "true", + "string": "username:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 16916, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://snicket.wikia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://snipplr.com/users/{username}", + "detections": [{ + "return": "true", + "string": "profile views", + "type": "normal" + }, { + "return": "true", + "string": "snippets", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 59604, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://social.msdn.microsoft.com/profile/{username}/", + "detections": [{ + "return": "true", + "string": "avatar-name", + "type": "normal" + }, { + "return": "true", + "string": "\"statistics\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 20, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://social.tchncs.de/@{username}", + "detections": [{ + "return": "false", + "string": "The page you are looking", + "type": "advanced" + }, { + "return": "false", + "string": "The page you are looking", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "profile:username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 448530, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://society6.com/{username}/all", + "detections": [{ + "return": "true", + "string": "statDetail", + "type": "normal" + }, { + "return": "true", + "string": "shopName", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 4144, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://soundcloud.com/{username}", + "detections": [{ + "return": "false", + "string": "We can\u2019t find that user", + "type": "advanced" + }, { + "return": "true", + "string": "com/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 139, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sourceforge.net/u/{username}", + "detections": [{ + "return": "false", + "string": "t find that page", + "type": "advanced" + }, { + "return": "false", + "string": "t find that page", + "type": "normal" + }, { + "return": "true", + "string": "project-icon", + "type": "normal" + }, { + "return": "true", + "string": "Username:", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 493, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://soylentnews.org/~{username}", + "detections": [{ + "return": "false", + "string": "The user you requested does not exist", + "type": "advanced" + }, { + "return": "false", + "string": "The user you requested does not exist", + "type": "normal" + }, { + "return": "true", + "string": "users-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 943856, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://spankpay.me/{username}", + "detections": [{ + "return": "true", + "string": "me/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 707164, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sparkpeople.com/mypage.asp?id={username}", + "detections": [{ + "return": "false", + "string": "We couldn't find that user", + "type": "advanced" + }, { + "return": "false", + "string": "We couldn't find that user", + "type": "normal" + }, { + "return": "true", + "string": "member_", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Nutrition Diets and Fitness", + "global_rank": 52151, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://spectrum.chat/users/{username}", + "detections": [{ + "return": "true", + "string": "users/{username}", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 38711, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://speedrun.com/user/{username}", + "detections": [{ + "return": "false", + "string": "not found.", + "type": "advanced" + }, { + "return": "false", + "string": "not found.", + "type": "normal" + }, { + "return": "true", + "string": "username-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 16260, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://splatoonwiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 986501, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://spletnik.ru/user/{username}", + "detections": [{ + "return": "false", + "string": "error-page", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 14142, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://splits.io/users/{username}", + "detections": [{ + "return": "false", + "string": "This page doesn't exist", + "type": "advanced" + }, { + "return": "false", + "string": "This page doesn't exist", + "type": "normal" + }, { + "return": "true", + "string": "users/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 1408375, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sporcle.com/user/{username}/people", + "detections": [{ + "return": "false", + "string": "This Sporcle user cannot", + "type": "advanced" + }, { + "return": "false", + "string": "This Sporcle user cannot", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 5002, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sporewiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://sports.ru/profile/{username}", + "detections": [{ + "return": "true", + "string": "info-block", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Sports > Sports", + "global_rank": 1668, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://spreadshirt.com/shop/user/{username}/", + "detections": [{ + "return": "true", + "string": "designer", + "type": "normal" + }, { + "return": "true", + "string": "image-server", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 4677, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ssbwiki.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 46986, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://stackshare.io/{username}", + "detections": [{ + "return": "true", + "string": "profile-name", + "type": "normal" + }, { + "return": "true", + "string": "review-author", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 7723, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://starcitizen.tools/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 106234, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://starfywiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://stars.avn.com/{username}", + "detections": [{ + "return": "true", + "string": "com/{username}", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 24367, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://starwars.wikia.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://steamcommunity.com/id/{username}", + "detections": [{ + "return": "false", + "string": "An error was encountered", + "type": "advanced" + }, { + "return": "false", + "string": "An error was encountered", + "type": "normal" + }, { + "return": "true", + "string": "profile_", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 402, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://steamid.uk/profile/{username}", + "detections": [{ + "return": "false", + "string": "Profile not found", + "type": "normal" + }, { + "return": "true", + "string": "nickname", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 430117, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://steemcoinpan.com/@{username}", + "detections": [{ + "return": "true", + "string": "UserProfile__bio", + "type": "normal" + }, { + "return": "true", + "string": "UserProfile__stats", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 99940, + "country": "South Korea", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://steemit.com/@{username}", + "detections": [{ + "return": "false", + "string": "This page doesn", + "type": "advanced" + }, { + "return": "false", + "string": "This page doesn", + "type": "normal" + }, { + "return": "true", + "string": "UserProfile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 3162, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://steller.co/{username}", + "detections": [{ + "return": "true", + "string": "Username-", + "type": "normal" + }, { + "return": "true", + "string": "co/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 545256, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://stereo.com/{username}", + "detections": [{ + "return": "true", + "string": "user-avatars", + "type": "normal" + }, { + "return": "true", + "string": "@{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Food and Drink > Restaurants and Delivery", + "global_rank": 1552712, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://stocktwits.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "(@{username})", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 1298, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://storenvy.com/{username}", + "detections": [{ + "return": "true", + "string": "profile-info", + "type": "normal" + }, { + "return": "true", + "string": "profile-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 24784, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://strategywiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 62329, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://strava.com/athletes/{username}", + "detections": [{ + "return": "true", + "string": "media-body main", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Sports > Sports", + "global_rank": 1151, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://suedtirolnews.it/user/{username}", + "detections": [{ + "return": "true", + "string": "profile-meta", + "type": "normal" + }, { + "return": "true", + "string": "profile-body", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1316625, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://supernaturalwiki.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 783172, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://support.ilovegrowingmarijuana.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Addictions", + "global_rank": 88070, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://survivefrance.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Travel and Tourism > Travel and Tourism", + "global_rank": 1289396, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://svidbook.ru/user/{username}", + "detections": [{ + "return": "true", + "string": "user_profile", + "type": "normal" + }], + "selected": "false", + "timeout": 10, + "implicit": 10, + "type": "Books", + "global_rank": 7114537, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://swame.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 284700, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://t.me/{username}", + "detections": [{ + "return": "false", + "string": "you can contact", + "type": "advanced" + }, { + "return": "false", + "string": "noindex,", + "type": "normal" + }, { + "return": "false", + "string": "tgme_username_link", + "type": "normal" + }, { + "return": "true", + "string": "tgme_page_title", + "type": "normal" + }], + "selected": "true", + "top": "top10", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 138, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://talk.commonmark.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 194532, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://talk.jekyllrb.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 67084, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://talk.macpowerusers.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 187138, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://talk.manvfat.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Nutrition Diets and Fitness", + "global_rank": 787896, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://talk.sleepapnea.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Health > Health Conditions and Concerns", + "global_rank": 724151, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tamtam.chat/{username}", + "detections": [{ + "return": "true", + "string": "chat_link", + "type": "normal" + }, { + "return": "true", + "string": "open_auth_button", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 167355, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://taringa.net/{username}", + "detections": [{ + "return": "true", + "string": "net/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-message", + "type": "normal" + }, { + "return": "true", + "string": "user-country", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 9545, + "country": "Argentina", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tcrf.net/The_Cutting_Room_Floor/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 175220, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tddft.org/programs/octopus/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://teampedia.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 3229559, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://techotopia.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 99070, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://teflpedia.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1092768, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tellonym.me/{username}", + "detections": [{ + "return": "true", + "string": "me/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 62769, + "country": "Saudi Arabia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tenor.com/users/{username}", + "detections": [{ + "return": "false", + "string": "We could not find the page", + "type": "advanced" + }, { + "return": "false", + "string": "We could not find the page", + "type": "normal" + }, { + "return": "true", + "string": "name-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Humor", + "global_rank": 2977, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://testwiki.wiki/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tfwiki.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 123431, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://thatpervert.com/user/{username}", + "detections": [{ + "return": "true", + "string": "user/{username}", + "type": "normal" + }, { + "return": "true", + "string": "Rating: ", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 65160, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://theaquariumwiki.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1532619, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://theinfosphere.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 578398, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://theplenty.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1930590, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://thesimsresource.com/members/{username}/", + "detections": [{ + "return": "true", + "string": "profile-banner", + "type": "normal" + }, { + "return": "true", + "string": "profile-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 14683, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://theverge.com/users/{username}", + "detections": [{ + "return": "false", + "string": "404 Not found", + "type": "advanced" + }, { + "return": "false", + "string": "404 Not found", + "type": "normal" + }, { + "return": "true", + "string": "-user-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 1208, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://theweedtube.com/user/{username}", + "detections": [{ + "return": "true", + "string": "profile_info", + "type": "normal" + }, { + "return": "true", + "string": "profileUserName", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 399910, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://thinkwiki.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 677487, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tiktok.com/@{username}", + "detections": [{ + "return": "false", + "string": "Couldn't find this account", + "type": "advanced" + }, { + "return": "true", + "string": "\"serverCode\":200", + "type": "normal" + }, { + "return": "true", + "string": "sign-sg.tiktokcdn.com", + "type": "normal" + }], + "selected": "true", + "top": "top10", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 63, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tise.com/{username}", + "detections": [{ + "return": "true", + "string": "com/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile?p={username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 186440, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tiwall.com/u/{username}", + "detections": [{ + "return": "true", + "string": "user-image", + "type": "normal" + }, { + "return": "true", + "string": "\"user\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 66323, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tldrlegal.com/users/{username}/", + "detections": [{ + "return": "false", + "string": "404 Not Found", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 78145, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tmbw.net/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 3367286, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tnaflix.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "looking for is lost somewhere", + "type": "normal" + }, { + "return": "true", + "string": "userProfileHeader", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 2075, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://tokopedia.com/{username}", + "detections": [{ + "return": "true", + "string": "com/{username}", + "type": "normal" + }, { + "return": "true", + "string": "\"{username}\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "E-commerce and Shopping > Marketplace", + "global_rank": 364, + "country": "Indonesia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tokyvideo.com/user/{username}", + "detections": [{ + "return": "true", + "string": "profile-header", + "type": "normal" + }, { + "return": "true", + "string": "channel-data", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 15868, + "country": "Spain", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tolkiengateway.net/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 167647, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tradestories.pt/user/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tradingview.com/u/{username}", + "detections": [{ + "return": "false", + "string": "that page doesn", + "type": "advanced" + }, { + "return": "false", + "string": "that page doesn", + "type": "normal" + }, { + "return": "true", + "string": "data-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Finance > Investing", + "global_rank": 65, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://trailville.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://trakt.tv/users/{username}", + "detections": [{ + "return": "false", + "string": "(404)", + "type": "normal" + }, { + "return": "true", + "string": "meta-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 14972, + "country": "Czech Republic", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://trashbox.ru/users/{username}", + "detections": [{ + "return": "true", + "string": "frm_profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 24357, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://travellerspoint.com/users/{username}", + "detections": [{ + "return": "false", + "string": "404 Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "404 Not Found", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "nickname", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Travel and Tourism > Travel and Tourism", + "global_rank": 67799, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://trello.com/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 206, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://trepup.com/{username}", + "detections": [{ + "return": "true", + "string": "businessName", + "type": "normal" + }, { + "return": "true", + "string": "BusinessAbout", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Search Engines", + "global_rank": 13975, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tripadvisor.com/members/{username}", + "detections": [{ + "return": "false", + "string": "This page is on vacation", + "type": "advanced" + }, { + "return": "false", + "string": "error404", + "type": "normal" + }, { + "return": "true", + "string": "ui_card", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Travel and Tourism > Travel and Tourism", + "global_rank": 340, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tryhackme.com/p/{username}", + "detections": [{ + "return": "false", + "string": "An error occured", + "type": "advanced" + }, { + "return": "false", + "string": "An error occured", + "type": "normal" + }, { + "return": "true", + "string": "profile-social", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 14690, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tumbral.com/blog/{username}", + "detections": [{ + "return": "true", + "string": "profile-info", + "type": "normal" + }, { + "return": "true", + "string": "profile-name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Animation and Comics", + "global_rank": 37395, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://tutsplus.com/authors/{username}", + "detections": [{ + "return": "true", + "string": "profile__", + "type": "normal" + }, { + "return": "true", + "string": "\"/authors/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers", + "global_rank": 2082, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://twit.community/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 3129939, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://twitch.tv/{username}", + "detections": [{ + "return": "false", + "string": "that content is unavailable", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 37, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://twittercommunity.com/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 54705, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://twpro.jp/{username}", + "detections": [{ + "return": "true", + "string": "screen-name", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 158037, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://twunroll.com/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "article_account", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 1194584, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ubuntu-mate.community/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Forums", + "global_rank": 212058, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://udemy.com/user/{username}/", + "detections": [{ + "return": "true", + "string": "-profile-", + "type": "normal" + }, { + "return": "true", + "string": "about-me", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Education", + "global_rank": 132, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://uesp.net/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 17325, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://uid.me/{username}", + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "advanced" + }, { + "return": "false", + "string": "Page not found", + "type": "normal" + }, { + "return": "true", + "string": "profile_name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 32979, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ukgameshows.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 5915416, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ultimate-guitar.com/u/{username}", + "detections": [{ + "return": "false", + "string": "We couldn't find that page", + "type": "advanced" + }, { + "return": "false", + "string": "We couldn't find that page", + "type": "normal" + }, { + "return": "true", + "string": "_profile", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Music", + "global_rank": 780, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://uncyclomedia.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://unsplash.com/@{username}", + "detections": [{ + "return": "false", + "string": "the page you were looking", + "type": "advanced" + }, { + "return": "false", + "string": "the page you were looking", + "type": "normal" + }, { + "return": "true", + "string": "profile_", + "type": "normal" + }, { + "return": "true", + "string": "username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Photography", + "global_rank": 232, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://uoguide.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 203073, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://us.forums.blizzard.com/en/blizzard/u/{username}", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 1974, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://us.napster.com/members/{username}", + "detections": [{ + "return": "true", + "string": "@{username}", + "type": "normal" + }, { + "return": "true", + "string": "member-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 22254, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://users.rust-lang.org/u/{username}", + "detections": [{ + "name": "discourse", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 11143, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://uses.plantnet-project.org/en/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Biology", + "global_rank": 249756, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://v2ex.com/member/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "avatar", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 4630, + "country": "China", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://venmo.com/{username}", + "detections": [{ + "return": "false", + "string": "the page you requested does", + "type": "advanced" + }, { + "return": "false", + "string": "the page you requested does", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }, { + "return": "true", + "string": "username\":", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Finance > Banking Credit and Lending", + "global_rank": 2876, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vent.co/u/{username}", + "detections": [{ + "return": "true", + "string": "bio", + "type": "normal" + }, { + "return": "true", + "string": "current-emotion", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 3285769, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://verifiedhandles.com/vhid/VHID/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vero.co/{username}", + "detections": [{ + "return": "false", + "string": "The page you are looking", + "type": "advanced" + }, { + "return": "false", + "string": "The page you are looking", + "type": "normal" + }, { + "return": "true", + "string": "user-details", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 156571, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vgmpf.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1583311, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vgr.com/forum/profile/{username}", + "detections": [{ + "return": "false", + "string": "The page you requested", + "type": "normal" + }, { + "return": "false", + "string": "The page you requested", + "type": "normal" + }, { + "return": "true", + "string": "ProfileStats", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 176604, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vidamora.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile-header", + "type": "normal" + }, { + "return": "true", + "string": "about-content", + "type": "normal" + }, { + "return": "true", + "string": "currentusername", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 593806, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://video-game-music-covers.wikia.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://videogamer.com/forums/index.php?/profile/{username}/", + "detections": [{ + "return": "true", + "string": "ProfilePhoto", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 169895, + "country": "Canada", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vim.wikia.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 9162, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vimeo.com/{username}", + "detections": [{ + "return": "false", + "string": "Make sure you\u2019ve typed the URL correctly", + "type": "normal" + }, { + "return": "false", + "string": "Make sure you\u2019ve typed the URL correctly", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 10, + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 160, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vingle.net/{username}", + "detections": [{ + "return": "true", + "string": "net/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profileDefaultHeader", + "type": "normal" + }, { + "return": "true", + "string": "href=\"/kpopandkimchi\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 5408, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://virgool.io/@{username}", + "detections": [{ + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 2045, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://virustotal.com/ui/users/{username}/trusted_users", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computer Security", + "global_rank": 1934, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vk.com/{username}", + "detections": [{ + "return": "false", + "string": "404 Not Found", + "type": "normal" + }, { + "return": "false", + "string": "Error 400", + "type": "normal" + }, { + "return": "true", + "string": "profile_", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 31, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://voice.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "\"name\":\"Home", + "type": "normal" + }, { + "return": "false", + "string": "voice-meta.jpg", + "type": "normal" + }, { + "return": "true", + "string": "\"noindex\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Society", + "global_rank": 74986, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://voices.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile-name", + "type": "normal" + }, { + "return": "true", + "string": "profile-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 20647, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://vsco.co/{username}", + "detections": [{ + "return": "false", + "string": "This page does not exist", + "type": "advanced" + }, { + "return": "true", + "string": "co/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Visual Arts and Design", + "global_rank": 4910, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://w.atwiki.jp/{username}", + "detections": [{ + "return": "true", + "string": "atwiki-page-info", + "type": "normal" + }, { + "return": "true", + "string": "atwiki-list", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 5217, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wackypedia.risteq.net/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://warriorforum.com/members/{username}.html", + "detections": [{ + "return": "false", + "string": "This user has not registered", + "type": "normal" + }, { + "return": "false", + "string": "This user has not registered", + "type": "normal" + }, { + "return": "false", + "string": "Error 400", + "type": "normal" + }, { + "return": "true", + "string": "\"username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 2431, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wattpad.com/user/{username}", + "detections": [{ + "return": "false", + "string": "User not found", + "type": "normal" + }, { + "return": "false", + "string": "error404", + "type": "normal" + }, { + "return": "true", + "string": "data-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Books and Literature", + "global_rank": 871, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://webflow.com/{username}", + "detections": [{ + "return": "true", + "string": "{username}", + "type": "normal" + }, { + "return": "true", + "string": "Public Sites by", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 3778, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://weheartit.com/{username}", + "detections": [{ + "return": "false", + "string": "landed on a moving target", + "type": "normal" + }, { + "return": "false", + "string": "landed on a moving target", + "type": "normal" + }, { + "return": "false", + "string": "error_", + "type": "normal" + }, { + "return": "true", + "string": "data-username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3197, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://werelate.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1087655, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wheretosee.org/wildlife/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.bytecode.club/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 3108237, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.clicklaw.bc.ca/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Law and Government > Legal", + "global_rank": 552349, + "country": "Canada", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.contribs.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1458967, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.creativecommons.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > File Sharing and Hosting", + "global_rank": 5560, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.eclipse.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 13607, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.edgertronic.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1354645, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.factorio.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 36531, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.freephile.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 5522962, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.geni.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Ancestry and Genealogy", + "global_rank": 13618, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.gentoo.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 66525, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.hostelmanagement.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 628560, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.linuxquestions.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 16079, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.lostsouls.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.mozilla.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 178, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.mtasa.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 154278, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.openmw.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 776303, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.openvz.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 384990, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.osdev.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 396278, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.robojackets.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1931527, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.secondlife.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 5268, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.shartak.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.spacesim.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 5621284, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.teamfortress.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 90325, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.tfes.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Games", + "global_rank": 654474, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.themanaworld.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 2530214, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.therofl98.co/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.ubc.ca/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Science and Education > Universities and Colleges", + "global_rank": 3061, + "country": "Canada", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.urbandead.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Roleplaying Games", + "global_rank": 2176530, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.vtiger.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 20212, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.wesnoth.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 291248, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.xentax.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 419188, + "country": "Pakistan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.xiph.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 266049, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wiki.xkcd.com/geohashing/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 13427, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikiMSK.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 6378327, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikialpha.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 231377, + "country": "Bangladesh", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikiapiary.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 715601, + "country": "Indonesia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikicu.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 5219742, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikidifferences.com/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikidot.com/user:info/{username}", + "detections": [{ + "return": "false", + "string": "User Information", + "type": "normal" + }, { + "return": "false", + "string": "User Information", + "type": "normal" + }, { + "return": "true", + "string": "user-info", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 3608, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikidr.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 2370501, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikifarming.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikiislam.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Community and Society > Faith and Beliefs", + "global_rank": 584688, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikipathways.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1747335, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikipediaquality.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikipunch.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikiquiz.org/revision-notes/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 1939542, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikishire.co.uk/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 717684, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikiwrimo.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 760758, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wikizilla.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 763401, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://withoutvowels.org/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wordnik.com/users/{username}", + "detections": [{ + "return": "false", + "string": "You've found our 404 page", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Reference Materials > Dictionaries and Encyclopedias", + "global_rank": 57199, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://worldwindcentral.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 888992, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wowhead.com/user={username}", + "detections": [{ + "return": "true", + "string": "tab-achievements", + "type": "normal" + }, { + "return": "true", + "string": "\"description\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 919, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wowpedia.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wykop.pl/ludzie/{username}", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 2086, + "country": "Poland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://wykop.pl/ludzie/{username}/", + "detections": [{ + "return": "true", + "string": "net/{username}", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "profile:username", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 2086, + "country": "Poland", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://xboxgamertag.com/search/{username}", + "detections": [{ + "return": "false", + "string": "Gamertag doesn", + "type": "normal" + }, { + "return": "true", + "string": "profile-detail", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 234211, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://xeeders.com/{username}", + "detections": [{ + "return": "true", + "string": "profiles_info", + "type": "normal" + }, { + "return": "true", + "string": "profiles_banner", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1267988, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://xhamster.com/users/{username}", + "detections": [{ + "return": "false", + "string": "User not found", + "type": "normal" + }, { + "return": "true", + "string": "user-header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 102, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://xmswiki.com/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 2350244, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://xpaja.net/user/{username}", + "detections": [{ + "return": "true", + "string": "profile-details", + "type": "normal" + }, { + "return": "true", + "string": "header-channel", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 30862, + "country": "Dominican Republic", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://xrares.com/user/{username}", + "detections": [{ + "return": "false", + "string": "This user does not exist", + "type": "normal" + }, { + "return": "true", + "string": "panel-body", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 25334, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://xvideos.com/profiles/{username}", + "detections": [{ + "return": "false", + "string": "THIS PROFILE DOESN", + "type": "normal" + }, { + "return": "true", + "string": "profile-title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 97, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://xxxbunker.com/users/{username}", + "detections": [{ + "return": "false", + "string": "FILE NOT FOUND", + "type": "normal" + }, { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 35200, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://yazawaj.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "profileblock", + "type": "normal" + }, { + "return": "true", + "string": "profile/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 338957, + "country": "Morocco", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://youpic.com/photographer/{username}", + "detections": [{ + "return": "false", + "string": "404 page", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }, { + "return": "true", + "string": "\"username\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Hobbies and Leisure > Photography", + "global_rank": 35165, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://youtube.com/c/{username}/about", + "detections": [{ + "return": "false", + "string": "This page isn't available", + "type": "advanced" + }, { + "return": "false", + "string": "404 Not Found", + "type": "normal" + }, { + "return": "true", + "string": "c/{username}", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "true", + "top": "top10", + "timeout": 0, + "implicit": 0, + "extract": [{ + "type": "link", + "regex": "{\"webCommandMetadata\":{\"url\":\"https://youtube.com/[^\"]+(http[^\"]+)" + }], + "type": "Arts and Entertainment > TV Movies and Streaming", + "global_rank": 2, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://ytmnd.com/users/{username}/", + "detections": [{ + "return": "true", + "string": "\"user_profile\"", + "type": "normal" + }, { + "return": "true", + "string": "user_profile_stats", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 79481, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://zeldadungeon.net/wiki/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 64457, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://zeldawiki.org/User:{username}", + "detections": [{ + "name": "mediawiki", + "type": "shared" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Wiki", + "global_rank": 0, + "country": "", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://zhihu.com/people/{username}", + "detections": [{ + "return": "false", + "string": ">404", + "type": "normal" + }, { + "return": "true", + "string": "\"users\":{\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 179, + "country": "China", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://zoig.com/profile/{username}", + "detections": [{ + "return": "true", + "string": "profile_ovrv", + "type": "normal" + }, { + "return": "true", + "string": "Gender: ", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 237332, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.bigcartel.com/", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "/product", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 3980, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.blogspot.com", + "detections": [{ + "return": "false", + "string": "the blog you were looking", + "type": "advanced" + }, { + "return": "false", + "string": "the blog you were looking", + "type": "normal" + }, { + "return": "true", + "string": "itemprop='name'", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1808397, + "country": "Iran", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.booth.pm", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "E-commerce and Shopping > Marketplace", + "global_rank": 8986, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.business.site/", + "detections": [{ + "return": "true", + "string": "{username}.", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 792, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.carbonmade.com", + "detections": [{ + "return": "false", + "string": "site not found", + "type": "advanced" + }, { + "return": "false", + "string": "site not found", + "type": "normal" + }, { + "return": "true", + "string": "og:description", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Arts and Entertainment > Arts and Entertainment", + "global_rank": 35667, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.carrd.co/", + "detections": [{ + "return": "true", + "string": "{username}.carrd", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 15087, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.contently.com", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Business and Consumer Services > Marketing and Advertising", + "global_rank": 11478, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.crevado.com", + "detections": [{ + "return": "false", + "string": "Site not found", + "type": "advanced" + }, { + "return": "false", + "string": "Site not found", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 115971, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.deviantart.com", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "advanced" + }, { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "data-username", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 414, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.findrow.com/", + "detections": [{ + "return": "true", + "string": "/{username}", + "type": "normal" + }, { + "return": "true", + "string": "profile__", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 382439, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://{username}.gumroad.com", + "detections": [{ + "return": "true", + "string": "data-username", + "type": "normal" + }, { + "return": "true", + "string": "-profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 1643, + "country": "Angola", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.gumroad.com/", + "detections": [{ + "return": "true", + "string": "profile-picture", + "type": "normal" + }, { + "return": "true", + "string": "card__name", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 1643, + "country": "Angola", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.hatenablog.com/about", + "detections": [{ + "return": "false", + "string": "Blog is not found", + "type": "advanced" + }, { + "return": "false", + "string": "Blog is not found", + "type": "normal" + }, { + "return": "true", + "string": "profile-", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 651, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.home.blog/", + "detections": [{ + "return": "true", + "string": "{username}.home", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 6049, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.itch.io", + "detections": [{ + "return": "false", + "string": "t find your page", + "type": "advanced" + }, { + "return": "false", + "string": "t find your page", + "type": "normal" + }, { + "return": "true", + "string": "\"name\":\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 2808, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.jimdosite.com", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 15552, + "country": "Japan", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.kroogi.com/", + "detections": [{ + "return": "true", + "string": "profile_content", + "type": "normal" + }, { + "return": "true", + "string": "main_account_header", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Internet", + "global_rank": 128708, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.livejournal.com", + "detections": [{ + "return": "false", + "string": "Use the links to access more options", + "type": "advanced" + }, { + "return": "false", + "string": "Use the links to access more options", + "type": "normal" + }, { + "return": "true", + "string": "user-profile", + "type": "normal" + }, { + "return": "true", + "string": "\"username\"", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 465, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.manyvids.com", + "detections": [{ + "return": "true", + "string": "profile-page", + "type": "normal" + }, { + "return": "true", + "string": "/{username}", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Adult", + "global_rank": 950, + "country": "United States", + "country_code": 0, + "nsfw": "true" + }, { + "url": "https://{username}.myshopify.com", + "detections": [{ + "return": "true", + "string": "{username}.", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "", + "global_rank": 30, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.newgrounds.com", + "detections": [{ + "return": "true", + "string": "user-header", + "type": "normal" + }, { + "return": "true", + "string": "userbody", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Games > Video Games Consoles and Accessories", + "global_rank": 8001, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.rajce.idnes.cz", + "detections": [{ + "return": "false", + "string": "err-site", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 2005, + "country": "Czech Republic", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.skyrock.com/", + "detections": [{ + "return": "true", + "string": "content=\"https://{username}", + "type": "normal" + }, { + "return": "true", + "string": "blogpseudo", + "type": "normal" + }, { + "return": "true", + "string": "profil_link", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 10726, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.slack.com", + "detections": [], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 156, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.svbtle.com/", + "detections": [{ + "return": "true", + "string": "user_links", + "type": "normal" + }, { + "return": "true", + "string": "user_logo", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Programming and Developer Software", + "global_rank": 176373, + "country": "India", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.tumblr.com", + "detections": [{ + "return": "false", + "string": "There's nothing here", + "type": "advanced" + }, { + "return": "false", + "string": "There's nothing here", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }, { + "return": "true", + "string": "{username}.tumblr", + "type": "normal" + }], + "selected": "true", + "top": "top10", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Social Networks and Online Communities", + "global_rank": 120, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.webnode.cz", + "detections": [{ + "return": "false", + "string": "We are sorry", + "type": "advanced" + }, { + "return": "false", + "string": "We are sorry", + "type": "normal" + }, { + "return": "true", + "string": "\"name\":", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology", + "global_rank": 60203, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.weebly.com/", + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, { + "return": "true", + "string": "wsite-logo", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Web Hosting and Domain Names", + "global_rank": 430, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.wix.com", + "detections": [{ + "return": "false", + "string": "We Looked Everywhere", + "type": "advanced" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Web Hosting and Domain Names", + "global_rank": 155, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.wordpress.com", + "detections": [{ + "return": "false", + "string": "Do you want to register", + "type": "advanced" + }, { + "return": "false", + "string": "Do you want to register", + "type": "normal" + }, { + "return": "true", + "string": "//{username}.wordpress", + "type": "normal" + }, { + "return": "true", + "string": "og:title", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "Computers Electronics and Technology > Computers Electronics and Technology", + "global_rank": 59, + "country": "United States", + "country_code": 0, + "nsfw": "false" + }, { + "url": "https://{username}.www.nn.ru", + "detections": [{ + "return": "false", + "string": "404<", + "type": "normal" + }, { + "return": "true", + "string": "aboutme", + "type": "normal" + }, { + "return": "true", + "string": "/profile", + "type": "normal" + }], + "selected": "false", + "timeout": 0, + "implicit": 0, + "extract": [], + "type": "News and Media", + "global_rank": 22722, + "country": "Russia", + "country_code": 0, + "nsfw": "false" + }], + "shared_detections": [{ + "name": "mastodon", + "detections": [{ "return": "false", "string": "The page you are looking for isn", "type": "advanced" @@ -21649,8 +18855,7 @@ }, { "name": "discourse", - "detections": [ - { + "detections": [{ "return": "true", "string": "og:title", "type": "normal" @@ -21664,18 +18869,15 @@ }, { "name": "gitlab", - "detections": [ - { - "return": "true", - "string": "user-profile", - "type": "normal" - } - ] + "detections": [{ + "return": "true", + "string": "user-profile", + "type": "normal" + }] }, { "name": "mediawiki", - "detections": [ - { + "detections": [{ "return": "false", "string": "is not registered", "type": "normal"