Instagram Reels Scraper
by neuro-scraper
A straightforward Instagram Reels scraper for developers. Extract likes, views, comments, and more from public content with zero setup required.
Opens on Apify.com
About Instagram Reels Scraper
Need to pull data from Instagram Reels or posts for your project? This scraper is what I use. It gets the job done without any fuss, letting you extract the details that actually matter: like counts, view numbers, comments, upload timestamps, and video duration. You get clean, structured data in seconds, ready for your analysis or app. I built it for developers and researchers who need reliable Instagram data without dealing with Instagram's API complexities or worrying about privacy. It runs on Apify, so there's zero setup—just configure your search (hashtags, profiles, URLs) and hit run. It handles the rest quietly in the background. I use it to track content trends, analyze competitor performance, and gather public data for sentiment analysis. It’s a straightforward, privacy-conscious way to get the public metrics you need to inform your strategy or fuel your next project.
What does this actor do?
Instagram Reels Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Instagram Reels Scraper
Overview
This Apify Actor extracts structured data from public Instagram Reels. It returns detailed metadata—including engagement metrics, video details, and post information—as ready-to-use JSON. No coding is required to run it via the Apify Console.
Key Features
- Extracts comprehensive data: Fetches likes, comments, views, duration, upload date, owner info, hashtags, mentions, and video formats.
- Multiple run methods: Use the Apify Console, CLI, or direct API integration.
- Structured output: Results are provided as a clean JSON dataset and stored in a Key-Value Store.
- Proxy support: Built-in configuration for Apify Proxy or custom proxies to manage request rates.
- Automation ready: Supports scheduling for recurring runs and webhooks for notifications.
How to Use
Quick Start (Console)
- In the Apify Console, paste your Instagram Reel URLs into the
startUrlsinput field. - (Optional) Configure proxy settings if needed.
- Click Run Actor.
Quick Start (CLI & API)
CLI:
apify run --input input.example.json
Python API:
from apify_client import ApifyClient
client = ApifyClient('<APIFY_TOKEN>')
run_input = { "startUrls": ["https://www.instagram.com/reel/EXAMPLE123/"] }
run = client.actor('your-actor-name').call(run_input=run_input)
print(run['output'])
Input
The primary input is a list of Reel URLs.
| Field | Type | Required | Default | Example | Notes |
|---|---|---|---|---|---|
startUrls |
array | Yes | [] |
["https://www.instagram.com/reel/EXAMPLE123/"] |
List of public Instagram Reel URLs to scrape. |
proxyConfiguration |
object | Optional | {} |
{"useApifyProxy": true} |
Configure proxy settings if required. |
Output
The actor outputs a JSON dataset. Each item contains the scraped data for one Reel.
Example Dataset Item:
{
"id": "123456789",
"original_url": "https://www.instagram.com/reel/EXAMPLE123/",
"ownerUsername": "creator123",
"ownerFullName": "Creator Name",
"likesCount": 1500,
"commentsCount": 45,
"videoViewCount": 10000,
"duration": 81.0,
"upload_date": "5th October 2019",
"upload_time_ago": "3 Years Ago",
"formats": [{"type":"video","url":"..."}],
"hashtags": ["fun"],
"mentions": ["friend"],
"resolution_detail": "HD (720p)"
}
All results are also stored under the OUTPUT key in the Apify Key-Value Store for easy download.
Configuration & Notes
- Environment Variables: Optional
IG_USERandIG_PASScan be set for higher access limits. YourAPIFY_TOKENis required for API use. - Privacy: Only public accounts and Reels can be scraped.
- Troubleshooting: Check run logs in the Apify Console. Item-level errors are returned in an
errorfield if scraping fails. - Proxy: For custom proxies, use the format
"proxyUrls": ["<PROXY_USER:PASS@HOST:PORT>"]. Always store credentials as secrets.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Instagram Reels Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- neuro-scraper
- Pricing
- Paid
- Total Runs
- 57
- Active Users
- 10
Related Actors
🏯 Tweet Scraper V2 - X / Twitter Scraper
by apidojo
Instagram Scraper
by apify
TikTok Scraper
by clockworks
Instagram Profile Scraper
by apify
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support