- Étape 1 : Installation via pip : pip install ai-web-scraper
- Étape 2 : Définissez votre clé API OpenAI : export OPENAI_API_KEY=votre_clé
- Étape 3 : Exécutez la CLI : ai-web-scraper https://exemple.com --prompt "Extraire info produit"
- Étape 4 : Affichez la sortie JSON avec des champs structurés
- Étape 5 : Intégrez la bibliothèque en Python : from ai_web_scraper import scrape; data = scrape(url, prompt)