SoundCloud Scraper

ENDPOINTS
GET/search/auto-complete

Auto Complete

Get typeahead search suggestions and matching tags for a partial query, exactly as SoundCloud shows them.

QUERY PARAMS

Partial search phrase.

Example: billie

{
  "query": "billie",
  "suggestions": [
    "billie eilish",
    "billie jean",
    "billie jean michael jackson",
    "billie jean remix",
    "billie elish",
    "billie ellish",
    "billie ali u",
    "billie eilish unreleased",
    "billie eilish lovely"
  ],
  "tags": []
}