zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Music/Bandcamp
Logo Bandcamp

Bandcamp

Search music tracks, albums, and artists.

1 endpoint1 endpoint on this scraper1 calls1 calls so farupdated 4 months agoLast updated 5/27/2026, 1:27:15 PMllms.txt
Endpoints1

1/1 passing
checked 19 hours ago · daily 01:00 WIB

Search

Search music tracks, albums, and artists.

GET/v1/music:bandcamp/search5m cache1 paramchecking key…
Parameters
querystringrequired

Search text

·
Response
EXAMPLE
{
  "ok": true,
  "count": 50,
  "results": [
    {
      "id": 2366858632,
      "url": "https://akirathedon.bandcamp.com",
      "name": "LOFI BEATS",
      "type": "a",
      "image": "https://f4.bcbits.com/img/4026553902_3.jpg",
      "bandId": 2929173621,
      "bandName": "Akira The Don"
    },
    {
      "id": 4094592826,
      "url": "https://akirathedon.bandcamp.com",
      "name": "LOFI BEATS IMMORTAL",
      "type": "a",
      "image": "https://f4.bcbits.com/img/2812708276_3.jpg",
      "bandId": 2929173621,
      "bandName": "Akira The Don"
    },
    {
      "id": 2925224825,
      "url": "https://akirathedon.bandcamp.com",
      "name": "LOFI BEATS 2",
      "type": "a",
      "image": "https://f4.bcbits.com/img/2385228822_3.jpg",
      "bandId": 2929173621,
      "bandName": "Akira The Don"
    }
  ]
}

Code

Search
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("music:bandcamp", "search", {
  "query": "lofi beats"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Search/v1/music:bandcamp/search
1 param

Parameters

querystringrequired
Search text

Request

curl -X GET "https://api.zapi.ink/v1/music:bandcamp/search?query=lofi+beats" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "count": 50,
  "results": [
    {
      "id": 2366858632,
      "url": "https://akirathedon.bandcamp.com",
      "name": "LOFI BEATS",
      "type": "a",
      "image": "https://f4.bcbits.com/img/4026553902_3.jpg",
      "bandId": 2929173621,
      "bandName": "Akira The Don"
    },
    {
      "id": 4094592826,
      "url": "https://akirathedon.bandcamp.com",
      "name": "LOFI BEATS IMMORTAL",
      "type": "a",
      "image": "https://f4.bcbits.com/img/2812708276_3.jpg",
      "bandId": 2929173621,
      "bandName": "Akira The Don"
    },
    {
      "id": 2925224825,
      "url": "https://akirathedon.bandcamp.com",
      "name": "LOFI BEATS 2",
      "type": "a",
      "image": "https://f4.bcbits.com/img/2385228822_3.jpg",
      "bandId": 2929173621,
      "bandName": "Akira The Don"
    }
  ]
}

Related APIs

More in music

JioSaavn

musicjiosaavn

Search and fetch songs, albums, and playlists from JioSaavn with full audio download URLs at multiple bitrates.

3737 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Spotify

musicspotify

Search tracks, albums, and artists on Spotify. Returns metadata + 30s preview URLs. Full audio is DRM-protected.

3333 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

SoundCloud

musicsoundcloud

Search tracks, fetch metadata, and extract full audio download URLs (progressive MP3 / HLS) for public SoundCloud tracks.

2727 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Shazam

musicshazam

Song search via the Shazam catalog, plus per-country chart top tracks. Note: audio-fingerprint recognition is not implemented.

88 calls so far5mResponses cached for 5m

Apple Music

musicapple-music

Search tracks, albums, and artists via the iTunes catalog. Returns metadata + 30s preview URLs.

1010 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Deezer

musicdeezer

Search tracks, albums, artists, and playlists on Deezer. Returns metadata + 30s preview URLs.

1010 calls so far5mResponses cached for 5m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.