ParseForge Scrapers

Brilliant.org Courses Catalog Scraper

parseforge/brilliant-courses-scraper

Other

Scrapes Brilliant.org course catalog entries by subject area. Returns each course as a flat row with title, description, and metadata.

Run this scraper See the API call
Total users
2
Monthly active
0
Total runs
101
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Brilliant.org Courses Catalog Scraper

Scrape Brilliant.org's full course catalog by subject, up to a million courses per run. Each course comes with its description, lesson count, and structured metadata. No login or API key. Export to CSV, JSON, Excel, or XML.

Brilliant.org offers hundreds of interactive courses in math, science, programming, and data analysis, but browsing them manually to build a learning plan or analyze the catalog is slow. This actor reads the public course listings directly, filtered by subject area, and returns each match in one fixed schema.

Who uses it What they scrape Brilliant.org for
Curriculum designers Audit the full Brilliant.org catalog to map topics against their own learning paths.
EdTech market analysts Track how Brilliant.org expands its STEM and logic course offerings over time.
Learners planning a study roadmap Export a filtered list of courses in a subject to plan a self-study sequence.

What it does

This Actor collects Brilliant.org course catalog entries by subject and returns each one as a flat row.

  • πŸ“š Subject filtering: Target all courses or narrow to Math, Data Analysis, Programming, Science, or Logic sub-categories.
  • βš™οΈ Configurable volume: Set a maximum number of courses to collect, from a single preview up to a full catalog dump.
  • πŸ“„ Flat row output: Every course lands as one row in your dataset, ready for spreadsheets or databases.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Brilliant.org data

πŸ“‹ Build a learning curriculum.

A curriculum designer scrapes all Programming courses to compare Brilliant's topic coverage with their own bootcamp syllabus.

πŸ“Š Monitor catalog growth.

An EdTech analyst runs the scraper monthly on the Science subject to track new course additions and retiring topics.

πŸ—ΊοΈ Plan a personal study path.

A learner scrapes the Advanced Math category, exports it to CSV, and maps a 12-week self-study sequence in a spreadsheet.

Why choose this scraper

What you get
Subject filter Collect courses from one area or the entire catalog in a single run.
Structured output Get consistent fields for course title, description, and metadata across every row.
No auth required Reads the public catalog pages directly with no login, API key, or registration.

How it compares

This actor and the alternative Brilliant.org Courses Scraper both target the public course catalog. Here is how their listed capabilities compare.

Feature ParseForge Brilliant.org Courses Scraper
Subject filtering Yes, 8 subject options plus All Not listed
Configurable max items per run Yes, 1 to 1,000,000 Not listed
Course descriptions Yes Yes
Lesson counts Yes Yes
No login or API key required Yes Not listed

Configure the run

Drive the Actor from a subject filter and a maximum item limit, and filtering runs as each course is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10
}

A larger pull:

{
  "maxItems": 200
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Brilliant.org Courses Catalog Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Brilliant.org through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/brilliant-courses-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your subject filter is set to a category that contains courses. If you set 'Maximum courses' very low and the subject has fewer courses than expected, try increasing the limit or switching to 'All'.

The run finishes but returns fewer courses than I set in 'Maximum courses'.

This is normal. The actor stops when it has collected the requested number or when it has read all available courses in the selected subject, whichever comes first.

Some course fields are empty in my dataset.

Brilliant.org may not populate every metadata field for every course. Empty cells mean the information was not present on the public catalog page for that specific course.

The actor times out or runs very slowly.

Try reducing the 'Maximum courses' value. Scraping a very large number of pages takes time. If the issue persists, check your Apify plan's timeout limits.

FAQ

Question Answer
Do I need a Brilliant.org account or API key to scrape? No. This actor reads the publicly accessible course catalog pages. No login, API key, or registration is required.
What subjects can I filter by? You can choose All, Math, Data Analysis, Programming & Computer Science, Science & Engineering, Everyday Math, Foundational Math, Advanced Math, or Foundational Logic.
How many courses can I scrape in one run? You set the maximum with the 'Maximum courses' input. The limit can be as low as 1 or as high as 1,000,000.
What data does each course row contain? Each row includes the course title, description, and structured metadata such as lesson counts. The exact fields are shown in the sample output on the actor's page.
Can I scrape only a specific course by URL? This actor is designed for catalog-wide or subject-filtered scraping. It does not accept a single course URL as input.
Does this scrape course content, exercises, or user progress? No. It scrapes only the public catalog listing metadata, not the interactive lesson content, exercises, or any user-specific data.
What export formats are supported? Your dataset can be exported to CSV, JSON, Excel, or XML from the Apify platform.
Is this an official Brilliant.org API? No. This is an unofficial scraper that reads the public website. It is not affiliated with or endorsed by Brilliant Worldwide, Inc.
How often is the catalog data updated? The actor reads the live Brilliant.org website on each run, so you always get the current catalog state at the moment of scraping.

Related actors

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Brilliant Worldwide, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
subject string (9 options) Filter to a subject area or "all". all
maxItems integer Maximum number of courses to collect per run. 10

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~brilliant-courses-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Brilliant.org Courses Catalog Scraper on Apify All scrapers