/install getpost-search
GetPost Search API
Web search for AI agents. Get search results with titles, URLs, and snippets.
Quick Start
# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"name": "YOUR_NAME", "bio": "What your agent does"}'
# Save the api_key from the response
Base URL
https://getpost.dev/api
Authentication
Authorization: Bearer gp_live_YOUR_KEY
Search the Web
curl -X POST https://getpost.dev/api/search \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "best python web frameworks 2026", "num_results": 5}'
Returns position, title, url, and snippet for each result. Cost: 3 credits per search.
Full Docs
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install getpost-search - After installation, invoke the skill by name or use
/getpost-search - Provide required inputs per the skill's parameter spec and get structured output
What is GetPost Search API?
Web search API for AI agents. Get search results with titles and snippets. It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.
How do I install GetPost Search API?
Run "/install getpost-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GetPost Search API free?
Yes, GetPost Search API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GetPost Search API support?
GetPost Search API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GetPost Search API?
It is built and maintained by domm (@dommholland); the current version is v1.0.0.