Currents API integration (Data, Social). Imported from open-connector.
https://api.currentsapi.services/v2/latest-news
| Param | Type | Required | Description |
|---|---|---|---|
| language | string | optional | Comma-separated language codes used to filter the latest news feed. |
| country | string | optional | Comma-separated region codes used to filter the latest news feed. |
| category | string | optional | Comma-separated category values used to filter the latest news feed. |
| type | string | optional | Article type filter forwarded to Currents. |
| domain | string | optional | Comma-separated domains to include in the latest news feed. |
| domain_not | string | optional | Comma-separated domains to exclude from the latest news feed. |
| page_number | integer | optional | One-based page number to request from Currents. |
| page_size | integer | optional | Maximum number of news articles to request from Currents. |
/v2/search
| Param | Type | Required | Description |
|---|---|---|---|
| keywords | string | optional | Keyword query forwarded to Currents search. |
| language | string | optional | Comma-separated language codes used to filter search. |
| country | string | optional | Comma-separated region codes used to filter search. |
| category | string | optional | Comma-separated category values used to filter search. |
| start_date | string | optional | UTC timestamp filter in ISO 8601 format, such as 2026-04-29T00:00:00Z. |
| end_date | string | optional | UTC timestamp filter in ISO 8601 format, such as 2026-04-29T00:00:00Z. |
| type | string | optional | Article type filter forwarded to Currents search. |
| domain | string | optional | Comma-separated domains to include in the search results. |
| domain_not | string | optional | Comma-separated domains to exclude from the search results. |
| author | string | optional | Comma-separated author names used to filter search. |
| page_number | integer | optional | One-based page number to request from Currents. |
| page_size | integer | optional | Maximum number of news articles to request from Currents search. |
| cursor | string | optional | Cursor token returned by Currents for deep pagination. |
/v2/available/languages
/v2/available/regions
/v2/available/categories