Suno AI Scraper avatar
Suno AI Scraper
Try for free

1 day trial then $10.00/month - No credit card required now

View all Actors
Suno AI Scraper

Suno AI Scraper

jeremy_frost/suno-ai-scraper
Try for free

1 day trial then $10.00/month - No credit card required now

This scraper will get song details from Suno AI music generator.

What is Suno AI Scraper?

It's a simple and powerful tool that allows you to extract data from Suno AI music generator. To get song datas, insert the URL of Suno playlists and click "Save & Start" button.

You can download that structured data in Excel, HTML, XML, CSV, Excel, and JSON to use in your reports, data visualizations, spreadsheets, and applications.

What Suno AI data can I extract?

Song nameAuthor name
Song URLAuthor profile URL
Publish dateLength
Play countLikes count
LyricsSong genre
PlaylistModel version

How do I use Suno AI Scraper?

Suno AI Scraper was designed to be easy to start with even if you've never extracted data from Suno before. Here's how you can scrape Suno songs with this tool:

  1. Create a free Apify account using your email.
  2. Open Suno AI Scraper.
  3. Add one or more Suno AI playlist URLs to scrape its songs. (You can find input and output samples in the following chapters)
  4. Click "Start" and wait for the songs data to be extracted.
  5. Download your data in the preferred format.

Input data

You can fill the following input parameters before you start the Actor:

Or if you want to use it with json, it looks like the following:

1**json format**
2
3```
4{
5"suno_urls": [
6    {
7        "url": "https://suno.com/playlist/07653cdf-8f72-430e-847f-9ab8ac05af40"
8    }
9],
10"max_songs": 10
11}
12```

Output samples

The results will be wrapped into a dataset which you can find in the Storage tab.

|#|songName|songLink|length|author|authorLink|published|plays|likes|style|lyrics|playlist|version| | -------------| -------------| ------------- | ------------- | ------------- | ------------- |------------- | ------------- |------------- | ------------- |------------- | ------------- | ------------- | ------------- | |1|Nikola Tesla|https://suno.com/song/1b28f52a-0311-48e1-a645-f06f6a6f3d66|3:34|crispity|https://suno.com/@crispity|June 5, 2024 at 12:35 PM|117K|3792|melodic Techno, 1800's ragtime, Ragtime-Techno, Ragtime-House-fusion, Ragtime-Electronic, clear male vocal|La la la la, la di da La la la la, la di da I'm Nikola, Nikola Tesla Master of lightning, electric successor...|https://suno.com/playlist/1017a67f-4b84-443f-8dc4-73ff65408425|v3.5|

Or if you want to get a json, it looks like the following:

1**json format**
2
3```
4[ {
5"songName": "Nikola Tesla",
6"songLink": "https://suno.com/song/1b28f52a-0311-48e1-a645-f06f6a6f3d66",
7"length": "3:34",
8"author": "crispity",
9"authorLink": "https://suno.com/@crispity",
10"published": "June 5, 2024 at 12:35 PM",
11"plays": "117K",
12"likes": "3792",
13"style": "melodic Techno, 1800's ragtime, Ragtime-Techno, Ragtime-House-fusion, Ragtime-Electronic, clear male vocal",
14"lyrics": "La la la la, la di da La la la la, la di da I'm Nikola, Nikola Tesla Master of lightning, electric successor...",
15"playlist": "2023-11-30 09:59",
16"version": "v3.5"
17} ]
18```

Integrations and Suno Scraper

Suno Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate it with Google Sheets, Google Drive, Zapier, Asana, Slack, Airbyte, GitHub, and more.

Using Suno Scraper with the Apify API

The Apify API gives you programmatic access to all your extracted data. With the REST API you can manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.

Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Jul 2024
  • Modified about 1 month ago