Returns paginated news articles with optional filtering by publication, tag, date range, and keyword search.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Comma-separated publication slugs to filter by (e.g. nytimes,wsj)
Comma-separated tags to filter by (e.g. technology,business)
Case-insensitive keyword search across article title and summary. Tokens are split on whitespace and every token must appear in the title or summary (order-independent). Wildcards and operators are not supported — each token is matched literally.
200ISO 8601 date string. Only articles published after this date are returned. Defaults to 24 hours ago.
Page size (default 50, max 200)
1 <= x <= 200Pagination offset (default 0)
x >= 0