What problem does it solve? Collecting Instagram post data such as captions, likes, comments, hashtags, and media URLs normally requires manual browsing or building a custom scraper that fights Instagram's anti-bot measures. This Skill provides a ready-made CLI and API workflow that fetches structured post data through NanoGPT's managed Instagram scraper using your existing NanoGPT API key. ## Core Features & Use Cases - Profile and URL Scraping: Fetch recent posts from public profiles by username or scrape specific posts by permalink, with basic (cheap) or detailed (comments, full metadata) modes. - Filtering and Cost Control: Filter posts by date, skip pinned posts, cap total spend with maxTotalChargeUsd, and save raw JSON output to a file. - Use Case: A social media analyst needs the last 10 posts from @nasa with engagement metrics and hashtags. Run the CLI with --profiles nasa --posts 10 to get formatted results including captions, likes, comments, and media URLs. ## Quick Start Set your NANOGPT_API_KEY environment variable, then ask the agent to load the nanogpt-instagram skill and scrape the last 10 posts from the nasa profile.