ConsoleCatalog
Sign in
Bandcamp logo

Bandcamp

bandcamp.comMarketplaceno auth

Independent music marketplace - albums, tracks, merch, discovery, and pricing.

Discover Listing

ASYNCWRITENo auth

Returns paginated Discover album and merch results by genre tag with prices and pagination.

ParametersFormJSON

Normalized genre tag names to filter Discover results (e.g. ["jazz", "electronic"])

Pagination cursor returned from a previous Discover listing response

Discover category ID filter (0 for all categories)

Geographic location filter ID (0 for no location filter)

Result slice filter (e.g. top, new, best-selling)

Optional time-period facet ID for filtering results by release date

Number of results to return per page

Result types to include - "a" for albums, "s" for tracks/singles

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bandcamp_com_discover_listing",
    "params": {
      "tag_norm_names": "jazz",
      "cursor": "*",
      "category_id": "0",
      "geoname_id": "0",
      "slice": "top",
      "size": "60",
      "include_result_types": "a,s"
    }
  }'