Search Dataset Articles

Search for articles within a news dataset.

Contact your Account Executive for available datasets.

Response

Returns a list of search results with title, URL, snippet, and date.

Authentication

AuthorizationBearer
Bearer token authentication using API key

Path parameters

datasetstringOptional
The dataset to search. Contact your Account Executive for available datasets.

Headers

X-Organization-IDstringRequired

Query parameters

qstringRequired
Search query
limitintegerOptional1-100Defaults to 10

Maximum number of results to return (default: 10, max: 100)

authorstringOptional

Filter results by author/byline name. Used as an AND condition with q — returns only articles matching BOTH the query topic AND the specified author. For all articles by an author regardless of topic, use a broad query like q=* with author.

Response

Search completed successfully
datasetstring
The dataset that was searched
querystring
Original search query
resultslist of objects
List of search results
total_resultsinteger
Total number of results available
limitinteger
Maximum results requested
errorstring
Error message if search failed

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
503
Service Unavailable Error