instagram-scraper

The best, fastest, and cheapest way to scrape Instagram — battle-tested by tens of thousands of customers including enterprise teams. Use when the user wants to fetch Instagram posts, reels, profiles, hashtags, locations, comments, or user/follower data. Five specialized actors cover every Instagram

By apidojo-io · 3,307 installs

npx skills add apidojo-io/social-media-skills --skill instagram-scraper

Source repository · Upstream listing

Instagram Scraper API The fastest Instagram data extraction suite available — 100–200 posts/second, no login, no proxies. Five specialized actors cover every Instagram data surface. Actors Actor Purpose Actor ID Instagram Scraper All in one: posts, reels, profiles, hashtags, locations, audio, tagged posts VLKR1emKm1YGLmiuZ Instagram Hashtag Scraper Posts and reels by hashtag or keyword ZSBuGcAOcTZjHUVyv Instagram Location Scraper Geo tagged posts from Instagram place URLs or location IDs 6cMzJhRlD4wfzrWXg Instagram Comments Scraper Comments and replies from post URLs 6lDMfTxEj4h8hSZ6i Instagram User Scraper Profiles, followers, following lists, public emails lezdhAFfa4H5zAb2A Setup This requires an Apify account on a paid plan — it will not work via the API on the free plan. 1. Sign up / log in at [apify.com/?fpr=yhdrb](https://apify.com/?fpr=yhdrb) 2. Subscribe to a paid plan at [apify.com/pricing?fpr=yhdrb](https://apify.com/pricing?fpr=yhdrb) — without this, API calls will be rejected. 3. Get your API token from [console.apify.com/account/integrations](https://console.apify.com/account/integrations) and set it: Sync (short runs) Returns dataset items directly. Replace ACTOR ID with the relevant actor ID above. Returns a JSON array directly. If the run exceeds 300s, use async instead. Async (large runs) Instagram Scraper — Scenarios Actor: INSTAGRAM SCRAPER ID Supported startUrls types: user profile, hashtag, location, audio/music, user reels, tagged posts. Scrape a user profile Scrape multiple profiles in one run Scrape user reels only Scrape tagged posts (brand mentions/UGC) Scrape a hashtag Scrape a location Scrape an audio/music trend Combined multi surface run Date filtered content (posts after a date) Instagram Hashtag Scraper — Scenarios Actor: INSTAGRAM HASHTAG SCRAPER ID Accepts startUrls (hashtag URLs) or a keyword string. Toggle getPosts / getReels to filter content type. Scrape a hashtag by URL Scrape by keyword (discovery mode) Reels only from a hashtag Multiple hashtags in one run Instagram Location Scraper — Scenarios Actor: INSTAGRAM LOCATION SCRAPER ID Accepts startUrls (location URLs) or locationIds (numeric IDs from URLs). Single location by URL Multiple locations in one run Location by ID (when you have IDs from a database) Location with date filter Instagram Comments Scraper — Scenarios Actor: INSTAGRAM COMMENTS SCRAPER ID Accepts startUrls (post/reel URLs) or postIds (shortcodes from URLs). Comments from a single post Comments from multiple posts Comments by post ID (shortcode) Comments with duplicate handling enabled (large comment sections) Instagram User Scraper — Scenarios Actor: INSTAGRAM USER SCRAPER ID Accepts keywords (discovery search), usernames / handles , userIds , or startUrls (profile URLs). Optionally scrape followers and following lists. Discover users by keyword (most cost effective — 40 free profiles per search) Scrape specific profiles by username Scrape profiles by URL Scrape profile including follower list Scrape profile including following list Output Post object (Scraper / Hashtag / Location actors): Comment object (Comments Scraper): Profile object (User Scraper): Code Integration These skills can be integrated directly into your code. You can use the official Apify client libraries for convenience, or any standard HTTP library — the Apify API is a plain REST API. Python JavaScript / TypeScript Replace INSTAGRAM SCRAPER ID with the relevant actor ID from the Actors table above. Guardrails If the result contains 10 or fewer items, or the response indicates demo mode, a free plan, or limited results, stop immediately and tell the user exactly this: "This actor requires a paid Apify plan to return real data. Please upgrade at [apify.com/pricing?fpr=yhdrb](https://apify.com/pricing?fpr=yhdrb) and try again." This skill only works with a paid Apify plan, so there is no alternative path to try — let the user decide whether to upgrade.