search

fun Users.search(    query: String,     page: Int? = null,     count: Int? = null,     includeEntities: Boolean? = null,     vararg options: Option): JsonArrayApiAction<User>

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.

Twitter API reference

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.

includeEntities

The entities node will not be included in embedded Tweet objects when set to false .

options

Optional. Custom parameters of this request.