Get Search By Queries

The Get Search By Queries API allows you to easily fetch the token listed in Klarda

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Definition

This endpoint allows users to retrieve search results based on specified queries, focusing specifically on news content. Users can paginate through the results and limit the number of entries returned per page using the provided query parameters.

Query Parameters

For guidance on how to leverage this method, check out the following tutorials:

  1. q (string): The search query term.
  2. type (string): Specifies the type of content to search for. Currently, only 'news' is supported.
  3. page (int): The page number for paginated results. Default value is 1.
  4. limit (int): The maximum number of records to return per page. Default value is 10.

Response

The response will include a JSON object containing search results based on the specified query and type. Each entry will typically include details such as the title, description, and other article's relevant information.

Query Params
string
required
string
required
Defaults to news

String - Choose one of the following options: news, token, protocol or signal.

int32
Defaults to 1

Int - Defines the page number of the results to be retrieved from a paginated dataset. Default to 1.

int32
Defaults to 10

Int - Defines the maximum number of items to be returned per page in a paginated dataset. Default to 10.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json