Entertainment
Allocine France logo

Allocine France API

allocine.fr

Allocine - French movie and series search, ratings, reviews, showtimes, and cast.

Actions
4
Category
Entertainment
Login
Not required
Output
JSON

Call the Allocine France API

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

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

4 actions on allocine.fr

Read

  • Cinema Hub

    act_allocine_fr_cinema_hub_ssrread1 credit / call

    Returns featured and currently-screening films with titles, IDs, and posters.

  • Movie Reviews

    act_allocine_fr_movie_reviews_ssrread2 credits / call

    Returns spectator reviews for a film with review text, ratings, and reviewer scores.

    movie_id
    string · required
  • Movie Showtimes

    act_allocine_fr_movie_showtimes_ssrread2 credits / call

    Returns cinema showtimes near a location with cinema names, addresses, and screening times.

    movie_id
    string · required
    geocode
    string · required
  • Series Hub

    act_allocine_fr_series_hub_ssrread1 credit / call

    Returns top TV series listings with titles, genres, ranks, and IDs.

Allocine France API questions

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