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.
키워드로 사용자를 검색합니다
/2/users/search
curl "https://api.x.com/2/users/search?\ query=python%20developer&\ user.fields=description,verified,public_metrics" \ -H "Authorization: Bearer $BEARER_TOKEN"
{ "data": [ { "id": "1234567890", "name": "Python Developer", "username": "pythondev", "description": "Building cool things with Python", "verified": false, "public_metrics": { "followers_count": 5000, "following_count": 200, "tweet_count": 1500 } } ], "meta": { "result_count": 1 } }