VOOZH about

URL: https://apify.com/neuro-scraper/instagram-video-scraper

⇱ Instagram Video Scraper Β· Apify


Pricing

$4.99/month + usage

Go to Apify Store

Instagram Video Scraper

Extract privacy-safe Instagram Post & Reels metadata in seconds ⏱️ β€” timestamps πŸ•’, captions ✍️, tags 🏷️, counts πŸ“Š, formats 🎞️ & engagement signals πŸ“ˆ. No login πŸ”. Run on Apify βš™οΈ, export πŸ“€, analyze πŸ”Ž, automate πŸ€– & uncover hidden growth patterns πŸš€βœ¨

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Neuro Scraper

Neuro Scraper

Maintained by Community

Actor stats

1

Bookmarked

14

Total users

2

Monthly active users

8 months ago

Last modified

Share

🌟 Instagram Reel Scraper β€” Fetch Reel Data Instantly

πŸ“Š Scrape Instagram Reels metadata quickly and safely β€” no login, no hassle, plug-and-play.


πŸ“– Overview

This Actor allows you to fetch detailed Instagram Reel data, including captions, hashtags, mentions, likes, views, upload dates, and media formats β€” instantly, securely, and ready for automation.


πŸ’‘ Use Cases

  • Collect Instagram Reel metadata for analytics dashboards.
  • Track engagement metrics (likes, comments, views) without logging in.
  • Aggregate Reels by hashtags, mentions, or owners.
  • Feed datasets for marketing or research automation.

⚑ Quick Start β€” Console

  1. Paste your Instagram Reel URLs into the startUrls input.
  2. Optionally configure hide_media_links, maxConcurrency, or proxies.
  3. Click Run Actor β€” results appear in seconds.

βš™οΈ Quick Start β€” CLI + API

CLI

$apify run --input input.example.json

Python (apify-client)

from apify_client import ApifyClient
client = ApifyClient("<APIFY_TOKEN>")
run = client.actor("your-username/instagram-reel-scraper").call(
run_input={
"startUrls":["https://www.instagram.com/reel/shortcode/"],
"hide_media_links":True
}
)
print(run["output"])

πŸ“ Inputs

πŸ”‘ NameπŸ“ Type❓ Requiredβš™οΈ DefaultπŸ“Œ Example🧠 Notes
startUrlsarrayβœ… YesNone["https://www.instagram.com/reel/ABC123"]List of Reel URLs to scrape
hide_media_linksbooleanβš™οΈ OptionalTrueFalseRemove direct media URLs from output if True
maxConcurrencyintegerβš™οΈ Optional35Number of concurrent scrape tasks
diagnosticbooleanβš™οΈ OptionalFalseTrueInclude full error details in output
proxyConfigurationobjectβš™οΈ Optional{}{"useApifyProxy": true}Advanced proxy settings (optional)

βš™οΈ Configuration

Paste your input JSON in the Console or CLI as shown below:

{
"startUrls":["https://www.instagram.com/reel/ABC123"],
"hide_media_links":true,
"maxConcurrency":3
}

πŸ“„ Outputs

The Actor outputs an array of Reel metadata records:

[
{
"original_url":"https://www.instagram.com/reel/ABC123",
"id":"ABC123",
"ownerUsername":"creator_name",
"ownerFullName":"Creator Full Name",
"description":"Awesome Reel content here",
"likesCount":1500,
"likesDisplay":"1.5k",
"commentsCount":120,
"commentsDisplay":"120",
"videoViewCount":3000,
"viewsDisplay":"3k",
"upload_date":"25th October 2025",
"upload_date_iso":"2025-10-25T14:30:00Z",
"upload_time_ago":"4 Days Ago",
"duration":12.34,
"resolution_detail":"Full HD (1080p)",
"hashtags":["fun","trending"],
"mentions":["friend1"],
"formats":[
{"type":"image","url":"<image_url>","width":1080,"height":1920},
{"type":"video","url":"<video_url>","duration":12.34}
],
"randomExtraInfo":{
"scrapeBatch":"Reel-Set-42",
"regionCode":"US",
"verifiedStatus":"Verified",
"contentCategory":"Entertainment"
}
}
]

πŸ”‘ Environment Variables

  • APIFY_TOKEN β€” your Apify API token (required for CLI / API).
  • HTTP_PROXY / HTTPS_PROXY β€” optional custom proxy URLs if not using Apify Proxy.

▢️ How to Run

Console: Click Run Actor after filling inputs. CLI: apify run --input input.example.json Python API: See snippet above.


⏰ Scheduling & Webhooks

  • Schedule recurring runs in the Apify Console.
  • Add webhook URLs to receive results automatically when the Actor finishes.

πŸ•Ύ Logs & Troubleshooting

  • Detailed logs are available in the Apify Console.
  • Enable diagnostic: true for full error reporting.
  • Common issues: invalid URL or rate-limited by Instagram (retry handled automatically).

πŸ”’ Permissions & Storage Notes

  • Output is written to the default Key-Value Store under key OUTPUT.
  • Actor is privacy-safe; does not log credentials or scrape private content.
  • Media URLs can be hidden using hide_media_links.

πŸ”Ÿ Changelog / Versioning

  • v1.0 β€” Initial release, basic Reel metadata scraping
  • v1.1 β€” Added HTML fallback, error suppression, and proxy support
  • TODO: Track new Instagram features or Reels formats

πŸ–Œ Notes / TODOs

  • Consider exposing maxConcurrency to match large batch runs.
  • Review hide_media_links default based on user preference.

🌍 Proxy Configuration

  • Enable Apify Proxy in Console input for seamless scraping.
  • Custom proxy example:
{
"useApifyProxy":false,
"proxyUrls":["http://<PROXY_USER:PASS@HOST:PORT>"]
}
  • Environment variables:
exportHTTP_PROXY="http://<PROXY_USER:PASS@HOST:PORT>"
exportHTTPS_PROXY="http://<PROXY_USER:PASS@HOST:PORT>"
  • TODO: Consider proxy rotation for large-scale scraping.

πŸ“š References

  1. Apify Actor README guidelines
  2. Input/Output schema docs
  3. CLI / API usage docs

πŸ€” What I inferred from main.py

  • Supports concurrent requests with maxConcurrency.
  • Provides HTML fallback when Instaloader fails.
  • Automatically transforms metadata for readability (likes, views, upload dates).
  • Supports optional proxy usage with session management.
  • Safe defaults: hides media URLs and suppresses errors unless diagnostic is True.

You might also like

Instagram Reels Scraper and Downloader

neuro-scraper/instagram-reels-scraper-and-downloader

πŸš€ Instantly fetch Instagram Reels metadata & optional videos 🎬 β€” see captions, hashtags, likes, views & friendly stats in seconds! πŸ”‘ Plug‑and‑play, privacy-safe, and trusted by developers 🌟. Run now & uncover hidden insights that you have never seen πŸ”’

6

Instagram Post Metadata Scraper

scrapeflux/instagram-post-metadata-scraper

πŸ“Š Instagram Post Metadata Scraper extracts key details from Instagram postsβ€”captions, timestamps, hashtags & engagement signals. πŸš€ Great for social research, brand tracking, and influencer analytics. Fast, reliable & SEO-friendly. πŸ”πŸ“ˆ

Instagram Reels Scraper - Export Reels & Engagement 2026

instaprism/instagram-reels-scraper

No login required. Extract Reels from any Instagram account. Get views, likes, comments, duration, engagement rate. Analyze viral video content. Export JSON/CSV/Excel.

Instagram Reels Scraper

scrapapi/instagram-reels-scraper

Extract Instagram Reels data from public profiles, hashtags, or posts using this scraper. Collect reel captions, video URLs, likes, comments, views, hashtags, and timestamps. Useful for trend research, influencer tracking, content analysis, and monitoring engagement on Instagram Reels.

Instagram Post Scraper

scrapers-hub/instagram-post-scraper

Instagram post scraper to extract posts, captions, likes, comments, and metadata from Instagram πŸ“ΈπŸ’¬ Perfect for content research, engagement analysis, and social media insights. Fast and scalable.

5

5.0

Instagram Reels Scraper

spectr_of_inspiration/instagram-hashtag-reels-scraper

Powerful Instagram API alternative for high-speed hashtag & Reels scraping. No login or password required. Extract captions, URLs, and timestamps in seconds with zero risk of bans. Perfect for trend analysis, e-commerce market research, and content automation. Fast, safe, and cost-effective.

92

Instagram Post Scraper (Metadata)

scrapecraze/instagram-post-metadata-scraper

Instagram Post Scraper (Metadata) extracts publicly available post metadata from Instagram at scale. Collect captions, hashtags, likes, comments count, timestamps, usernames, and engagement data for analytics, social media research, competitor tracking, and marketing insights.

Instagram Post Metadata Scraper

scrapers-hub/instagram-post-metadata-scraper

πŸ“Œ Instagram Post Metadata Scraper extracts engagement insights and post details from public contentβ€”captions, timestamps, likes, comments & more. πŸš€ Perfect for social media research, competitor analysis & influencer discovery. πŸ“Š

Instagram Hashtag Posts Scraper

khadinakbar/instagram-hashtag-scraper

Scrape public Instagram posts and Reels for one or more hashtags. Exports captions, engagement counts, author metadata, media URLs, comments when available, cursor metadata, and run summaries. No Instagram cookies required.

86

Instagram video Downloader

neuro-scraper/instagram-video-downloader

πŸš€βœ¨ **Download Instagram videos instantly β€” no setup, no risk!** 🌟 Perfect for creators, marketers & analysts who want **fast, secure insights**. πŸ’‘ Plug, run & get results in seconds. πŸ”’ Privacy-safe, ⚑ ultra-fast & 🧠 built for smart business growth! πŸ’ΌπŸ“ˆ

12

Related articles

How to scrape data from Instagram: profiles, comments, reels, tags, and images
Read more