You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking to about bulk comment fetching for ytfetcher.
The most reliable and fast way to do this is by using the official YouTube Data API (V3). This avoids the constant breakage and slowness of scraping.
The Trade-off
Pro: Stable, documented, and very fast access to comments. The API is cheap: the comment endpoint costs only 1 unit per request (10,000 free daily units).
Con: Users would need to get and supply their own YouTube V3 API key.
What do you think of this opt-in, API-key-required feature for reliable bulk comment data with other transcript and metadata.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
I'm thinking to about bulk comment fetching for
ytfetcher.The most reliable and fast way to do this is by using the official
YouTube Data API (V3). This avoids the constant breakage and slowness of scraping.The Trade-off
Pro: Stable, documented, and very fast access to comments. The API is cheap: the comment endpoint costs only 1 unit per request (10,000 free daily units).
Con: Users would need to get and supply their own YouTube V3 API key.
What do you think of this opt-in, API-key-required feature for reliable bulk comment data with other transcript and metadata.
Beta Was this translation helpful? Give feedback.
All reactions