VOOZH about

URL: https://apify.com/husseinbuilds/instagram-content-intelligence-pro/api

⇱ Instagram Reel Data Extractor API Β· Apify


Pricing

$100.00 / 1,000 results

Go to Apify Store

Instagram Reel Data Extractor

Extract complete data from Instagram Reels β€” captions, hashtags, views, likes, comments, author info, and AI-generated transcripts. Supports bulk links, no login needed, fast and reliable for creators, analysts, and automation workflows.

Pricing

$100.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Hussein Sbeiti

Hussein Sbeiti

Maintained by Community

Actor stats

0

Bookmarked

197

Total users

5

Monthly active users

4 months ago

Last modified

Share

You might also like

Instagram Reel Scraper

parseforge/instagram-reel-scraper

Scrape Instagram Reels from any public profile or direct reel URL. Extract video links, view counts, likes, comments, captions, hashtags, mentions, music info, and thumbnails. Filter by date, limit per profile, skip pinned reels, and collect top comments. No login required.

Instagram Photos Downloader - Bulk Available

scraper-mind/instagram-photos-downloader

Download Instagram photos in bulk with the Instagram Photos Downloader API πŸ“Έ. Fast, reliable, and just $5! πŸš€ Scrape captions, likes, metadata & more, perfect for marketers, creators & devs. Try the best Instagram photos downloader today.

113

Instagram Media Downloader - Bulk Download Media 2026

instaprism/instagram-media-downloader

No login required. Download Instagram images and videos in bulk. Get high-resolution media from posts, reels, stories. Save to Apify storage. Export direct URLs.

Instagram Bulk Scraper

mikolabs/instagram-bulk-scraper

Bulk scraper for Instagram profiles, posts, and reels. Effortlessly extract follower statistics, engagement, and detailed content data across multiple accounts with optional hashtag filtering. Export the collected data in your preferred formats for seamless analysis and reporting.

135

5.0

πŸš€ Instagram Reels Scraper ⚑ No Login Required

vulnv/instagram-reels-scraper

Extract detailed data from Instagram Reels including video URLs, captions, likes, comments, views, audio info, hashtags, and creator details. Bulk processing supported. No Instagram authentication needed - just provide reel URLs and get structured JSON data.

Instagram Downloader – Reels & Posts Video/Image Extractor

logiover/instagram-media-downloader

Bulk Instagram media downloader: extract Reels, Posts and Stories download links without login. Export to CSV/JSON. Fast Instagram API alternative.

Instagram Reel Scraper

scrapers-hub/instagram-reel-scraper

Instagram reel scraper to extract reels, captions, views, likes, comments, and metadata from Instagram πŸ“ŠπŸŽ¬ Perfect for content research, trend analysis, influencer monitoring, and social media insights. Fast, accurate, and scalable.

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 Scraper

rupom888/instagram-scraper-js

Scrape Instagram posts, profiles, hashtags, reels, and location pages. Extract likes, comments, captions, media URLs, author stats, and more. No Instagram login required for public content.

Instagram Profile Reels Scraper

scrapebase/instagram-profile-reels-scraper

Scrape Instagram profile reels with ease πŸŽ₯πŸ“± Extract reel captions, views, likes, comments, publish dates, video links, and more from public profiles. Perfect for competitor research, content analysis, influencer tracking, and trend discovery. Get reel data fast πŸš€

You can access the Instagram Reel Data Extractor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "reelUrls": [
< "https://www.instagram.com/reel/ABC123/"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/husseinbuilds~instagram-content-intelligence-pro/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Instagram Reel Data Extractor API

Below, you can find a list of relevant HTTP API endpoints for calling the Instagram Reel Data Extractor Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/husseinbuilds~instagram-content-intelligence-pro/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/husseinbuilds~instagram-content-intelligence-pro/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/husseinbuilds~instagram-content-intelligence-pro?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Instagram Reel Data Extractor API programmatically via the Apify API.

You can choose from:

Instagram Reel Data Extractor API in Python

Instagram Reel Data Extractor API in JavaScript

Instagram Reel Data Extractor API through CLI

Instagram Reel Data Extractor OpenAPI definition

You can start Instagram Reel Data Extractor with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Instagram Reel Data Extractor is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Instagram Reel Data Extractor run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.