VOOZH about

URL: https://apify.com/presetshubham/instagram-reel-downloader

⇱ Instagram Reel Downloader Β· Apify


Pricing

$3.00 / 1,000 results

Go to Apify Store

Instagram Reel Downloader

This actor scrapes Instagram Reels from provided URLs and retrieves metadata such as captions, likes, comments, and video URLs. The scraped data is saved in a dataset, making it easy to export the results as JSON, CSV, or HTML.

Pricing

$3.00 / 1,000 results

Rating

2.4

(2)

Developer

πŸ‘ Shubham Preset

Shubham Preset

Maintained by Community

Actor stats

71

Bookmarked

971

Total users

20

Monthly active users

4 months ago

Last modified

Share


Steps to Add and Push the README.md File

  1. Create the README File:

    • In your actor’s directory (e.g., C:\Users\shubh\apify-actor-instaloader), create a new file named README.md.
  2. Paste the Content:

    • Open the file in your code editor (like VSCode or Notepad++).
    • Copy the content below and paste it into the file.

# Instagram Reel Downloader
## Overview
The **Instagram Reel Downloader** actor allows users to scrape Instagram reels using their URLs. It extracts useful information like:
- Captions
- Likes
- Comments
- Owner's Username
- Video URLs
The scraped data is saved to a dataset, which can be exported in formats like JSON, CSV, or Excel.
---
## Features
-**Scrape Instagram Reels**: Fetch metadata and video URLs from public Instagram reel links.
-**Exportable Data**: The output can be exported to JSON, CSV, or other formats.
-**User-Friendly Input/Output**: Accepts URLs in JSON format and saves results to Apify datasets.
---
## Input
The actor requires a JSON input in the following format:
```json
{
"reelLinks": [
"https://www.instagram.com/reel/XXXXXXX/",
"https://www.instagram.com/reel/YYYYYYY/"
]
}
  • reelLinks: Array of Instagram reel URLs to scrape (must be public).

Output

The output is saved in the Apify default dataset and includes the following fields:

FieldDescription
captionCaption text of the reel.
likesNumber of likes on the reel.
commentsNumber of comments on the reel.
owner_usernameUsername of the reel owner.
video_urlDirect URL to the reel video file.

How to Use

  1. Input Data:

    • Provide a JSON input containing the Instagram reel links.
    • Example:
      {
      "reelLinks":[
      "https://www.instagram.com/reel/XXXXX/",
      "https://www.instagram.com/reel/YYYYY/"
      ]
      }
  2. Run the Actor:

    • Navigate to the Input tab.
    • Paste the input JSON.
    • Click Run.
  3. View and Export Results:

    • Go to the Dataset tab after the run.
    • Export the results in your desired format (JSON, CSV, or Excel).

Limitations

  • Only works with public Instagram reels.
  • The actor may hit rate limits depending on Instagram's restrictions.

Development Notes

Local Testing

To test the actor locally:

  1. Navigate to the actor's directory:
    $cd path/to/your/actor
  2. Run the actor:
    $apify run --purge

Updating the Actor

To push updates:

$apify push

Contribution

Feel free to fork the repository, improve the actor, and submit a pull request. Contributions are welcome!


Support

For questions or issues, contact support through the Apify console or open an issue in the repository.

---
3.**Save the File**:
- Save the file as`README.md`in the same directory as your `main.py`.
4.**Push to Apify**:
- Navigate to the directory in your terminal and run:
```bash
apify push
```

You might also like

TikTok Transcription AI - 1.5$ for 1000 Videos

lofomachines/tiktok-transcription-ai

Transcribe a list of TikTok video URLs. Extracts TikTok metadata and generates AI transcription with timestamps and plain text.

118

TikTok Transcript Extractor

bulletproof/tiktok-transcript-extractor

🎡 Convert any TikTok video to text. Extract transcripts, subtitles, and captions with timestamps. Outputs JSON, SRT, or plain text. Works with all TikTok URL formats including short links. Auto-captions speech-to-text fallback. 14+ languages. No login needed.

116

Best Tiktok Scraper

scrape-creators/best-tiktok-scraper

Scrape TikTok data from profiles, videos, hashtags, search results, and the trending feed using URLs or keywords. Access video transcripts, view counts, likes, comments, music info, and more. Export data, run scrapes via API, schedule and monitor runs, or integrate with your existing tools.

πŸ‘ User avatar

Scrape Creators

481

TikTok Transcript

agentx/tiktok-transcript

TikTok transcript API β€” pass any TikTok video URL and the response includes the spoken-word transcript with timestamps, the on-screen caption text, and an optional translation into any of 100+ languages. Works for short-form posts, longer videos, and embedded slideshow audio.

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.

AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc

invideoiq/ai-video-data-extractor

Turn any video into structured JSON with AI. Define your custom schema (strings, numbers, arrays, objects, enums, booleans), provide video URLs, and get perfectly formatted data back. Works on YouTube, TikTok, X, Instagram, Facebook. 99+ languages. Smart retry on rate limits. No parsing code needed.

19

5.0

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 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 Reels Scraper

scrapeflow/instagram-reels-scraper

Instagram Reels Scraper extracts data from Instagram Reels. It collects reel URLs, captions, views, likes, comments, hashtags, publish dates, and media details. Ideal for trend analysis, influencer research, content monitoring, and social media analytics.

Instagram Reels Scraper

scrapepilotapi/instagram-reels-scraper

Instagram Reels Scraper extracts data from Instagram Reels videos. It collects reel URLs, captions, views, likes, comments, hashtags, publish dates, and media details. Ideal for influencer research, trend tracking, content analysis, and social media monitoring.

Related articles

How to scrape data from Instagram: profiles, comments, reels, tags, and images
Read more
How to scrape Instagram reels (without knowing any code)
Read more