Search Dataset Articles
Search for articles within a news dataset.
Uses Google Search constrained to the dataset's domain to find relevant articles.
## Supported Datasets
- **nytimes**: New York Times (nytimes.com)
- **washpost**: Washington Post (washingtonpost.com)
- **sfstandard**: SF Standard (sfstandard.com)
## Response
Returns a list of search results with title, URL, snippet, and date.
Path parameters
dataset
The news dataset to search. Supported: nytimes, washpost, sfstandard
Allowed values:
Headers
Authorization
Captain API key for authentication
X-Organization-ID
Organization UUID
Query parameters
q
Search query
limit
Maximum number of results to return (default: 10, max: 100)
Response
Search completed successfully
dataset
The dataset that was searched
Allowed values:
query
Original search query
results
List of search results
total_results
Total number of results available
limit
Maximum results requested
error
Error message if search failed