VOOZH about

URL: https://apify.com/automationagents/youtube-video/api

⇱ YouTube Video Details API Β· Apify


Pricing

from $20.00 / 1,000 successful api calls

Go to Apify Store

YouTube Video Details

Get full video details: title, description, view/like counts, duration, tags, chapters.

Pricing

from $20.00 / 1,000 successful api calls

Rating

0.0

(0)

Developer

πŸ‘ Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

19 days ago

Last modified

Categories

Share

You might also like

🎬 YouTube Video Details Scraper

scrapeengine/youtube-video-details-scraper

🎬 YouTube Video Details Scraper (youtube-video-details-scraper) extracts full YouTube metadataβ€”title, description, tags, views, likes, comments, duration, upload date, channel info & thumbnails. ⚑ Ideal for SEO, competitor research, analytics & reporting. πŸ”Ž Fast, accurate, API-ready.

YouTube Video Details Scraper

maged120/youtube-video-details

Extract full metadata from any YouTube video or Short β€” title, views, likes, comments, subtitles, chapters, tags, and more. No YouTube API key needed.

Youtube Video Details Scraper

scraper-engine/youtube-video-details-scraper

YouTube Video Details Scraper extracts metadata from public YouTube videos, including title, description, channel name, view count, likes, tags, upload date, and more. Ideal for research, SEO, analytics, or automationβ€”just input video URLs and get structured data effortlessly.

πŸ‘ User avatar

Scraper Engine

58

5.0

🎬 YouTube Video Details Scraper

scraply/youtube-video-details-scraper

🎬 YouTube Video Details Scraper extracts full video metadata β€” title, description, channel, publish date, views, likes, comments, tags, duration & thumbnails. πŸ” Ideal for SEO audits, competitor analysis, content research, and reporting. πŸš€ Fast, accurate, scalable.

🎬 YouTube Video Details Scraper β€” Extract Metadata &...

scrapepilotapi/youtube-video-details-scraper

🎬 YouTube Video Details Scraper pulls rich video metadata from YouTube β€” title, description, tags, channel, views, likes, duration, publish date & thumbnails. πŸ”Ž Ideal for SEO audits, competitor research, content planning & reporting. πŸ“Š CSV/JSON export-ready. πŸš€

🎬 YouTube Video Details Scraper β€” Extract Metadata

scrapebase/youtube-video-details-scraper

🎬 YouTube Video Details Scraper extracts video metadataβ€”title, description, tags, channel, views, likes, publish date, duration, thumbnails & captions. πŸ”Ž Ideal for SEO audits, content research, competitor analysis, and reporting. ⚑ Fast, reliable, API-ready. πŸ“¦ CSV/JSON export.

Youtube Video Details Scraper

scrapevanta/youtube-video-details-scraper

YouTube Video Details Scraper extracts video titles, descriptions, tags, view counts, likes, comments, upload dates, channel information, and more from YouTube videos. Ideal for SEO analysis, competitor research, content tracking, market research, and data-driven decision-making.

🎬 YouTube Video Details Scraper

scrapium/youtube-video-details-scraper

🎬 YouTube Video Details Scraper (youtube-video-details-scraper) extracts titles, descriptions, views, likes, publish date, duration, tags, channel, thumbnails & more at scale. πŸ“Š Ideal for SEO, content research, trend tracking & reporting. ⚑ API-ready metadata for analytics & growth.

Youtube Video Details Scraper

scrapedrift/youtube-video-details-scraper

πŸš€ YouTube Video Details Scraper extracts key metadata like title, channel, description, tags, views, likes & upload date. 🧠 Great for SEO research, competitor analysis & content planning β€” fast, reliable, and easy to integrate. πŸ“ˆβœ¨

YouTube Video Details Scraper

deanter/youtube-video-details-scraper

Input: YouTube video link | πŸ‘‰ Output: Transcript, video description, video title πŸ‘ŒπŸ‘‰ This actor processes a YouTube video link and extracts the transcript, description, and title of the video. It's perfect for gathering video metadata and subtitles for further analysis or content creation.

You can access the YouTube Video Details programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
< "include_captions": false,
< "cache": true
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/automationagents~youtube-video/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

YouTube Video Details API

Below, you can find a list of relevant HTTP API endpoints for calling the YouTube Video Details Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/automationagents~youtube-video/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/automationagents~youtube-video/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/automationagents~youtube-video?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the YouTube Video Details API programmatically via the Apify API.

You can choose from:

YouTube Video Details API in Python

YouTube Video Details API in JavaScript

YouTube Video Details API through CLI

YouTube Video Details OpenAPI definition

You can start YouTube Video Details with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The YouTube Video Details is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the YouTube Video Details run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.