BRICS News Scraper
Pricing
from $6.00 / 1,000 results
Go to Apify Store

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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
8 days ago
Last modified
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+contentinto 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:
| Field | Description |
|---|---|
title | Article headline |
date | Publication date and time |
link | Full URL to the article |
content | Full article text |
category | News category (e.g. Politics, Economy) |
countries | Related countries (comma-separated when several apply) |
π Quick start
- Open the actor on Apify.
- Optionally pick a country and/or category.
- Set
number_of_articles(1β200; default 50). - Click Start and export CSV, Excel, or JSON when done.
π₯ Inputs
| Parameter | Type | Required | Description |
|---|---|---|---|
country | string | No | brics, china, india, russia, β¦ or empty for all |
category | string | No | economy, society, culture, β¦ or empty for all |
number_of_articles | integer | Yes | How 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"}