工具 API

tweets.search.recent.list

Retrieves Posts from the last 7 days matching a search query.

socialOAuth1 积分

调用信息

工具标识
twitter.tweets.search.recent.list
服务提供方
Twitter / X
平均响应
2276 ms
近 7 天调用
1

输入参数

query必填

string

start_time

string

end_time

string

since_id

Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

until_id

Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

max_results

integer

next_token

A base36 pagination token.

pagination_token

A base36 pagination token.

sort_order

string

tweet.fields

The fields available for a Tweet object.

expansions

The list of fields you can expand for a [Tweet](#Tweet) object. If the field has an ID, it can be expanded into a full object.

media.fields

The fields available for a Media object.

poll.fields

The fields available for a Poll object.

user.fields

The fields available for a User object.

place.fields

The fields available for a Place object.