Add three community transcript Actors to the ultimate-scraper Actor index - #88
Open
steadyfetch wants to merge 1 commit into
Open
steadyfetch wants to merge 1 commit into
steadyfetch wants to merge 1 commit into
Conversation
Fills three gaps the index has no row for today: - steadyfetch/youtube-channel-transcripts: a whole channel transcribed in one de-duplicated run, Shorts and finished live VODs included. The index's only YouTube transcript row is a single-video, captions-only tool. - steadyfetch/media-transcriber: a new "Audio & video" section -- any direct media file link, or a page on the tested podcast and video hosts, to text, SRT or VTT. Nothing in the index covers audio that is not on a social platform. - steadyfetch/facebook-ads-transcript-scraper: no Actor in the Facebook section emits a transcript field; apify/facebook-ads-scraper finds which ads exist, this one reads what they say. All three are public, pay-per-event Actors built and published by the author, tiered `community` per the file's own convention. Index rows only; no other file touched.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Three
communityrows toskills/apify-ultimate-scraper/references/actor-index.md, each filling a gap the index has no row for today. Index only — no other file is touched.steadyfetch/youtube-channel-transcripts— whole-channel transcriptsUC…ID and returns every video on the channel de-duplicated in one run — Shorts and finished live VODs included — reading captions first and falling back to speech-to-text, so an uncaptioned upload still answers.steadyfetch/media-transcriber— any URL to text/SRT/VTTsteadyfetch/facebook-ads-transcript-scraper— ad video transcripts, hookstranscriptfield.apify/facebook-ads-scraperfinds which ads exist; this reads what they say — full script, the first-3-seconds hook, the CTA, and OCR on image ads. It chains directly off that Actor's dataset.All three are public on the Apify Store, pay-per-event, charge only on delivery, and are tiered
communityper the file's own convention (apify= Apify-maintained, always prefer;community= fills gaps).Disclosure: the three
steadyfetch/*Actors are paid, pay-per-event Actors built and published by the author. No affiliate or referral parameters are used anywhere — the ids above are plain Actor ids.One unrelated thing worth a look while you are in this file: the existing YouTube row
curious_coder/youtube-transcript-scraperno longer resolves —GET https://api.apify.com/v2/acts/curious_coder~youtube-transcript-scraperreturnsrecord-not-foundas of 2026-09-11. I have deliberately left it untouched here rather than widen this PR beyond adding rows, but an agent routed to it will not find it.