findcourses.co.uk UK Course Scraper avatar

findcourses.co.uk UK Course Scraper

Pricing

from $1.49 / 1,000 course results

Go to Apify Store
findcourses.co.uk UK Course Scraper

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

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

findcourses.co.uk UK Course Scraper

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

FieldAlways presentDescription
courseIdUnique course ID
titleCourse title
urlDirect link to course page
providerTraining provider name
courseTypeCourse type (Professional Training, etc.)
pricePrice (e.g. "From 395 GBP")
sessionsNumber of available sessions
locationDelivery location(s)
deliveryDelivery method (Classroom, Virtual, Distance Learning, etc.)
ratingAverage provider rating
reviewCountNumber of reviews
featuredWhether the course is featured/recommended
trendingWhether the course is trending
teaserShort course description
scrapedAtTimestamp of extraction

Pricing

$1.49 per 1,000 results. Only charged for successfully extracted courses.

Input options

ParameterTypeDefaultDescription
keywordsstringSearch keyword (e.g. management, Excel, first aid). Leave empty to scrape across 25 default UK training categories.
maxResultsinteger5Maximum results. Set to 0 for unlimited.

Examples

1 — Full dataset (25 default categories)

{ "maxResults": 0 }
{ "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"
}