Automate Runway to generate AI videos via API or UI. Create multiple videos simultaneously, manage batch processing, and view results in a built-in video gallery for easy browsing and downloading. Perfect for streamlining your RunwayML workflow.
Runway Automation enables you to automate AI video generation on RunwayML without manual intervention. With this actor, you can:
Image-to-Video:
If you supply image URLs (via the images
parameter) or a Google Drive folder URL (via the googleDriveFolder
parameter), videos will be generated using your images. If you also provide text prompts, they will be used as additional input. When there are fewer prompts than images, the prompts will be repeated (looped) to ensure every image is paired with a prompt.
Text-to-Video:
If no images or Google Drive folder is provided, the generation will be based solely on the text prompts you supply. Note: When using the gen3-alpha-turbo
or gen4
models, direct text-to-video conversion is not supported. In these cases, if no image is provided, your prompt will first be used to generate an image using "RunwayML Frames", and then that image will be converted into a video. You can specify different prompts for the image generation and the video conversion by separating them with a vertical bar (|
). For example:
"A bomb with a time countdown | The bomb explodes"
will use "A bomb with a time countdown"
to generate the image, and "The bomb explodes"
as the video prompt.
Before using this actor, you need:
session
field.session
input field.Parameter | Type | Description | Default |
---|---|---|---|
session | String | Your Runway session token from app.runwayml.com (required) | - |
folder | String | Runway folder where videos will be generated. Note: This folder must be manually created in Runway. | Generations |
prompts | Array | List of text prompts to generate videos. | - |
images | Array | (Optional) List of image URLs for image-to-video conversion. You can also use a Google Drive folder URL instead. | - |
googleDriveFolder | String | (Optional) Google Drive folder URL containing images for video generation. The folder must be publicly shared. | - |
mode | Select | Generation mode: "explore" (slow, doesn't consume credits) or "credits" (fast, consumes credits) | explore |
model | Select | Model to generate videos. Options: • gen3-alpha – Text-to-video only• gen3-alpha-turbo – Supports vertical videos • gen4 – New model with expanded aspect ratios (e.g., 1:1, 4:3, 3:4, 21:9) | gen4 |
aspectRatio | Select | Aspect ratio of the generated video. Options: • "16:9" • "9:16" (only gen4 or gen3-alpha-turbo )• "1:1" (only gen4 )• "4:3" (only gen4 )• "3:4" (only gen4 )• "21:9" (only gen4 ) | 16:9 |
seconds | Select | Duration of the generated video. Options: "5s" or "10s" | 10s |
concurrency | Integer | Number of concurrent jobs. | 1 |
minWait | Integer | Minimum wait time between operations (seconds). A random wait time is chosen between the minimum and maximum values. | 5 |
maxWait | Integer | Maximum wait time between operations (seconds). | 10 |
jobTimeout | Integer | Maximum time to wait for job completion (seconds). If a job takes longer than this timeout, it will be skipped. | 300 |
proxyConfiguration | Object | Configuration for selecting proxies to use. | Uses Apify Residential proxy by default |
The actor provides results in a structured JSON format. An example output looks like this:
1[ 2 { 3 "album_url": "https://api.apify.com/v2/key-value-stores/1Ht4z6r0m1OfBqZs1/records/album.html#619775b2-1f53-409e-ad1d-5a8336b138b8", 4 "prompt": "Modern residential houses in nature, minimalist and elegant architecture, large glass facades, surrounded by trees, mountains, or lakes with sunlight streaming through", 5 "url": "https://cdn.runwayml.com/619775b2-1f53-409e-ad1d-5a8336b138b8/video.mp4", 6 "preview_url": "https://cdn.runwayml.com/619775b2-1f53-409e-ad1d-5a8336b138b8/preview.jpg", 7 "job_id": "619775b2-1f53-409e-ad1d-5a8336b138b8", 8 "image_url": "https://drive.usercontent.google.com/download?id=14ur340HEc31z4z1Y0C1_" 9 } 10]
The actor saves an album.html
file to the KeyValue store, providing an interface for easy browsing and downloading of your generated videos. You can access it by:
album.html
file.The album interface offers several features:
Here's an example album showcasing some generated videos so you can see how your results will be displayed: Browse Example Gallery
Apify provides you with $5 free usage credits every month on the Apify Free plan. You can try and test Runway Automation for free with these credits.
If you plan to use it regularly, consider subscribing to one of Apify’s plans. We recommend the $49/month Personal plan which covers the costs of Runway Automation along with numerous executions.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!