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.
Navigate to Bodacc Profile
Go to a Bodacc ad profile on the Bodacc website.
Copy URL
Copy the URL from your browser’s address bar.
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 .
The URL of the Bodacc profile to extract data from.
Parameters
Checks for duplicate data to fetch and save only new data.
Output Fields
The extracted data includes the following fields:
The advertisement number.
The address associated with the profile.
Details of the administration.
The date when the ad was announced.
The URL of the Bodacc ad.
The date associated with the profile.
The denomination of the entity.
The activity of the establishment.
The origin of the establishment.
The type of establishment.
An external link related to the profile.
The first name of the individual associated with the profile.
The headquarters information.
The last name of the individual associated with the profile.
The link to the PDF document.
The date when the ad was published.
The starting date of the activity.
The status of the entity.
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"
}