findcourses.co.uk UK Course Scraper
Pricing
from $1.49 / 1,000 course results
findcourses.co.uk UK Course Scraper
Scrape 80,000+ training courses from findcourses.co.uk. Extract title, provider, price, location, duration and course type.
Pricing
from $1.49 / 1,000 course results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

Extract structured training course listings from findcourses.co.uk — one of the UK's largest course comparison platforms with 80,000+ courses across all professional categories.
What you get
| Field | Always present | Description |
|---|---|---|
courseId | ✅ | Unique course ID |
title | ✅ | Course title |
url | ✅ | Direct link to course page |
provider | ✅ | Training provider name |
courseType | ✅ | Course type (Professional Training, etc.) |
price | ✅ | Price (e.g. "From 395 GBP") |
sessions | ✅ | Number of available sessions |
location | ✅ | Delivery location(s) |
delivery | ✅ | Delivery method (Classroom, Virtual, Distance Learning, etc.) |
rating | ✅ | Average provider rating |
reviewCount | ✅ | Number of reviews |
featured | ✅ | Whether the course is featured/recommended |
trending | ✅ | Whether the course is trending |
teaser | ✅ | Short course description |
scrapedAt | ✅ | Timestamp of extraction |
Pricing
$1.49 per 1,000 results. Only charged for successfully extracted courses.
Input options
| Parameter | Type | Default | Description |
|---|---|---|---|
keywords | string | — | Search keyword (e.g. management, Excel, first aid). Leave empty to scrape across 25 default UK training categories. |
maxResults | integer | 5 | Maximum results. Set to 0 for unlimited. |
Examples
1 — Full dataset (25 default categories)
{ "maxResults": 0 }
2 — Keyword search
{ "keywords": "project management", "maxResults": 500 }
3 — Quick sample
{ "maxResults": 5 }
4 — Daily feed per topic
{ "keywords": "health and safety", "maxResults": 0 }
Default categories (when no keyword specified)
management · leadership · excel · project management · communication · health and safety · hr · finance · marketing · sales · data analysis · python · accounting · legal · coaching · it · customer service · operations · compliance · procurement · agile · first aid · mental health · supply chain · engineering
Use cases
- HR & L&D teams — monitor UK course market and compare providers
- EdTech platforms — aggregate courses for comparison engines
- Market research — analyse UK training pricing and provider landscape
- Recruiters — match job requirements with available training
Output example
{"courseId": "1852585","title": "Certified Leadership and Management Excellence CMI Recognised","url": "https://www.findcourses.co.uk/training/london-training-for-excellence/certified-leadership-and-management-excellence-cmi-recognised-1852585","provider": "London Training for Excellence","courseType": "Professional Training","price": "From 5,300 GBP","sessions": "Multiple (5)","location": "Amsterdam, Barcelona, Dubai, London","delivery": "Classroom","rating": 5,"reviewCount": 5,"featured": true,"trending": true,"scrapedAt": "2026-05-26T05:00:00.000Z","sourceCountry": "uk"}