Entertainment
Bsnpubs logo

Bsnpubs API

bsnpubs.com

Music label discographies - label indexes, history, and release catalogs.

Actions
4
Category
Entertainment
Login
Not required
Output
JSON

Call the Bsnpubs API

Submit a task, then poll the job until it settles. This example runs act_bsnpubs_discography_release_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bsnpubs_discography_release_listing",
    "params": {
      "release_page_path": "aladdin/aladdinsingles.html"
    }
  }'

4 actions on bsnpubs.com

Read

  • Discography Release Listing

    act_bsnpubs_discography_release_listingread1 credit / call

    Returns a label's releases with catalog numbers, artists, tracks, and years.

    release_page_path
    string · required
  • Label History Story

    act_bsnpubs_label_history_storyread1 credit / call

    Returns a record label's name and history narrative with linked discography pages.

    story_page_path
    string · required
  • Label Range Listing

    act_bsnpubs_label_range_listingread1 credit / call

    Returns the alphabetical label index for a letter range with names and links to story and release pages.

    label_range
    string · required
  • Site Homepage

    act_bsnpubs_site_homepageread1 credit / call

    Returns the homepage title, tagline, and navigation links including the discographies hub.

Bsnpubs API questions

Is there an API for Bsnpubs?
Bsnpubs does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for bsnpubs.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Bsnpubs data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when bsnpubs.com changes its markup, Anakin updates the action.
Do I need a Bsnpubs account?
No. Every Bsnpubs action listed here runs anonymously — no account and no credentials required.
What does the Bsnpubs API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Entertainment APIs

All Entertainment sites