BRICS News Scraper avatar

BRICS News Scraper

Pricing

from $6.00 / 1,000 results

Go to Apify Store
BRICS News Scraper

BRICS News Scraper

This scraper extracts BRICS news articles using a pay-per-event pricing model. Each execution (event) collects the latest BRICS-related news.

Pricing

from $6.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

🌍 BRICS News Scraper

Want BRICS-related headlines without digging through TV BRICS by hand? This scraper makes it easy.

Optionally filter by country and category (same options as on the site), set how many articles you want (up to 200), and get titles, dates, categories, related countries, and full article text as CSV or JSON.

πŸ’‘ Perfect for…

  • Policy & geopolitics watchers: Follow BRICS coverage across member and partner countries in one dataset.
  • Researchers & analysts: Build timelines of politics, economy, education, and technology stories.
  • Content & news teams: Pull structured BRICS news for digests, alerts, or archives.
  • πŸ“š RAG & AI workflows: Feed title + content into assistants that need citeable BRICS reporting.

✨ Why you'll love this scraper

  • 🎯 Country & category filters: Match the TV BRICS UI (China, India, BRICS bloc, Economy, Society, …).
  • 🌐 Multi-country coverage: Articles often tag multiple BRICS and partner countries in one field.
  • πŸ“° Full article text: Goes beyond headlines to capture the main body content.
  • ⚑ Fast pagination: Loads listing pages in batches and fetches article bodies concurrently.
  • πŸ” Automatic listing depth: Keeps loading until it reaches your requested article count (up to 200).

πŸ“¦ What's inside the data?

For every article you get:

FieldDescription
titleArticle headline
datePublication date and time
linkFull URL to the article
contentFull article text
categoryNews category (e.g. Politics, Economy)
countriesRelated countries (comma-separated when several apply)

πŸš€ Quick start

  1. Open the actor on Apify.
  2. Optionally pick a country and/or category.
  3. Set number_of_articles (1–200; default 50).
  4. Click Start and export CSV, Excel, or JSON when done.

πŸ“₯ Inputs

ParameterTypeRequiredDescription
countrystringNobrics, china, india, russia, … or empty for all
categorystringNoeconomy, society, culture, … or empty for all
number_of_articlesintegerYesHow many articles to collect (1–200, default 50)

Example (filters):

{
"country": "china",
"category": "economy",
"number_of_articles": 50
}

Example (latest overall):

{
"number_of_articles": 50
}

πŸ“€ Output example

{
"title": "Ethiopia and China expand vocational training partnership",
"date": "2025-07-09 19:00:00",
"link": "https://tvbrics.com/en/news/ethiopia-and-china-expand-vocational-training-partnership/",
"content": "Ethiopia is accelerating its efforts to build a skilled technical workforce…",
"category": "Education",
"countries": "China, Ethiopia"
}