KAPSARC Energy Data Scraper
Pricing
from $7.50 / 1,000 results
KAPSARC Energy Data Scraper
Pull energy datasets straight from the KAPSARC catalog by passing a dataset id like india crude oil indicators. Supports full text search, field refinements, and sort order. Returns the raw record fields published by KAPSARC. Useful for energy research and policy analysis.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share

KAPSARC Energy Data Scraper
๐ Export KAPSARC energy datasets in seconds. Production, consumption, trade flows, and price indicators from KAPSARC public catalog.
๐ Last updated: 2026-06-05 . ๐ 6 fields per record . Public API . Real-time
The KAPSARC Energy Data Scraper turns the datasource.kapsarc.org public REST endpoint into a clean, structured dataset.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| ๐ Energy analysts | Pull oil and gas indicators |
| ๐ผ Policy teams | Snapshot energy trade flows |
| ๐ค ML engineers | Build training sets on energy data |
| ๐ฐ Journalists | Verify policy figures |
๐ What the KAPSARC Energy Data Scraper does
- Calls https://datasource.kapsarc.org/api/records/1.0/search with the dataset you supply.
- Flattens fields per record into a clean row.
- Supports text query, refine filters, and sort.
- Surfaces upstream errors as a clean error record.
๐ก Why it matters. The source returns raw API payloads that most data tools cannot ingest directly. This actor normalizes everything into a flat row format ready for analysis.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
maxItems | integer | No | Free users limited to 10. Paid users up to 1,000,000. Prefill 10. |
Example 1.
{"dataset": "india-crude-oil-indicators","maxItems": 100}
Example 2.
{"dataset": "india-crude-oil-indicators","q": "refinery","maxItems": 50}
โ ๏ธ Good to Know. This actor uses a public endpoint. No login or API key is required.
๐ Output
| Field | Type | Description |
|---|---|---|
๐ datasetid | string | KAPSARC dataset id. |
๐ recordid | string | Unique record id. |
๐ recordTimestamp | string | Record timestamp from upstream. |
๐ fields | object | Flattened upstream fields. |
๐ scrapedAt | string | When this row was fetched. |
โ error | string | Set if upstream returned an error. |
Sample record.
{"datasetid": "india-crude-oil-indicators","recordid": "abc123","recordTimestamp": "2025-11-09T10:24:58.941Z","fields": {"obs_value": "0.0","energy_product_name": "Total","flow_breakdown": "Refinery intake","time_period": "2016-11-01","unit_measure": "CONVBBL"},"scrapedAt": "2026-06-05T12:00:00.000Z","error": null}
โจ Why choose this Actor
| ๐ | Public source, no API key required. | | ๐งน | Clean snake_case fields ready for BI tools. | | ๐ข | Numeric values auto-cast for spreadsheets. | | ๐ | Errors surfaced as a clean record instead of crashing. | | ๐พ | Push to dataset for instant export in multiple formats. |
๐ How it compares to alternatives
| Approach | Setup time | Clean fields? | Numeric casting? |
|---|---|---|---|
| Roll your own fetch | 30 min+ | โ | โ |
| Custom Python script | 1 hr+ | partial | partial |
| This Actor | 5 sec, no install | โ | โ |
๐ How to use
- Click Try for free.
- Adjust
maxItemsif needed (defaults to 10). - Click Start. Within seconds, your dataset is ready for download or integration.
๐ผ Business use cases
๐ Analytics dashboards. Pipe results into BI tools.
๐ผ Backtesting. Snapshot data daily for reproducible analysis.
๐ฐ Reporting. Embed live numbers in newsletters or briefings.
๐ค ML feature engineering. Build training sets from public data.
๐ Automating KAPSARC Energy Data Scraper
- Make / Zapier. Trigger this actor on a schedule, push results to Airtable, Google Sheets, or Slack.
- Cron schedule. Native Apify scheduler.
- Webhooks. POST to your endpoint when a run finishes.
- Pipe to BigQuery, Snowflake, Postgres. Native Apify integrations.
๐ Beyond business use cases
๐ Education. Use real data in finance and economics classes.
๐งช Personal research. Track your own metrics without coding.
๐ค Non-profit and open data. Build public dashboards with current numbers.
๐งฐ Tinkering and prototyping. Spin up a feed in seconds for new ideas.
๐ค Ask an AI assistant about this scraper
Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your workflow to the actor inputs.
โ Frequently Asked Questions
โ Do I need an API key? No. KAPSARC datasource is fully public.
โ Where do I find dataset ids? Browse the KAPSARC catalog at datasource.kapsarc.org/explore/.
โ Can I filter by year or country? Yes, use the refineKey and refineValue inputs.
โ Will the schema change? datasetid, recordid, recordTimestamp, and fields are stable.
โ Can I schedule runs? Yes via Apify scheduler, Make, Zapier, or cron.
โ Is this scraping or API? API. KAPSARC search endpoint is public and stable.
โ What if upstream returns an error? A single record with error populated is pushed.
โ Can I run heavy backfills? Yes on a paid plan up to 1,000,000 items.
โ Which export formats are available? Apify dataset UI exposes multiple structured formats.
โ Is rate limiting strict? KAPSARC is generous with public traffic.
๐ Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge Alpha Vantage Scraper | Stocks, FX, crypto, and indicators. |
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge NBA Stats Scraper | Player and team stats from NBA.com. |
| ParseForge CurseForge Mods Scraper | Public mod metadata from CurseForge. |
๐ก Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.
