NB Scraper Docs - v1.1.9
Preparing search index...
SoundCloudTrack
Interface SoundCloudTrack
SoundCloud Scraper Types
interface
SoundCloudTrack
{
id
:
number
;
title
:
string
;
url
:
string
;
duration
:
string
;
thumbnail
:
string
;
author
:
{
name
:
string
;
url
:
string
}
;
like_count
:
string
;
download_count
:
string
;
play_count
:
string
;
release_date
:
null
|
string
;
}
Index
Properties
id
title
url
duration
thumbnail
author
like_
count
download_
count
play_
count
release_
date
Properties
id
id
:
number
title
title
:
string
url
url
:
string
duration
duration
:
string
thumbnail
thumbnail
:
string
author
author
:
{
name
:
string
;
url
:
string
}
like_
count
like_count
:
string
download_
count
download_count
:
string
play_
count
play_count
:
string
release_
date
release_date
:
null
|
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
title
url
duration
thumbnail
author
like_
count
download_
count
play_
count
release_
date
NB Scraper Docs - v1.1.9
Loading...
SoundCloud Scraper Types