- Step1: Install via pip: pip install ai-web-scraper
- Step2: Set your OpenAI API key: export OPENAI_API_KEY=your_key
- Step3: Run the CLI: ai-web-scraper https://example.com --prompt "Extract product info"
- Step4: View the JSON output with structured fields
- Step5: Integrate the library in Python: from ai_web_scraper import scrape; data = scrape(url, prompt)