VideoGrab
VideoGrab is a simple video downloader from YouTube, Instagram, Facebook, X, Pinterest, and more. It supports downloads up to 8K when available, and keeps the experience fast and effortless. Just bring the link, and VideoGrab takes care of the rest. The API is designed around an async job flow. In the most common setup, 1 completed video download usually takes about 3 API requests: 1. create the…
VideoGrab endpoints
| Method | Endpoint | Description |
|---|---|---|
| Downloads | ||
| POST |
createDownloadJob /rapidapi/downloads |
Creates a new download job for the provided media URL. Returns a job ID immediately, which you can use to check progress and retrieve the final file once processing completes. |
| GET |
getDownloadJob /rapidapi/downloads/{jobId} |
Returns the current status of a previously created download job. Use the real job ID returned by createDownloadJob. When the job is ready, this response includes the download_url |
| GET |
downloadJobFile /rapidapi/downloads/{jobId}/file |
Fetches the completed media file for a job that has already finished processing. This endpoint works only with a real job ID whose status is ready, and may return 404 if the job… |
| GET |
listDownloadJobs /rapidapi/downloads |
Returns recent download jobs created under the current RapidAPI user/application context. Useful for reviewing recent activity and finding valid job IDs for follow-up status or… |
VideoGrab pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|
| PRO | $6.99 / month | 180 / minute |
|
| ULTRA | $14.99 / month | 480 / minute |
|
| MEGA | $39.99 / month | 900 / minute |
|