CrewAI tool for x402search — natural language search across 14,000+ indexed API services
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crewai_x402search-1.0.0.tar.gz.
File metadata
- Download URL: crewai_x402search-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e65311a61b8ec25127ab427ebef437ab740015d49d7ee868812ce4d34a5e64a
|
|
| MD5 |
07ab8acbe43b5f5e2b0ad847473b9c61
|
|
| BLAKE2b-256 |
49485e53f35a3316ebf932cac69fdb006fe2c96e46f9d76f7abdaa028119ee77
|
File details
Details for the file crewai_x402search-1.0.0-py3-none-any.whl.
File metadata
- Download URL: crewai_x402search-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df33db8fefb8ee110e8585ec8e91f184089cc12ff1f3d336cf69273772ea4dcd
|
|
| MD5 |
ea6f69e422248fe594b6195e61aad40b
|
|
| BLAKE2b-256 |
a62991447c8fb358fadc2d70fa0b4eb927f7ce04467b5163340a15617ccfd07a
|