VOOZH about

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

⇱ Instagram Video Scraper Β· Apify


Pricing

$9.99 / 1,000 results

Go to Apify Store

Instagram Video Scraper

Scrape data from Instagram video.

Pricing

$9.99 / 1,000 results

Rating

1.0

(1)

Developer

πŸ‘ Social Media Scraper

Social Media Scraper

Maintained by Community

Actor stats

2

Bookmarked

126

Total users

0

Monthly active users

4 months ago

Last modified

Categories

Share

Instagram Stats Actor

An Apify actor that fetches statistical data from Instagram posts using the Apify Instagram Scraper. This actor retrieves view counts, play counts, likes, and comments for Instagram posts.

Features

  • Fetches comprehensive statistics for Instagram posts
  • Handles timeouts and retries automatically
  • Provides structured output data
  • Supports both single post URLs and batch processing
  • Includes detailed error handling and logging

Prerequisites

  • Python 3.7 or later
  • Apify SDK
  • Valid Apify API token
  • Instagram Apify API token

Installation

  1. Clone this repository or download the source files
git clone <repository-url>
cd instagram-stats-actor
  1. Install required dependencies
$pip install apify-client httpx tenacity

Usage

Running as Apify Actor

  1. Input Schema:
{
"url":"https://www.instagram.com/p/example"
}
  1. Example output:
{
"url":"https://www.instagram.com/p/example",
"shortCode":"example",
"statistics":{
"views":1000,
"plays":950,
"likes":500,
"comments":50
},
"success":true
}

Configuration Options

ParameterTypeDescriptionDefault
timeoutintRequest timeout in seconds30
max_retriesintMaximum number of retry attempts3

Error Handling

The actor implements comprehensive error handling:

  • Timeouts: Automatically retries with exponential backoff
  • API Errors: Detailed error messages in the output
  • Invalid URLs: Validation and meaningful error messages
  • Network Issues: Automatic retry mechanism

Examples

Basic Actor Input

{
"url":"https://www.instagram.com/p/example"
}

Custom Configuration Input

{
"url":"https://www.instagram.com/p/example",
"timeout":60,
"maxRetries":5
}

Success Output Example

{
"url":"https://www.instagram.com/p/example",
"shortCode":"example",
"statistics":{
"views":1000,
"plays":950,
"likes":500,
"comments":50
},
"success":true
}

Error Output Example

{
"url":"https://www.instagram.com/p/example",
"error":"Request timed out after 30 seconds",
"success":false
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

You might also like

Instagram video downloader

pocesar/download-instagram-video

Download Instagram videos in bulk

1.3K

1.0

TikTok / Instagram Video Info Scrapper

sshlg/tiktok-instagram-video-info-scrapper

Get full information for any Instagram or TikTok Video

Instagram Video Scraper API – Extract Video, Audio & Metadata

apple_yang/instagram-video-scraper-api

Instagram Video Scraper API for extracting video data, audio, and metadata from public Reels and posts. Fast, reliable, and built for developers, AI processing, and automation workflows.

⚑ Instagram Video Scraper - Lite πŸ”¬

scrapearchitect/instagram-video-scraper-lite

πŸ“Š Scrape Instagram video metadata: titles πŸ“likes πŸ’¬β€οΈ formats 🧰 dates πŸ“…! No downloads 🚫πŸ“₯ Bulk URLs πŸ”„ residential proxies πŸ›‘οΈ For marketers πŸ“ˆ researchers πŸ”¬ Fast ⚑15+ fields! ⚑Instagram Video Scraper - Lite πŸ”¬

πŸ‘ User avatar

Scrape Architect

56

Instagram Lead Scraper

scrapapi/instagram-lead-scraper

Instagram Video Downloader

epctex/instagram-video-downloader

Download Instagram.com videos without any limit

Related articles

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