
Mon compte formation scraper
Deprecated
Pricing
$25.00/month + usage

Mon compte formation scraper
Deprecated
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
0.0 (0)
Pricing
$25.00/month + usage
1
Total users
3
Monthly users
1
Runs succeeded
>99%
Last modified
3 months ago
You can access the Mon compte formation scraper programmatically from your own 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.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = { "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" }9
10# Run the Actor and wait for it to finish11run = client.actor("saswave/mon-compte-formation-scraper").call(run_input=run_input)12
13# Fetch and print Actor results from the run's dataset (if there are any)14print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])15for item in client.dataset(run["defaultDatasetId"]).iterate_items():16 print(item)17
18# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start
Mon compte formation scraper API in Python
The Apify API client for Python is the official library that allows you to use Mon compte formation scraper API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-client
Other API clients include: