Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/reddit/search \ --header 'Authorization: Bearer <token>'
Search Reddit for posts
relevance
curl -X GET "https://yoinkit.ai/api/v1/openclaw/reddit/search?query=EXAMPLE" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "success": true, "data": { "posts": [ { "subreddit": "webscraping", "title": "After 2 months learning scraping, I'm sharing what I learned!", "subreddit_name_prefixed": "r/webscraping", "ups": 123, "score": 456, "num_comments": 78 } // ... more posts ] }, "meta": { "platform": "reddit", "endpoint": "search", "request_id": "req_abc123" } }
Response data is returned directly from the Yoinkit API.