Search X/Twitter with advanced filters: keywords, users, hashtags, date ranges, engagement metrics, and media types. Returns full tweet data.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: twitterapi_io/advanced_search
curl -X POST https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "twitterapi_io/advanced_search",
"messages": [{"role": "user", "content": "Hello!"}]
}'