get_articles_by_keyword
Retrieve business and financial news articles by keyword. Filter results by page and limit for targeted content retrieval.
Instructions
Get Articles by Keyword name Example of internal request: Where keyword_name like 'Microsoft%'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | 20 results per page / starting with page 0 | |
| limit | Yes | Example value: 20 | |
| keywordName | Yes | Example value: Microsoft |