crewai-x402search
Natural language search across 14,000+ indexed API services for CrewAI agents.
Cost: $0.01 USDC per query via x402 protocol on Base mainnet — paid automatically, no API key required.
Installation
pip install crewai-x402search
Usage
from crewai import Agent, Task, Crew from crewai_x402search import X402SearchTool
search_tool = X402SearchTool()
agent = Agent( role="API Researcher", goal="Find the best APIs for a given capability", backstory="Expert at discovering and evaluating API services", tools=[search_tool], verbose=True, )
task = Task( description="Find APIs for real-time cryptocurrency whale alerts.", expected_output="A list of API services with endpoints and pricing.", agent=agent, )
crew = Crew(agents=[agent], tasks=[task]) result = crew.kickoff()
Best queries
| Query | Results |
|---|---|
| whale alerts | 10 |
| funding rates | 10 |
| token price | 10 |
| sentiment analysis | 7 |
| on-chain analytics | 8 |
Links
- Live API: https://x402search.xyz
- x402 protocol: https://x402.org
Release files for crewai-x402search 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| crewai_x402search-1.0.0.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| crewai_x402search-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.2 kB
Release files / crewai_x402search-1.0.0.tar.gz
| Download URL | crewai_x402search-1.0.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8e65311a61b8ec25127ab427ebef437ab740015d49d7ee868812ce4d34a5e64a
|
|
BLAKE2b-256 checksum How to use checksums |
49485e53f35a3316ebf932cac69fdb006fe2c96e46f9d76f7abdaa028119ee77
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / crewai_x402search-1.0.0-py3-none-any.whl
| Download URL | crewai_x402search-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
df33db8fefb8ee110e8585ec8e91f184089cc12ff1f3d336cf69273772ea4dcd
|
|
BLAKE2b-256 checksum How to use checksums |
a62991447c8fb358fadc2d70fa0b4eb927f7ce04467b5163340a15617ccfd07a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|