Skip to main content
To extract advertisement results from a Bodacc.fr search, follow the steps below to ensure you generate a valid search URL and configure the API parameters effectively.
1

Navigate to Bodacc.fr

Go to https://www.bodacc.fr/annonce/liste. Use the filters to refine your search, such as selecting a category to find newly created companies.
2

Execute the Search

Click the Lancer la recherche button to perform the search.
3

Generate a Valid URL

Click on the second page of the search results. This action generates a new URL with parameters that can be used for the API.
4

Copy the New URL

Copy the newly generated URL, which includes the necessary parameters for the API.

Inputs

bodacc_search_url
string
required
The URL generated from a Bodacc.fr search, including necessary parameters.

Parameters

max_results
number
default:500
The maximum number of results per input to iterate for each search, with a system limit of 500.
max_days
number
default:0
Specifies the maximum number of days from which data will be extracted. If set to 0, this setting is disabled.

Output Fields

The API returns the following fields:
Below is the JSON schema for the output fields:
{
  "announced_at": "string",
  "bodacc_ad_url": "string",
  "category": "string",
  "department": "string",
  "name": "string",
  "published_date": "string",
  "rcs": "string",
  "ref": "string"
}