Reuters news
Collects news articles from Reuters using the article URL, including the headline, content, publication date, and author details.
Prompt Examples:
Reuters New's Dictionary
Column Name
Description
Data Type
id
Unique identifier for the news article
Text
url
The web address where the article is published
URL
author
The name of the journalist or contributor who wrote the article
Text
headline
The main title of the article
Text
topics
Categorized subjects or themes covered in the article
Array
publication_date
The date when the article was published
Date
updated_last
Timestamp indicating the most recent update to the article
Date
description
Brief summary or description of the article
Text
content
The full text of the article
Text
videos
Any embedded videos related to the article
Array
├── video_description
Description of the video
Text
├── video_url
URL of the video
URL
images
Any images included in the article
Array
├── image_url
URL of the image
URL
├── image_description
Description of the image
Text
related_articles
Links to other articles that are relevant to the topic
Array
├── article_title
Title of the related article
Text
├── article_url
URL of the related article
URL
keyword
The original search keywords
Text
Last updated
Was this helpful?