Data Indonesia Article Scraper
Pricing
from $0.99 / 1,000 results
Data Indonesia Article Scraper
Extract full article text, authors, dates, and metadata from dataindonesia.id URLs. No browser needed - fast HTTP-only extraction via Next.js data.
Pricing
from $0.99 / 1,000 results
Rating
0.0
(0)
Developer
Farhan Febrian Nauval
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 days ago
Last modified
Categories
Share
Extract full article text, author, publication date, tags, and category from any dataindonesia.id article URL. Data Indonesia is an Indonesian data journalism and analysis platform covering economics, business, and social statistics.
Why Use This Actor?
- Indonesian economic research - data-driven articles on GDP, trade, investment, and government budget.
- Policy monitoring - track Indonesian government spending, regulation, and fiscal policy.
- Academic and journalistic use - structured extraction of data-backed Indonesian news analysis.
- No subscription required - full article text accessible via HTTP.
How It Works
This actor uses only HTTP requests - no browser, no Selenium, no Playwright. Articles are extracted in seconds with RAM usage well under 256 MB.
Input
{"url": "https://dataindonesia.id/ekonomi/detail/perketat-efisiensi-anggaran-pemerintah-realokasi-belanja-kl-hingga-rp1302-t","urls": ["https://dataindonesia.id/ekonomi/detail/article-one","https://dataindonesia.id/varia/detail/article-two"],"mode": "article","limit": 10}
Output
{"url": "https://dataindonesia.id/profil-perusahaan/detail/profil-pt-bank-btpn-syariah-tbk-btps","source": "Data Indonesia","title": "Profil PT Bank BTPN Syariah Tbk. (BTPS)","description": "PT Bank BTPN Syariah Tbk. (BTPS) didirikan dengan nama PT Bank Purba Danarta pada 7 Maret 1991.","content": "Tentang Perusahaan PT Bank BTPN Syariah Tbk. (BTPS) didirikan dengan nama PT Bank Purba Danarta pada 7 Maret 1991. Kemudian pada 2009, bank berganti nama menjadi PT Bank Sahabat Purba Danarta. Lalu pada 2013, PT Bank BTPN Tbk. mengakuisisi Bank Sahabat Purba Danarta dan secara resmi menggunakan nama PT Bank BTPN Syariah. Pada 22 Mei 2014, bank mendapatkan izin untuk melakukan konversi menjadi bank umum dengan kegiatan usaha berdasarkan prinsip syariah....","image": "https://assets.dataindonesia.id/2026/04/21/1776750701929-5-blurred_1776750701893_198.jpg","language": "id","word_count": 649,"published_date": "2026-04-17T13:40:00+07:00","modified_date": "2026-04-21T05:51:42.000Z","authors": ["Dyah Ayu Kartika"],"categories": "Arsip","tags": "Bank;profil perusahaan;BTPS"}
Fetch Latest News
Set mode to "latest" to fetch the newest article URLs and titles from the Data Indonesia homepage instead of extracting a single article.
Input:
{"mode": "latest","limit": 10}
Output - array of objects:
[{"url": "https://dataindonesia.id/varia/detail/3-prajurit-tni-pasukan-perdamaian-gugur-di-lebanon-berikut-negara-dengan-pasukan-unifil-terbanyak","title": "3 Prajurit TNI Pasukan Perdamaian Gugur di Lebanon, Berikut Negara dengan Pasukan UNIFIL Terbanyak","source": "Data Indonesia"}]
Source: https://dataindonesia.id (homepage, no RSS available)
Cron Schedule: Auto-Fetch Newest Articles
Combine mode: "latest" and mode: "article" to keep a fresh feed running on autopilot:
- Schedule a recurring run of this Actor with
{"mode": "latest", "limit": 20}via Apify Schedules (UI ▸ Schedules ▸ Create new). A cron expression like*/30 * * * *runs it every 30 minutes. - Webhook the dataset of the latest run into another Actor run with
mode: "article"and the new URLs as input — Apify integrations let you chain runs via the "Actor finished" webhook without any glue code. - The article-mode run extracts the full body, image, authors, and metadata for each URL and appends to your master dataset.
Common cron expressions:
| Frequency | Cron |
|---|---|
| Every 15 minutes | */15 * * * * |
| Hourly | 0 * * * * |
| Every 6 hours | 0 */6 * * * |
| Daily at 06:00 UTC | 0 6 * * * |
Other News Actors
Need a different news source? All actors in this collection:
| Actor | Source |
|---|---|
aljazeera-scraper | Al Jazeera |
apnews-scraper | AP News |
bbc-scraper | BBC News |
bisnis-scraper | Bisnis Indonesia |
cnbc-scraper | CNBC |
dataindonesia-scraper | Data Indonesia |
forbes-scraper | Forbes |
fortune-scraper | Fortune |
ft-scraper | Financial Times |
guardian-scraper | The Guardian |
investors-scraper | Investor's Business Daily |
msn-scraper | MSN News |
nytimes-scraper | New York Times |
reuters-scraper | Reuters |
scmp-scraper | South China Morning Post |
smh-scraper | Sydney Morning Herald |
straitstimes-scraper | The Straits Times |
techcrunch-scraper | TechCrunch |
thestar-scraper | The Star (Malaysia) |
upi-scraper | UPI |
yahoo-finance-scraper | Yahoo Finance |