BBC news

Collects articles from BBC News using the article URL, including the headline, content, publication date, and author information

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

Topics covered in the article

Array

publication_date

The date when the article was published

Date

content

The full text of the article

Text

videos

Any embedded videos related to the article

Array

├── video_description

Description of the video

Text

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?