Claude Code
r/ClaudeCowork
Using Claude to scrape Reddit posts
TLDR
Claude is blocked from direct Reddit scraping (legal dispute + anti-bot). Community found 3 clean workarounds: (1) Reddit's public JSON API - free, no auth for public subs, returns 100 posts as structured JSON; (2) ol...