Extrayez des données d'emploi structurées depuis l'API mobile d'Indeed. Titre, entreprise, lieu, salaire, avantages, description et URL de candidature. Récupération parallèle avec sessions proxy par worker. HTTP uniquement — ni Chrome, ni Playwright.
# Lancer une exécution via l'API Apify curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~indeed-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["software engineer"], "maxResultsPerQuery": 50 }' # Ou utiliser avec des agents IA via MCP : # https://mcp.apify.com?tools=santamaria-automations/indeed-scraper