You can create a dataset using the Google News API. Rubiscape fetches data from websites using Google News API based on the search string and time interval provided by you.
To create a Google News dataset, follow the steps given below.
Click Create.
The Google News dataset is created and is ready to use in the application.
The table given below explains the Features of Google News Dataset.
Field | Description | Remark |
author | The name of the entity (person or website) who has published the article. | — |
description | The text of the article. | — |
publishedAt | The date and time when the article was published. | The time is displayed in in UTC time zone. Example: 2021-02-15T04:00:00Z, 2021-02-15T03:08:00Z, and so on. |
source | The search string entered by you. | — |
title | The title of the article. | — |
url | The URL of the article. | — |
urlToImage | The URL of the main image displayed with the article. | — |
news_source | The name of portal where the article is published. | — |
wordcount | The number of words in the Title. | — |
monthString | The month and year extracted from publishedAt field. | Example: Feb 2021, Oct 2020, and so on. |
month | The numerical form of the month extracted from the publishedAt field. | The values can be 1 to 12. |
year | The year of the publishedAt date. | Example: 2021, 2020, an so on. |
|