agentql
AgentQL is a suite of tools for connecting your AI to the web. Featuring a query language and Playwright integrations for interacting with elements and extracting data quickly, precisely, and at scale. Includes REST API, Python and JavaScript SDKs, browser debugger.
File Explorer
Download Latest Version (.zip)- .pre-commit-config-template.yaml
- js-precommit.yml
- python-precommit.yml
- secrets-scanner.yml
- vuln-scanner-pr.yml
- CODEOWNERS
- template.js
- README.md
- template_async.py
- template_sync.py
- extensions.json
- launch.json
- settings.json
- main.ipynb
- main.ipynb
- main.ipynb
- main.ipynb
- main.ipynb
- main.ipynb
- main.ipynb
- main.ipynb
- main.ipynb
- main.ipynb
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- products_data.csv
- README.md
- main.js
- README.md
- main.js
- map_data.csv
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- main.js
- README.md
- .eslintrc.js
- .prettierignore
- .prettierrc.js
- package-lock.json
- package.json
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- async_main.py
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- map_data.csv
- README.md
- main.py
- main_sync.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.ipynb
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- main.py
- README.md
- .pylintrc
- poetry.lock
- poetry.toml
- pyproject.toml
- examples.md
- .editorconfig
- .gitignore
- .semgrepignore
- .tags.json
- .yamllint
- golden-images.yaml
- LICENSE
- Makefile
- osv-scanner.toml
- README.md
π Installation Guide
git clone https://github.com/tinyfish-io/agentql
Downloads the entire project code from GitHub to your computer.
cd agentql
Moves into the project folder you just downloaded.
2. Node.js
Easy Recommendedcd examples/js
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
3. Python
Easypip install .
Installs the package published on PyPI directly β no need to clone the source.
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
