- Python 3.11+
git clone https://github.com/ThomasJanssen-tech/Playwright-Tutorial
cd Playwright-Tutorial
python -m venv venv
venv\Scripts\Activate
(or on Mac): source venv/bin/activate
pip install -r requirements.txt
- Rename the .env.example file to .env
- Get your free AgentQL API Key: https://www.agentql.com/?utm_source=YouTube&utm_medium=Creators&utm_id=Janssen_102024
- Add your AgentQL API key
-
Open a terminal in VS Code
-
Execute the following command:
python playwright_scraping_indeed.py
python scraping_with_agentql.py
python patchright_scraping_indeed.py