API Integration
A simple REST API with Bearer token authentication. Search 300+ NHS trusts, browse board papers, read extracted content, and download PDFs. Integrate NHS intelligence into any system.
Available on Growth plans and above · 300+ NHS Trusts
Our REST API provides programmatic access to the same NHS board paper data that powers Board Paper Scraper. Use standard HTTP requests with JSON responses to integrate NHS trust intelligence into your own tools, CRMs, dashboards, or workflows.
Sign up for a Growth plan or above at boardpaperscraper.com, then generate an API key from your dashboard under Settings → API.
Test the API with a simple trust search:
curl "https://boardpaperscraper.com/api/v1/trusts/search?q=london" \
-H "Authorization: Bearer YOUR_API_KEY"The API has 5 endpoints: search trusts, get trust details, list board papers, get board paper content, and download PDFs. Full docs at boardpaperscraper.com/docs/api.
The API exposes these capabilities for your integrations.
Search by name, filter by type (acute, mental health, ambulance), region, or country. Paginated results with full trust metadata.
Get extracted text from any board paper. Our AI has already parsed the PDFs, so you get clean text ready for analysis.
Get direct download links for original board paper PDF files when you need the source document.
Pipe NHS trust intelligence into Salesforce, HubSpot, or any CRM. Enrich your accounts with board paper insights automatically.
Build dashboards showing trust priorities, procurement signals, and financial data pulled from board papers via the API.
300+ NHS trusts. Board papers parsed by AI. Search trusts, read content, find procurement signals, all from your code.
Growth plans and above · No credit card to browse docs
Questions Everyone Asks
Frequently asked questions
Bearer token authentication. Include your API key in the Authorization header: 'Authorization: Bearer YOUR_API_KEY'. Keys are generated from your dashboard.
Rate limits depend on your plan. Growth plans include API access with a monthly call allowance. Scale and Enterprise plans include higher limits. Check your dashboard for current usage.
All endpoints return JSON. Responses include a data field with the results and, for list endpoints, a pagination field with page information.
No, the API is read-only. You can search, browse, and download data but cannot create, update, or delete any records. This is by design for security.
Book a demo and our team will walk you through it.