Entertainment
Blu Ray logo

Blu Ray API

blu-ray.com

Blu-ray.com - title search, new releases, reviews, metadata, ratings, and cast.

Actions
4
Category
Entertainment
Login
Not required
Output
JSON

Call the Blu Ray API

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

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_blu_ray_com_mobile_home_navigation",
    "params": {}
  }'

4 actions on blu-ray.com

Read

  • Mobile Home Navigation

    act_blu_ray_com_mobile_home_navigationread1 credit / call

    Returns homepage navigation links to Movies, Reviews, Deals, and other sections.

  • Movie Details

    act_blu_ray_com_movie_detail_ssrread1 credit / call

    Returns a Blu-ray title's metadata, ratings, cast, crew, pricing, and specifications.

    title_slug
    string · required
    title_id
    string · required
  • Movie New Releases Listing

    act_blu_ray_com_movie_new_releases_listingread1 credit / call

    Returns recent Blu-ray movie releases with titles, cover images, and release dates.

  • Review Listing

    act_blu_ray_com_review_listingread1 credit / call

    Returns recent Blu-ray reviews with ratings, reviewer names, synopses, and title links.

Blu Ray API questions

Is there an API for Blu Ray?
Blu Ray does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for blu-ray.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 Blu Ray 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 blu-ray.com changes its markup, Anakin updates the action.
Do I need a Blu Ray account?
No. Every Blu Ray action listed here runs anonymously — no account and no credentials required.
What does the Blu Ray 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