🔍 Distributed Search

Last Updated:

🚀 Google Search Interface

Submit a search query using standard Google parameters. All parameters map directly to Google Search URL structure.

API Example

curl -X POST https://agent-api/search/google \
-H "Content-Type: application/json" \
-d '{
"query": "apple inc",
"limit": 10,
"region": "us",
"locale": "en-US",
"urlParameters": {
"tbs": "qdr:m",
"tbm": "",
"nfpr": "0"
}
}'

📊 Search Progress

🎯 Search Results

📜 Activity Log

Ready for Google search...