Search

Search Popular

Description

This endpoint retrieves the most popular results for a given query (formerly Top endpoint).

Endpoint

GET api/v1/realtime/social/twitter/v1/search/popular?query={{keyword}}

Parameters

Param
Required
Param Type
Description

query

Yes

Query Param

String | The keyword or phrase you wish to search

cursor

No

Query Param

This optional parameter points to the starting point of your search. If this is your first request, this parameter can be omitted. In subsequent requests, use the cursor returned by the previous request to paginate through results.

Limitation

Subject
Value

Results per Request

<20 results

Total Results

~370 results

chevron-rightExample Requesthashtag
curl -X GET 'https://api.webit.live/api/v1/realtime/social/twitter/v1/search/popular?query=elon musk' \
--header 'Authorization: Basic <credential string>'
chevron-rightExample Responsehashtag

Search Recent

Description

This endpoint retrieves the most recent results for given keywords or advanced queries (formerly Latest endpoint).

Endpoint

GET api/v1/realtime/social/twitter/v1/search/recent?query={{keyword}}

Parameters

Param
Required
Param Type
Description

query

Yes

Query Param

String | The keyword or phrase you wish to search

cursor

No

Query Param

This optional parameter points to the starting point of your search. If this is your first request, this parameter can be omitted. In subsequent requests, use the cursor returned by the previous request to paginate through results.

Limitation

Subject
Value

Results per Request

<20 results

Total Results

No Limit

chevron-rightExample Requesthashtag
chevron-rightExample Responsehashtag

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

Param
Required
Param Type
Description

query

Yes

Query Param

String | The keyword or phrase you wish to search

cursor

No

Query Param

This optional parameter points to the starting point of your search. If this is your first request, this parameter can be omitted. In subsequent requests, use the cursor returned by the previous request to paginate through results.

Limitation

Subject
Value

Results per Request

<20 results

Total Results

~1000

chevron-rightExample Requesthashtag
chevron-rightExample Responsehashtag

Last updated