This pulls profile data, posts, comments, followers, and search results from TikTok, Instagram, Facebook, and Reddit using StableSocial's API. Each request costs $0.06 and runs async: you trigger collection with a POST, then poll a free GET endpoint until the job finishes, usually in 5-60 seconds. The async pattern is a little verbose but makes sense for scraping jobs that take time. Covers the standard use cases like follower lists, engagement metrics, and cross-platform keyword searches. If you're doing social media research or competitive analysis and need structured data instead of manual clicking, this handles the tedious parts. Just know you're paying per endpoint call, so batch your requests thoughtfully.
npx skills add https://github.com/merit-systems/agentcash-skills --skill social-scraping