Youtube Music Search Rental
Pricing
$12.00/month + usage
Go to Apify Store

Youtube Music Search Rental
Pricing
$12.00/month + usage
Rating
0.0
(0)
Developer

Maged
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
2
Monthly active users
a month ago
Last modified
Categories
Share
YouTube Music Search Actor
Input Configuration
The actor accepts a JSON input with the following fields:
| Field | Type | Description | Required | Default |
|---|---|---|---|---|
query | String | Search query for YouTube Music | Yes | - |
filter | String | Type of result (songs, videos, albums, etc.) | No | - |
scope | String | Optional scope for the search | No | - |
Example Input:
{"query": "Imagine Dragons","filter": "albums"}
Output Format
The actor outputs data to Apify’s dataset, viewable as a table in the Apify UI or exportable as JSON/CSV. Each record contains:
| Field | Type | Description |
|---|---|---|
| category | String | Result category |
| resultType | String | Result type |
| title | String | Title |
| type | String | Type |
| playlistId | String | Playlist ID |
| duration | String | Duration |
| year | String | Year |
| artists | Array | Artists |
| browseId | String | Browse ID |
| isExplicit | Boolean | Explicit flag |
| thumbnails | Array | Thumbnails |
| url | String | YouTube Music URL |
URL Construction:
- For albums/playlists:
https://music.youtube.com/playlist?list={playlistId} - For videos/songs:
https://music.youtube.com/watch?v={videoId} - For artists:
https://music.youtube.com/channel/{browseId} - For other browseable items:
https://music.youtube.com/browse/{browseId}
Example Output:
{"category": "Albums","resultType": "album","title": "Imagine","type": "Album","playlistId": "OLAK5uy_mAbKBs8eHi1hV2HP99v9brseD68FbPxZE","duration": null,"year": "1971","artists": [{"name": "John Lennon", "id": "UCcSL2nYSJp_IgdzH0xBBdcg"}],"browseId": "MPREb_gDaohH1B2Wz","isExplicit": false,"thumbnails": [{"url": "https://lh3.googleusercontent.com/3NgQRedyr9sdsiEUyaJ9k2hTl5eTotzV5-6ABSiSGY9SFuHNJnWFcG9wiI-6sKQwCgXNlwp89VqZKR4C=w60-h60-l90-rj", "width": 60, "height": 60}],"url": "https://music.youtube.com/playlist?list=OLAK5uy_mAbKBs8eHi1hV2HP99v9brseD68FbPxZE"}
