querying-indonesian-gov-data

Query Indonesian government APIs and web sources using Python.

160|17|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/suryast/indonesia-gov-apis --skill querying-indonesian-gov-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: querying-indonesian-gov-data
Source: https://github.com/suryast/indonesia-gov-apis/tree/main
Command: npx skills add https://github.com/suryast/indonesia-gov-apis --skill querying-indonesian-gov-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, pdfplumber, xml.etree.ElementTree, openpyxl, pdfplumber, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies accessing and querying a wide range of Indonesian government APIs and data sources, streamlining data retrieval for various applications.

Core Features & Use Cases

  • API Access: Access 57+ Indonesian government APIs for various data sources.
  • Data Extraction: Extract data from APIs, websites, and web scraping.
  • Use Case: For example, retrieve halal certification information, check company legality, or access weather data. This can save developers time in building applications that rely on government data.

Quick Start

Search for halal certification information using the "bpjph-halal" reference.

Frequently Asked Questions about querying-indonesian-gov-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Indonesian government data APIs using Python?

Access Indonesian government data APIs using Python by utilizing the requests library for direct API calls, handling XML with xml.etree.ElementTree, and parsing responses for application integration.

What is the best way to extract data from Indonesian government websites?

Extract data from Indonesian government websites using web scraping techniques with beautifulsoup4, or parse PDF documents with pdfplumber to retrieve structured information like halal certification details.

Does this government data querying approach require specific Python dependencies?

Querying Indonesian government data requires Python dependencies including requests, beautifulsoup4, pdfplumber, xml.etree.ElementTree, and openpyxl to handle APIs, web scraping, and document parsing.

Can I retrieve company legality information from Indonesian government sources?

Retrieve company legality information by querying over 57 available Indonesian government APIs, streamlining data retrieval for developers building applications that verify business registration status.

How do I parse PDF files when scraping Indonesian government data?

Parse PDF files when scraping Indonesian government data using the pdfplumber dependency to extract text and tables from downloaded documents for integration into your application workflow.

What limitations exist when accessing Indonesian government APIs?

Limitations when accessing Indonesian government APIs include dependency on web scraping methods like beautifulsoup4 for sites lacking API endpoints, and potential structural parsing challenges requiring xml.etree.ElementTree.