Government Legal
HATVP (France) logo

HATVP (France) API

hatvp.fr

French transparency authority - declarations register, lobbyist repertoire, and statistics.

Actions
7
Category
Government Legal
Login
Not required
Output
JSON

Call the HATVP (France) API

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

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_hatvp_fr_declaration_profile_detail",
    "params": {
      "declarant": "amiel-david"
    }
  }'

7 actions on hatvp.fr

Read

  • Declaration Profile Details

    act_hatvp_fr_declaration_profile_detailread1 credit / call

    Returns a public official's declaration profile: roles, interests, patrimoine, and mandates.

    declarant
    string · required
  • Declarations Search Page

    act_hatvp_fr_declarations_search_pageread1 credit / call

    Returns declaration search filter options: document types, mandate, region, and export links.

  • Declarations Search Results

    act_hatvp_fr_declarations_search_resultsread2 credits / call

    Returns declaration search results with declarant names, slugs, and document links.

    document
    string · required
    mandat
    string · required
    region
    string · required
    dep
    string · required
  • Lobbyist Register Hub

    act_hatvp_fr_lobbyist_register_hubread1 credit / call

    Returns recently registered lobbying organisations with names, IDs, and inscription dates.

  • Lobbyist Register Listing

    act_hatvp_fr_lobbyist_register_listingread2 credits / call

    Returns registered lobbying entities by alphabetical filter or search query.

    alpha_filter
    string
    search_query
    string
  • Lobbyist Statistics Dashboard

    act_hatvp_fr_lobbyist_statistics_dashboardread1 credit / call

    Returns the lobbying statistics dashboard with chart titles and dataset references.

  • Registrations By Year Statistics

    act_hatvp_fr_statistics_registrations_by_yearread2 credits / call

    Returns lobbying register statistics by chart, such as new registrations per year.

    card
    string · required

HATVP (France) API questions

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

All Government Legal sites