Teach Claude Code to scrape Meta Threads posts, search by keyword or hashtag, and extract engagement metrics. Powered by Apify.
- "Scrape the latest posts from @zuck on Threads"
- "Search Threads for posts about AI"
- "Get Threads posts with the hashtag #automation"
Claude handles the Apify API calls, waits for results, and returns structured data.
-
Get an Apify API token
-
Add to your
.claude/settings.json:
{
"env": {
"APIFY_API_TOKEN": "your-token-here"
}
}- Install:
claude mcp add-plugin /path/to/threads-scraper-skillSee skills/threads-scraper/SKILL.md for full documentation including input parameters, code examples, output format, and error handling.
Links to Apify include an affiliate referral parameter.
MIT