IG reel scraper apify#369
Conversation
Deploying bubblelab-documentation with
|
| Latest commit: |
6481d35
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8f82c5f7.bubblelab-documentation.pages.dev |
| Branch Preview URL: | https://ig-reel.bubblelab-documentation.pages.dev |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthroughThis PR bumps package versions from 0.1.321 to 0.1.322 across multiple packages and introduces a new Instagram reel scraper Apify actor. The scraper supports configurable targets, transcript extraction, engagement metrics, and video download options. It integrates into the Apify registry and Instagram tool with a new Changes
Sequence DiagramsequenceDiagram
actor User
participant InstagramTool
participant ApifyActor as Apify Actor<br/>(instagram-reel-scraper)
participant InstagramService as Instagram Service
User->>InstagramTool: scrapeReels(targets, options)
InstagramTool->>InstagramTool: Validate input (targets required)
InstagramTool->>ApifyActor: Execute with targets,<br/>date/pin/download filters,<br/>timeout
ApifyActor->>InstagramService: Fetch reel data
InstagramService-->>ApifyActor: Raw reel items<br/>(posts, engagement, video URLs, transcript)
ApifyActor-->>InstagramTool: Structured actor output
InstagramTool->>InstagramTool: extractReels()<br/>Transform to InstagramReel type
InstagramTool-->>User: Return {reels, scrapedTargets,<br/>totalPosts, success/error}
Estimated Code Review Effort🎯 3 (Moderate) | ⏱️ ~22 minutes Possibly Related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
Summary
Related Issues
Type of Change
Checklist
pnpm checkand all tests passScreenshots (Required)
For New Bubble Integrations
.integration.flow.ts) covers all operationsAdditional Context
Summary by CodeRabbit
New Features
Enhancements
Chores