ebenefits VA.gov Api
Pricing
from $0.01 / 1,000 results
ebenefits VA.gov Api
Veteran Self-Service Portal - Claims, Letters, Facilities & Benefits Access VA.gov self-service portal information and resources. Query claim types, letters and documents, direct deposit information, dependent management, VA facility locations, ID cards, travel pay, and appointment information.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
9 days ago
Last modified
Categories
Share
eBenefits/VA.gov API - Veteran Self-Service Portal
Access VA.gov self-service portal information including claim status tracking, letters and documents, direct deposit setup, dependent management, and VA facility locations. Essential for veteran service applications and integrations.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"task": "get_claim_types","radius": 50}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "get_claim_types" | Yes* | The operation to perform on the eBenefits/VA.gov API |
facilityType | string | - | No | Type of VA facility to search for |
state | string | - | No | State for facility search (2-letter code) |
zipCode | string | - | No | ZIP code for nearby facility search |
radius | integer | 50 | No | Radius in miles for facility search |
letterType | string | - | No | Type of VA letter to get information about |
claimType | string | - | No | Type of VA claim |
webhookUrl | string | - | No | URL to receive results via webhook for automation platforms |
demoMode | boolean | true | No | Run with sample data for testing (no API calls) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| API Request | Each VA.gov eBenefits API request processed | $0.01 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal