v2.8.0
mvanhorn/last30days-skillv2.8.0Mar 4, 2026by mvanhorn
AI Summary
Adds Instagram Reels support and migrates TikTok to the ScrapeCreators API.
Key Highlights
- Instagram Reels support
- TikTok migration to ScrapeCreators API
Breaking Changes
- APIFY_API_TOKEN is no longer used; replace with SCRAPECREATORS_API_KEY
New Features
- Instagram Reels support with transcripts
- TikTok migration to ScrapeCreators
Full Release Notes
## What's New in v2.8 **Instagram Reels** is now the 8th signal source. Search any topic and get trending Instagram Reels with views, likes, and spoken-word transcripts — scored and ranked alongside Reddit, X, YouTube, TikTok, HN, Polymarket, and the web. **TikTok migrated to ScrapeCreators API.** Same functionality, new backend. Replace `APIFY_API_TOKEN` with `SCRAPECREATORS_API_KEY` in your config. One key now covers both TikTok and Instagram. ### Setup Sign up at [scrapecreators.com](https://scrapecreators.com) (100 free credits, then PAYG) and add your key: ```bash echo 'SCRAPECREATORS_API_KEY=your_key' >> ~/.config/last30days/.env ``` ### Breaking Change - `APIFY_API_TOKEN` is no longer used. Replace with `SCRAPECREATORS_API_KEY`. ### Bug Fixes - Fixed web source URLs leaking into stats display - Fixed Instagram/TikTok not running when used with `--search=` flag