Mon compte formation scraper
2 hours trial then $25.00/month - No credit card required now
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsMon compte formation scraper
2 hours trial then $25.00/month - No credit card required now
moncompteformation.gouv.fr scraper. Récupérer et extraire les informations des entreprises de formation dans une recherche sur le site Mon Compte Formation Gouv FR. Information trouvé: prix, nom entreprise, raison social, siret siren, emails, telephones, site internet et plus encore
You can access the Mon compte formation scraper programmatically from your own JavaScript applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1import { ApifyClient } from 'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client = new ApifyClient({
6 token: '<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input = {
11 "url": "https://www.moncompteformation.gouv.fr/espace-prive/html/#/formation/recherche/modalite/localite/resultats?q=%7B%22ou%22:%7B%22modality%22:%22EN_CENTRE_MIXTE%22,%22type%22:%22CP%22,%22ville%22:%7B%22nom%22:%22AJACCIO%22,%22codePostal%22:%2220167%22,%22codeInsee%22:%222A004%22,%22coordonnee%22:%7B%22longitude%22:8.700937555,%22latitude%22:41.934723456%7D,%22eligibleCpf%22:true%7D%7D,%22debutPagination%22:1,%22nombreOccurences%22:6,%22quoiReferentiel%22:%7B%22code%22:%22CPF206%22,%22libelle%22:%22PERMIS%20B%22,%22publics%22:%5B%22GD_PUBLIC%22%5D,%22type%22:%22CERTIFICATION%22%7D,%22quoi%22:null,%22certifications%22:null,%22contexteFormation%22:%22ACTIVITE_PROFESSIONNELLE%22,%22distance%22:50000,%22nomOrganisme%22:null,%22conformiteReglementaire%22:null,%22endDate%22:null,%22startDate%22:null,%22evaluation%22:null,%22niveauSortie%22:null,%22prix%22:null,%22rythme%22:null,%22onlyWithAbondementsEligibles%22:false,%22durationHours%22:null%7D"
12};
13
14// Run the Actor and wait for it to finish
15const run = await client.actor("saswave/mon-compte-formation-scraper").call(input);
16
17// Fetch and print Actor results from the run's dataset (if any)
18console.log('Results from dataset');
19console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
20const { items } = await client.dataset(run.defaultDatasetId).listItems();
21items.forEach((item) => {
22 console.dir(item);
23});
24
25// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs
Mon compte formation scraper API in JavaScript
The Apify API client for JavaScript is the official library that allows you to use Mon compte formation scraper API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.
Install the apify-client
npm install apify-client
Other API clients include:
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Oct 2024
Modified a month ago