Search
Search Top
Description
This endpoint retrieves the top results for a given query, making it ideal for finding the most popular tweets related to a specific keyword or topic.
Endpoint
GET api/v1/realtime/social/twitter/v1/search/top?query={{keyword}}
Parameters
query
Yes
Query Param
String | The search term used to find X (Twitter) users.
Limitation
Results per Request
<20 results
Total Results
~370 results
Search Latest
Description
Retrieves the most recent results for given keywords or advanced queries without limits.
Endpoint
GET api/v1/realtime/social/twitter/v1/search/latest?query={{keyword}}
Parameters
query
Yes
Query Param
String | The search term used to find X (Twitter) users.
Limitation
Results per Request
<20 results
Total Results
No Limit
Search Photos
Description
Retrieves photos related to a given query. This endpoint is useful when you want to discover photos related to a certain keyword or topic.
Endpont
GET api/v1/realtime/social/twitter/v1/search/photos?query={{keyword}}
Parameters
query
Yes
Query Param
String | The search term used to find X (Twitter) users.
Limitation
Results per Request
<20 results
Total Results
~400
Search Videos
Description
Retrieves videos related to a given query. This endpoint is useful when you want to find videos related to a certain keyword or topic.
Endpoint
GET api/v1/realtime/social/twitter/v1/search/latest?videos={{keyword}}
Parameters
query
Yes
Query Param
String | The search term used to find X (Twitter) users.
Limitation
Results per Request
<20 results
Total Results
~400
Search People
Description
Retrieves profiles related to a given query. This endpoint is helpful when you want to find users related to a certain name, keyword or topic.
Endpoint
GET api/v1/realtime/social/twitter/v1/search/latest?people={{keyword}}
Parameters
query
Yes
Query Param
String | The search term used to find X (Twitter) users.
Limitation
Results per Request
<20 results
Total Results
~1000
Last updated