Skip to main content
To extract data from a public Bodacc advertisement, follow the steps below. This action allows you to retrieve detailed information from a Bodacc profile URL.
1

Navigate to Bodacc Profile

Go to a Bodacc ad profile on the Bodacc website.
2

Copy URL

Copy the URL from your browser’s address bar.
3

Paste URL

Paste the URL into the provided input field.
A typical Bodacc profile URL looks like this: https://www.bodacc.fr/annonce/detail-annonce/B/20200125/693.

Inputs

bodacc_profile_url
string
required
The URL of the Bodacc profile to extract data from.

Parameters

checkDuplicate
boolean
default:true
Checks for duplicate data to fetch and save only new data.

Output Fields

The extracted data includes the following fields:
Below is the JSON schema for the output fields:
{
  "ad_number": "string",
  "address": "string",
  "administration": "string",
  "announced_at": "string",
  "bodacc_ad_url": "string",
  "capital": "string",
  "commercial_name": "string",
  "date": "string",
  "denomination": "string",
  "establishment_activity": "string",
  "establishment_origin": "string",
  "establishment_type": "string",
  "external_link": "string",
  "first_name": "string",
  "headquarters": "string",
  "infogreffe_url": "string",
  "last_name": "string",
  "pdf_link": "string",
  "published_date": "string",
  "rcs": "string",
  "starting_activity_date": "string",
  "status": "string"
}