Account search, profiles, posts, replies, and logged-out feed.
Account Search
ASYNCWRITENo auth
Returns accounts matching a keyword with usernames, profile IDs, names, and pictures.
ParametersFormJSON
Keyword to search Threads accounts and professionals
Maximum number of items to return per page
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_threads_com_account_search_results", "params": { "search_keyword": "startup", "first": "10" } }'