From 6c1623a3ad1e1978a14c78891052a1928fb978b2 Mon Sep 17 00:00:00 2001 From: S1lvus Date: Mon, 7 Apr 2025 20:28:28 -0400 Subject: [PATCH 01/10] Added CashApp into the site list. This adds username search for the CashApp financial platform. --- sherlock_project/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 42327a18..4c5747d0 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -357,6 +357,13 @@ "urlMain": "https://career.habr.com/", "username_claimed": "blue" }, + "CashApp": { + "errorType": "status_code", + "url": "https://cash.app/${}", + "urlMain": "https://cash.app", + "username_claimed": "hotdiggitydog", + "username_unclaimed": "HelloItsADell" + }, "Championat": { "errorType": "status_code", "url": "https://www.championat.com/user/{}", @@ -2739,3 +2746,4 @@ "username_claimed": "mcuban" } } + From e0f184f2634e774d064be0290a459f6666daf030 Mon Sep 17 00:00:00 2001 From: S1lvus Date: Mon, 7 Apr 2025 20:31:17 -0400 Subject: [PATCH 02/10] Removed extra spaces --- sherlock_project/resources/data.json | 1 - 1 file changed, 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 4c5747d0..bf36bf11 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2746,4 +2746,3 @@ "username_claimed": "mcuban" } } - From f599ae5ff1d95e45b630547845acb3748cb8dcd2 Mon Sep 17 00:00:00 2001 From: Rhythm Bansal Date: Wed, 30 Apr 2025 02:06:10 +0530 Subject: [PATCH 03/10] fixed minecraft --- sherlock_project/resources/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 42327a18..d12dab6f 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1341,8 +1341,8 @@ "username_claimed": "blue" }, "Minecraft": { - "errorCode": 204, - "errorType": "status_code", + "errorMsg": "Couldn't find any profile with name", + "errorType": "message", "url": "https://api.mojang.com/users/profiles/minecraft/{}", "urlMain": "https://minecraft.net/", "username_claimed": "blue" From 9e54e68da51c5579dab86208f028d7db444cbc35 Mon Sep 17 00:00:00 2001 From: Maxwell Oldshein Date: Thu, 26 Jun 2025 15:10:44 -0400 Subject: [PATCH 04/10] Add Playstrategy support --- sherlock_project/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 42327a18..5b8f489a 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1574,6 +1574,12 @@ "urlMain": "https://play.google.com/store", "username_claimed": "Facebook" }, + "Playstrategy": { + "errorType": "status_code", + "url": "https://playstrategy.org/@/{}", + "urlMain": "https://playstrategy.org", + "username_claimed": "oruro" + }, "PocketStars": { "errorMsg": "Join Your Favorite Adult Stars", "errorType": "message", From c82c00650ae94c384bec80bd1f18efbef636b248 Mon Sep 17 00:00:00 2001 From: Maxwell Oldshein Date: Thu, 26 Jun 2025 15:26:57 -0400 Subject: [PATCH 05/10] Add Blitz Tactics support --- sherlock_project/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 42327a18..b0b66970 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -250,6 +250,12 @@ "urlMain": "https://www.blipfoto.com/", "username_claimed": "blue" }, + "Blitz Tactics": { + "errorType": "status_code", + "url": "https://blitztactics.com/{}", + "urlMain": "https://blitztactics.com/", + "username_claimed": "Lance5500" + }, "Blogger": { "errorType": "status_code", "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", From 3c9eda75e9f2a5a9eb5b4e9fba118440106a209e Mon Sep 17 00:00:00 2001 From: akamayu-ouo <71762573+akamayu-ouo@users.noreply.github.com> Date: Sat, 9 Aug 2025 14:08:56 +0000 Subject: [PATCH 06/10] Add Plurk --- sherlock_project/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 42327a18..32bbfed5 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1574,6 +1574,13 @@ "urlMain": "https://play.google.com/store", "username_claimed": "Facebook" }, + "Plurk": { + "errorMsg": "User Not Found!", + "errorType": "message", + "url": "https://www.plurk.com/{}", + "urlMain": "https://www.plurk.com/", + "username_claimed": "plurkoffice" + }, "PocketStars": { "errorMsg": "Join Your Favorite Adult Stars", "errorType": "message", From dafcaec192e74324f4b25d4b4a09c06bacd6d03c Mon Sep 17 00:00:00 2001 From: "[Tulsi Shetty]" <[tulsishetty07@gmail.com]> Date: Sat, 16 Aug 2025 18:42:19 +0530 Subject: [PATCH 07/10] feat: Tumblr added --- sherlock_project/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 42327a18..e5163ff6 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2711,6 +2711,12 @@ "urlMain": "https://www.toster.ru/", "username_claimed": "adam" }, + "tumblr": { + "errorType": "status_code", + "url": "https://{}.tumblr.com/", + "urlMain": "https://www.tumblr.com/", + "username_claimed": "goku" +}, "uid": { "errorType": "status_code", "url": "http://uid.me/{}", From aa1945b01759f48e17d963bac6bd16f9915e37c5 Mon Sep 17 00:00:00 2001 From: Craig London <3833140+craiglondon@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:46:59 -0400 Subject: [PATCH 08/10] readmefixes: HTML fixes --- docs/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index afabfcf9..1df79904 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@


- + sherlock
Hunt down social media accounts by username across 400+ social networks
@@ -15,8 +15,7 @@

- - +demo

@@ -122,7 +121,7 @@ Read more about the [Sherlock Actor](../.actor/README.md), including how to use Thank you to everyone who has contributed to Sherlock! ❤️ - + contributors ## Star history From d60562130c0e04579d1cfea7dd7da13073598945 Mon Sep 17 00:00:00 2001 From: Craig London <3833140+craiglondon@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:47:08 -0400 Subject: [PATCH 09/10] readmefixes: Fix typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1df79904..5c9bcee3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -114,7 +114,7 @@ $ echo '{"usernames":["user123"]}' | apify call -so netmilk/sherlock }] ``` -Read more about the [Sherlock Actor](../.actor/README.md), including how to use it programmaticaly via the Apify [API](https://apify.com/netmilk/sherlock/api?fpr=sherlock), [CLI](https://docs.apify.com/cli/?fpr=sherlock) and [JS/TS and Python SDKs](https://docs.apify.com/sdk?fpr=sherlock). +Read more about the [Sherlock Actor](../.actor/README.md), including how to use it programmatically via the Apify [API](https://apify.com/netmilk/sherlock/api?fpr=sherlock), [CLI](https://docs.apify.com/cli/?fpr=sherlock) and [JS/TS and Python SDKs](https://docs.apify.com/sdk?fpr=sherlock). ## Credits From 9646055560df1ab1e13e97fc47a8453723add61d Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sat, 13 Sep 2025 18:30:08 -0400 Subject: [PATCH 10/10] fix(manifest): schema non-compliance --- sherlock_project/resources/data.json | 1 - 1 file changed, 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 99db68a1..c4e6405d 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -368,7 +368,6 @@ "url": "https://cash.app/${}", "urlMain": "https://cash.app", "username_claimed": "hotdiggitydog", - "username_unclaimed": "HelloItsADell" }, "Championat": { "errorType": "status_code",