Video Transcript Scraper: Youtube, X (twitter), Tiktok, etc.
No credit card required
Video Transcript Scraper: Youtube, X (twitter), Tiktok, etc.
No credit card required
Scrapes transcripts from any online video / audio content on any plateform (Youtube, X, ..) in any available language. It delivers outputs in both JSON and LLM-ready formats, making it ideal for analytics, and AI-based applications. Perfect for research and building intelligent conversational agents
The Standby mode is a new, lightweight method for using Actors. Instead of starting an Actor for each input and waiting for results, the Actor remains ready in the background to handle arbitrary HTTP requests, just like any web or API server.
Read moreActor URL
Send a HTTP request to the this URL, and wait for the response. To call the Actor, you need to have an Apify account. Replace <YOUR_API_TOKEN> with your API token, which you can find under Settings > Integrations in Apify Console.Learn more.
To view the specific endpoint of this Actor, go to README.
https://invideoiq--video-transcript-scraper.apify.actor?token=<YOUR_API_TOKEN>
Max requests per run
maxRequestsPerActorRun
number
The maximum number of concurrent HTTP requests a single standby Actor run can accept. If this limit is exceeded, the system starts a new Actor run to handle the request, which will take a few seconds.
Default value of this property is 4
Desired requests per run
desiredRequestsPerActorRun
number
The desired number of concurrent HTTP requests a single standby Actor run can handle. If this limit is exceeded, the system preemptively starts a new Actor run to handle additional requests.
Default value of this property is 3
Memory (MB)
memoryMbytes
number
The amount of memory (RAM) allocated for the Actor standby run, in megabytes. With more memory, the Actor can typically handle more requests in parallel, but the number of compute units consumed and the cost also grow.
Default value of this property is 1024
Idle timeout (seconds)
idleTimeoutSecs
number
If a standby Actor run doesn’t receive any HTTP requests in this amount of time, the system will finish the run. When a new request comes, the system might need to start a new standby Actor run to handle it, which will take a few seconds. Higher idle timeout increases the responsiveness but increases the costs as the Actor needs to keep running longer.
Default value of this property is 60
- 84 monthly users
- 20 stars
- 98.5% runs succeeded
- 2.9 hours response time
- Created in Oct 2024
- Modified about 14 hours ago