RenderIO YouTube Video Downloader avatar

RenderIO YouTube Video Downloader

Pricing

from $100.00 / 1,000 1080p video downloads

Go to Apify Store
RenderIO YouTube Video Downloader

RenderIO YouTube Video Downloader

Download public YouTube videos through the RenderIO API with pay-per-event pricing.

Pricing

from $100.00 / 1,000 1080p video downloads

Rating

0.0

(0)

Developer

RenderIO

RenderIO

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Share

Apify actor for downloading public YouTube videos through the RenderIO API.

Input

{
"urls": ["https://www.youtube.com/watch?v=dQw4w9WgXcQ"],
"quality": "1080p",
"pollIntervalSeconds": 2,
"timeoutSeconds": 900
}
  • urls: public YouTube URLs, max 10 per run.
  • quality: 1080p, 2k, or 4k. This selects the Apify pay-per-event charge after a successful RenderIO download.
  • pollIntervalSeconds: status polling interval for GET /api/v1/commands/:commandId.
  • timeoutSeconds: per-video timeout, max 3600 seconds.

Output

Each input URL writes one dataset item:

{
"inputUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"quality": "1080p",
"status": "SUCCESS",
"commandId": "cmd_123",
"videoUrl": "https://media.renderio.dev/output.mp4",
"filename": "output.mp4",
"sizeMbytes": 42.5,
"totalProcessingSeconds": 18.2
}

Failures are written as dataset rows with status: "FAILED" and errorMessage.

Pricing

The configured Apify pricing is pay-per-event:

  • 1080p: $0.10 per successful download, or $1.00 per 10 downloads.
  • 2K: $0.20 per successful download, or $2.00 per 10 downloads.
  • 4K: $0.35 per successful download, or $3.50 per 10 downloads.

The actor calls Actor.charge() only after RenderIO returns SUCCESS and a usable output_files.out_video.storage_url.

Limits

  • Public YouTube URLs only.
  • Max 10 URLs per run.
  • Max 60 minutes per video when duration is returned by RenderIO metadata.
  • No custom FFmpeg in v1.