From dd672b1fa9142b887d11c6c2085e1ef656ff8ce6 Mon Sep 17 00:00:00 2001 From: s0lray Date: Thu, 26 Mar 2026 12:15:15 -0400 Subject: [PATCH] Mark Threads-Scraper as degraded (THE-53) Last commit July 2023; likely broken due to Threads frontend changes since. Co-Authored-By: Paperclip --- public/arf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/arf.json b/public/arf.json index 770ccdc..b8b4568 100644 --- a/public/arf.json +++ b/public/arf.json @@ -3154,8 +3154,8 @@ "name": "Threads-Scraper (T)", "type": "url", "url": "https://github.com/Zeeshanahmad4/Threads-Scraper", - "description": "Open-source data extraction tool for Threads posts with JSON, CSV, and XML export. Collects posts at 300-600 per hour without authentication.", - "status": "live", + "description": "Python browser automation tool that scrapes public Threads posts and profiles without authentication, outputting structured data in JSON, CSV, or XML. Last updated July 2023.", + "status": "degraded", "pricing": "free", "bestFor": "Bulk extraction of Threads posts for offline analysis", "input": "Threads profile URL or post URL",