# Changelog of YouTube Video 360 Intelligence — Bundle Scraper (`sian.agency/youtube-video-360-intelligence`) Actor

- **URL**: https://apify.com/sian.agency/youtube-video-360-intelligence/changelog.md
- **Full Actor documentation**: https://apify.com/sian.agency/youtube-video-360-intelligence.md

## Changelog

All notable changes to this actor will be documented here.

### \[1.0.0] — 2026-05-22

#### Added

- Initial public release.
- 4-endpoint parallel bundle: video info, transcript, related videos, subtitle languages.
- Two input modes: `videoUrl` (single) and `videoUrls` (batch, comma/newline separated; max 50 per run).
- `includeEndpoints[]` toggle — opt out of endpoints you don't need; never billed for unavailable pulls.
- `maxRelatedPages` (1–10) for deeper related-video graph traversal.
- `transcriptLang` for preferring a specific transcript language.
- Tidy-long output with `rowType` discriminator (`video_info`, `transcript`, `related_video`, `subtitle_language`, `error`) and per-row `_sourceVideoInput` / `_sourceVideoId` / `_sourceEndpoint` provenance.
- Pay-per-event monetization: `apify-actor-start`, `video-info-result`, `video-transcript-result`, `video-related-row`, `video-subtitle-language-row`.
- HTML report saved on every run (even on fatal crash).
- Bulk concurrency cap (3 videos in-flight) for predictable load.
- URL extraction from `watch?v=`, `youtu.be/`, `/shorts/`, `/embed/`, `/live/`, and bare 11-char IDs.
- Graceful fallback for invalid videos and endpoints unavailable on a specific video (e.g. transcript on a livestream).
