CONADIS Peru Disability Registry Scraper
Pricing
from $7.50 / 1,000 results
CONADIS Peru Disability Registry Scraper
Parse CONADIS Peru observatory tables for disability statistics by region, returning region, year, disability_type, count, age_group, and gender. Useful for accessibility research, social policy analysis, NGO planning, and demographic studies across Peruvian departments and age groups.
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
3 days ago
Last modified
Categories
Share

βΏ CONADIS Peru Disability Registry Scraper
π Export Peru's CONADIS disability registry statistics in seconds. Regional counts, disability types, age groups, and gender breakdowns.
π Last updated: 2026-05-29 Β· π 8 fields per record Β· All 25 Peruvian regions Β· Live CONADIS observatory
The CONADIS Peru Disability Registry Scraper turns the public observatory at conadisperu.gob.pe into a structured dataset. It parses the data tables published by CONADIS and returns one row per region, year, and disability category.
Coverage spans all 25 Peruvian departments tracked by Peru's National Council for the Integration of People with Disabilities (CONADIS).
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| ποΈ Public health teams | Map disability prevalence by department |
| π NGOs and advocates | Quantify regional service gaps |
| π° Journalists | Source authoritative CONADIS figures |
| π€ Data engineers | Mirror disability stats into a warehouse |
| π Researchers | Build cohorts for public health studies |
| πΌ Donor organizations | Allocate aid based on official counts |
π What the CONADIS Peru Disability Registry Scraper does
- Fetches the public CONADIS observatory page.
- Parses the published tables generically (region, year, type, count, age, gender).
- Optionally filters to a specific Peruvian region.
- Surfaces upstream errors as a clean diagnostic record.
π‘ Why it matters: CONADIS publishes the only nationwide registry of people with disabilities in Peru. The numbers are tucked into observatory HTML tables that change layout; this actor wraps the parsing.
π¬ Full Demo
π§ Coming soon.
βοΈ Input
| Field | Type | Required | Description |
|---|---|---|---|
region | enum | No | One of 25 Peruvian regions or empty for all. |
maxItems | integer | No | Free 10, paid up to 1,000,000. |
Example 1 - All regions:
{ "maxItems": 25 }
Example 2 - Lima only:
{ "region": "LIMA", "maxItems": 50 }
β οΈ Good to Know: CONADIS publishes refreshed tables on the observatory landing page. Run on a schedule to keep your copy current.
π Output
| Field | Type | Description |
|---|---|---|
πΊοΈ region | string | Peruvian region. |
π
year | number | Reporting year. |
βΏ disability_type | string | Type of disability when reported. |
π’ count | number | Number of registered persons. |
π₯ age_group | string | Age group bucket. |
β§ gender | string | Gender when reported. |
π scrapedAt | string | When this row was fetched. |
β error | string | Set if upstream response was an error. |
Sample record:
{"region": "LIMA","year": 2024,"disability_type": "FISICA","count": 152340,"age_group": "30-59","gender": "F","scrapedAt": "2026-05-29T13:00:00.000Z","error": null}
β¨ Why choose this Actor
| π | Works with no API key. | | π΅πͺ | Covers all 25 Peruvian regions. | | π‘οΈ | Real browser headers via got-scraping. | | π | Surfaces upstream errors as a clean diagnostic row. | | πΎ | Push to dataset and export CSV, Excel, JSON, or XML. |
π How it compares to alternatives
| Approach | Setup time | Coverage | Maintained |
|---|---|---|---|
| Manual CONADIS portal | minutes per query | full | manual |
| INEI mirror | partial | partial | varies |
| This Actor | 5 sec, no install | full | live |
π How to use
- Click Try for free.
- Pick a region or leave empty.
- Click Start.
πΌ Business use cases
ποΈ Public health planning. Map disability prevalence per region for service rollout.
π° Newsroom verification. Confirm CONADIS counts in social policy stories.
π NGO planning. Allocate program budgets using authoritative counts.
π€ Research pipelines. Pipe registry stats into a public health warehouse.
π Automating CONADIS Peru Disability Registry Scraper
- Make / Zapier: trigger and push to Airtable.
- Cron schedule: monthly refreshes.
- Webhooks: POST to your endpoint after each run.
- Pipe to BigQuery / Snowflake / Postgres: native integrations.
π Beyond business use cases
π Education. Teach disability studies with authoritative Peruvian data.
π§ͺ Personal research. Map disability counts in your home region.
π€ Non-profit. Power advocacy campaigns.
π§° Prototyping. Mock up a public health dashboard.
π€ Ask an AI assistant about this scraper
Paste this README into ChatGPT or Claude.
β Frequently Asked Questions
β Do I need an API key? No.
β Which years are covered? Every year CONADIS has published on the observatory.
β Can I filter by region? Yes, set region to a department name.
β Are counts cast to numbers? Yes.
β Can I schedule runs? Yes via the Apify scheduler.
β Is this scraping or API? HTML parsing of the public CONADIS observatory.
β What format can I download? CSV, Excel, JSON, JSONL, XML, RSS, or HTML.
β What if the table is empty? A diagnostic record with error is pushed.
β Does it follow robots.txt? Only public pages are fetched.
β Will the schema change? Stable.
π 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.
π Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge ONPE Peru Elections Scraper | Peru election results. |
| ParseForge DANE Colombia Scraper | Colombia statistics. |
| ParseForge collection | 900+ production scrapers. |
π‘ Pro Tip: browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.
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's terms of service and applicable law. Create a free account w/ $5 credit.