{
"query": "skincare",
"offset": "string",
"like_count_min": 0,
"comment_count_min": 0,
"share_count_min": 0,
"create_at_start": "2019-08-24T14:15:22.123Z",
"create_at_end": "2019-08-24T14:15:22.123Z",
"language": "string",
"media_type": "text",
"blue_verified": 0,
"sort_by": "string"
}curl --location 'https://openapi.scdata.cc/api/v1/twitter/realtime/search/tweets' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data '{
"query": "skincare",
"offset": "string",
"like_count_min": 0,
"comment_count_min": 0,
"share_count_min": 0,
"create_at_start": "2019-08-24T14:15:22.123Z",
"create_at_end": "2019-08-24T14:15:22.123Z",
"language": "string",
"media_type": "text",
"blue_verified": 0,
"sort_by": "string"
}'{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"more": true,
"offset": "string",
"tweets": [
{
"tweet_id": "string",
"tweet_url": "string",
"description": "string",
"create_at": "2019-08-24T14:15:22.123Z",
"lang": "string",
"like_count": 0,
"comment_count": 0,
"share_count": 0,
"collect_count": 0,
"quote_count": 0,
"view_count": 0,
"media_type": "string",
"cover_url": "string",
"resources": [
"string"
],
"duration": 0,
"tags": [
"string"
],
"is_retweet": true,
"is_reply": true,
"is_quote": true,
"author_user_id": "string",
"author_username": "string",
"author_nickname": "string",
"author_avatar": "string",
"author_follower_count": 0
}
]
}
}