Skip to main content
POST
JavaScript
1 Credit Per 10 Results

Body

application/json
searchBy
object
required

What to search for.

filterBy
object

Optional result filters.

sortBy
object

Result ordering. Defaults to newest.

limit
integer
default:10

Maximum results to return. Defaults to 10.

Required range: 1 <= x <= 100
cursor
string | null

Opaque next_cursor from the previous response, or null for the first page.

Maximum string length: 300
tags
string[]

Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

Maximum array length: 20
Required string length: 1 - 50
Example:

Response

Company news results

data
object[]
required

Articles matching the search, in the requested order.

has_more
boolean
required

True when more results are available beyond this page.

next_cursor
string | null
required

Pass as cursor in the next request to fetch the following page. Null when there are no more results.

meta
object
required

Summary information about this response.

key_metadata
object

Metadata about the API key used for the request. Included in every response whenever a valid API key is provided, even when the response status is not 200.