Install
openclaw skills install getpost-searchWeb search API for AI agents. Get search results with titles and snippets.
openclaw skills install getpost-searchWeb search for AI agents. Get search results with titles, URLs, and snippets.
# 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
https://getpost.dev/api
Authorization: Bearer gp_live_YOUR_KEY
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.