What problem does it solve?
Applications often need to fetch current information from the web to power decision-making, research, and content discovery.
Core Features & Use Cases
- Real-time web searching: query the open web and retrieve fresh results.
- Structured results: each item includes url, name, snippet, host_name, rank, date, and favicon for easy consumption by downstream apps.
- Use cases: build search features, monitor topics, conduct rapid research, and aggregate news from multiple sources.
Quick Start
Run a simple search using the backend SDK or CLI. For example, search for "artificial intelligence" using the z-ai-web-dev-sdk backend or the CLI command: z-ai function -n web_search -a '{"query":"artificial intelligence"}'. See {project_path}/skills/web-search/scripts/web_search.ts for a quick in-repo example.