Reuters API
1 day trial then $19.00/month - No credit card required now
Reuters API
1 day trial then $19.00/month - No credit card required now
Easily integrate trusted Reuters content into your systems with our fast and reliable Reuters News API. Stay informed with real-time news updates delivered directly to your workflow.
Documentation
Overview
This project provides multiple API endpoints. You can select any of the available endpoints from the list labeled 'Reuters Endpoint Type'. Each endpoint comes with custom input requirements, which are detailed below.
Please note: Apify does not support declaring custom tabs for each endpoint, so you'll need to select an endpoint from the list and fill in the required parameters for that specific endpoint.
Parameters are only required for certain endpoints, as specified in the description of each.
General Input Description
category
: Reuters category ID (required for certain endpoints).author
: Reuters author ID (required for certain endpoints).keywordName
: Search keyword.date
(format: YYYY-MM-DD): Date for which you want the news articles.fromDate
(format: YYYY-MM-DD): Start date for the date range.toDate
(format: YYYY-MM-DD): End date for the date range.page
: Pagination starting from 0.limit
: Maximum value is 20 (used for pagination).
News Section Endpoints
1. Get All Categories
- No parameters required.
2. Get All Subcategories
- No parameters required.
3. Get Article by Date
date
: Required.page
: Required.limit
: Required.
4. Get Articles by Date Range
fromDate
: Required.toDate
: Required.page
: Required.limit
: Required.
5. Get Article by Category ID and Date
category
: Required.date
: Required.page
: Required.limit
: Required.
6. Get Articles by Category ID and Date Range
category
: Required.fromDate
: Required.toDate
: Required.page
: Required.limit
: Required.
7. Get Trending News Articles
date
: Required.page
: Required.limit
: Required.
8. Get Articles by Date and Author ID
author
: Required.date
: Required.page
: Required.limit
: Required.
9. Get All Authors
- No parameters required.
10. Get All Tags
- No parameters required.
11. Search Keywords by Name
keywordName
: Required.
12. Get All Keywords
- No parameters required.
Market Section Endpoints
1. Get All Market Assets
- No parameters required.
2. Get All Market Categories
- No parameters required.
3. Get Rics Data by Asset ID and Category ID
marketAssetId
: Required.marketCategoryId
: Required.
4. Get Markets Rics by Asset ID and Category ID
marketAssetId
: Required.marketCategoryId
: Required.
Notes:
-
Ensure that you input the parameters in the correct format, especially for dates.
-
Paginated results are limited to 20 items per request, with pagination starting from 0.
-
Use the appropriate ID fields (e.g.,
category
,author
, etc.) for the specific endpoints that require them. -
Paginated results are limited to 20 items per request, with pagination starting from 0.
-
Use the appropriate ID fields (e.g.,
category
,author
, etc.) for the specific endpoints that require them.
- 4 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Jul 2024
- Modified about 2 months ago