search
fun Users.search( query: String, page: Int? = null, count: Int? = null, includeEntities: Boolean? = null, vararg options: Option): JsonArrayApiAction<User>
Content copied to clipboard
Provides a simple, relevance-based search interface to public user accounts on Twitter. Try querying by topical interest, full name, company name, location, or other criteria. Exact match searches are not supported. Only the first 1,000 matching results are available.
Receiver
Users endpoint instance.
Return
JsonArrayApiAction for User model.
Parameters
query
The search query to run against people search.
page
Specifies the page of results to retrieve.
count
The number of potential user results to retrieve per page. This value has a maximum of 20.
include Entities
The entities node will not be included in embedded Tweet objects when set to false .
options
Optional. Custom parameters of this request.