reunion_get_caf_beneficiaries
Query monthly beneficiary counts for CAF social benefits in La Réunion, filterable by benefit type and date range.
Instructions
Monthly counts of beneficiaries of CAF (Caisse d'Allocations Familiales) social benefits in La Réunion. Each row is one (month × benefit type). Covers RSA (revenu de solidarité active), AAH (allocation aux adultes handicapés), prestations familiales (allocations familiales, ASF, complément familial), prestations logement (APL, ALS, ALF), prime d'activité, etc. Returns date, benefit type, beneficiary count. Sorted by date descending. Combine with reunion_get_caf_amounts for total euros paid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| benefit_type | No | Benefit type label prefix match. Examples: "RSA", "AAH", "Prime d'activité", "Allocations familiales", "APL" | |
| from | No | Inclusive lower bound on date, ISO format YYYY-MM-DD | |
| to | No | Inclusive upper bound on date, ISO format YYYY-MM-DD | |
| limit | No | Max rows to return (1-500, default 50) |