{"skill":{"slug":"desearch-web-search","displayName":"Web Search by Desearch","summary":"Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and informa...","description":"---\nname: desearch-web-search\ndescription: Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and information from across the internet.\nmetadata: {\"clawdbot\":{\"emoji\":\"🌐\",\"homepage\":\"https://desearch.ai\",\"requires\":{\"env\":[\"DESEARCH_API_KEY\"]}}}\n---\n\n# Web Search By Desearch\n\nReal-time web search returning structured SERP-style results with titles, links, and snippets.\n\n## Quick Start\n\n1. Get an API key from https://console.desearch.ai\n2. Set environment variable: `export DESEARCH_API_KEY='your-key-here'`\n\n## Usage\n\n```bash\n# Basic web search\ndesearch.py web \"quantum computing\"\n\n# Paginated results\ndesearch.py web \"quantum computing\" --start 10\n```\n\n## Options\n\n| Option | Description |\n|--------|-------------|\n| `--start` | Pagination offset (default: 0). Use to get the next page of results. |\n\n## Response\n\n### Example\n```bash\ndesearch.py web \"best sights in Georgia\"\n```\n\n```json\n{\n  \"data\": [\n    {\n      \"title\": \"Cool places and fun things to do in Georgia ? : r/solotravel\",\n      \"snippet\": \"I was in Georgia earlier this month. My favorite place was Mtirala National Park in Adjara. The mountains and forest were absolutely beautiful ...\",\n      \"link\": \"https://www.reddit.com/r/solotravel/comments/py4wls/cool_places_and_fun_things_to_do_in_georgia/\",\n    },\n  ]\n}\n```\n\n### Notes\n- Returns up to 10 results per page. Use `--start` to paginate.\n\n### Errors\nStatus 401, Unauthorized (e.g., missing/invalid API key)\n```json\n{\n  \"detail\": \"Invalid or missing API key\"\n}\n```\n\nStatus 402, Payment Required (e.g., balance depleted)\n```json\n{\n  \"detail\": \"Insufficient balance, please add funds to your account to continue using the service.\"\n}\n```\n\n## Resources\n- [API Reference](https://desearch.ai/docs/api-reference/get-web)\n- [Desearch Console](https://console.desearch.ai)","tags":{"latest":"1.0.1"},"stats":{"comments":0,"downloads":16802,"installsAllTime":251,"installsCurrent":251,"stars":5,"versions":2},"createdAt":1771408730250,"updatedAt":1778491574637},"latestVersion":{"version":"1.0.1","createdAt":1771578642605,"changelog":"- Improved documentation with a new \"Quick Start\" section and example command usage.\n- Added example API response and error messages for easier troubleshooting.\n- Clarified pagination with details on number of results per page and usage of --start option.\n- Updated resource links for API reference and console.\n- Minor reformatting for clarity and consistency.","license":null},"metadata":{"setup":[{"key":"DESEARCH_API_KEY","required":true}],"os":null,"systems":null},"owner":{"handle":"okradze","userId":"s17cf7f8b2e912j4jwsdpzbbms885e5t","displayName":"okradze","image":"https://avatars.githubusercontent.com/u/22216909?v=4"},"moderation":null}