openHPI Courses Scraper avatar

openHPI Courses Scraper

Pricing

from $4.52 / 1,000 results

Go to Apify Store
openHPI Courses Scraper

openHPI Courses Scraper

Browse openHPI online courses by language or keyword. Each course returns the title, instructor, language, start and end dates, effort, certificate option, and enrollment count. Great for tracking free technology education, planning study, or building a catalog of MOOC offerings.

Pricing

from $4.52 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

ParseForge Banner

๐ŸŽ“ openHPI Courses Scraper

๐Ÿš€ Export openHPI online courses in seconds. Title, instructor, language, dates, effort, certificate, and enrollment counts ready for MOOC analysis.

๐Ÿ•’ Last updated: 2026-06-05 . ๐Ÿ“Š 11 fields per record . Source open.hpi.de . Structured tabular output

The openHPI Courses Scraper turns the public open.hpi.de data surface into a clean, structured dataset ready for analytics, BI, and downstream automation. It calls the public endpoints, normalizes the response, and flattens each record into one row.

This actor is read-only and uses only publicly available data. No login is required.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
๐Ÿ“Š AnalystsBuild datasets for analytics and reports
๐Ÿข Operations teamsPipe records into BI dashboards
๐ŸŽ“ ResearchersMirror data into local analysis tools
๐Ÿค– ML engineersGenerate training sets without writing client code
๐Ÿ“ฐ JournalistsVerify facts quickly with structured output
๐Ÿ‘ฉโ€๐Ÿ’ป DevelopersSkip the boilerplate of building a custom client

๐Ÿ“‹ What the openHPI Courses Scraper does

  • Calls the public open.hpi.de endpoints with the filters you supply.
  • Parses the response and flattens each record into a flat row.
  • Cleans verbose source keys into stable snake or camelCase names.
  • Surfaces upstream errors as a single-row error record instead of crashing.
  • Exports tabular output in every format the Apify dataset supports.

๐Ÿ’ก Why it matters: open.hpi.de exposes valuable public data, but pulling it into a spreadsheet or warehouse usually means writing client code, managing pagination, and parsing nested responses. This actor wraps all of that.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon.

โš™๏ธ Input

FieldTypeRequiredDescription
maxItemsintegerNoFree users 10. Paid users up to 1,000,000. Prefill 10.
languageenumNoFilter by language.
querystringNoFree-text search across title and instructor.

Example 1.

{
"maxItems": 25,
"language": "",
"query": ""
}

Example 2.

{
"maxItems": 100
}

โš ๏ธ Good to Know. Free users are auto-limited to 10 records per run. Paid users can pull up to 1,000,000.

๐Ÿ“Š Output

Each record is a flat object. The error field is always last.

FieldTypeDescription
๐Ÿ“˜ titlestringCourse title.
๐Ÿ‘ฉโ€๐Ÿซ instructorstringLead instructor.
๐Ÿ—ฃ๏ธ languagestringCourse language.
๐Ÿ“… startDatestringCourse start date.
๐Ÿ endDatestringCourse end date.
โฑ๏ธ effortstringWeekly time commitment.
๐ŸŽ–๏ธ certificatebooleanWhether a certificate is offered.
๐Ÿ‘ฅ enrollmentsnumberEnrolled learner count.
๐Ÿ”— urlstringopenHPI course URL.
๐Ÿ•’ scrapedAtstringFetch timestamp.
โŒ errorstringPopulated if the request failed.

Sample record.

{
"title": "Sample Trial Title",
"instructor": "Prof. Sample",
"language": "English",
"startDate": "2026-09-01",
"endDate": "2026-11-30",
"effort": "4-6 hours/week",
"certificate": true,
"enrollments": 12500,
"url": "https://example.com/sample",
"scrapedAt": "2026-06-05T00:00:00.000Z",
"error": null
}

โœจ Why choose this Actor

| ๐Ÿ†“ | Free tier ready, with public data only. | | ๐Ÿงน | Clean column names ready for BI. | | ๐Ÿ”ข | Auto casts numeric strings to real numbers. | | ๐Ÿ›Ÿ | Surfaces upstream errors as a clean error record instead of crashing. | | ๐Ÿ”Œ | Filters mirror the public source interface. | | ๐Ÿ’พ | Push to dataset for instant tabular export in every supported format. |

๐Ÿ“ˆ How it compares to alternatives

ApproachSetup timeClean keysNumeric castingError handling
Roll your own client30 min +NoNoNo
Generic web scraper1 hr +PartialPartialPartial
This Actor5 sec, no installYesYesYes

๐Ÿš€ How to use

  1. Click Try for free.
  2. Pick filters or leave defaults.
  3. Click Start. Within seconds, your dataset is ready.
  4. Download or pipe to your warehouse.

๐Ÿ’ผ Business use cases

๐Ÿ“Š Analytics. Pull a structured snapshot into your warehouse and join it with internal data.

๐Ÿข Operations. Schedule daily runs and route the dataset into BI dashboards.

๐Ÿ“ฐ Newsroom fact-checking. Reporters can verify a fact in 30 seconds.

๐Ÿค– ML feature engineering. Build a clean training set with no client code.

๐Ÿ”Œ Automating openHPI Courses Scraper

  • Make and Zapier. Trigger this actor on a schedule and route results to Airtable, Sheets, or Slack.
  • Cron schedule. Native Apify scheduler.
  • Webhooks. Get a POST to your endpoint the moment a run finishes.
  • Pipe to BigQuery, Snowflake, Postgres. Native Apify integrations.

๐ŸŒŸ Beyond business use cases

๐ŸŽ“ Education. Teach a data class with real, fresh datasets.

๐Ÿงช Personal research. Track topics you care about over time.

๐Ÿค Non profit and open data. Build public dashboards.

๐Ÿงฐ Tinkering and prototyping. Spin up a feed in 5 seconds.

๐Ÿค– Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.

โ“ Frequently Asked Questions

โ“ Do I need an API key. No. This actor uses public endpoints only.

โ“ Is there a rate limit. The upstream source may rate limit aggressive use. The actor surfaces rate limit notes as a clean error record.

โ“ Which filters are supported. Every filter the public source exposes is in the input schema.

โ“ Are values cast to numbers. Yes, where the source returns numeric strings.

โ“ How do you handle upstream errors. We push a single record with the error populated instead of throwing.

โ“ Can I schedule runs. Yes, native Apify scheduler.

โ“ Is this scraping or API. Public API where available.

โ“ Will the schema change. Field names listed in the Output section are stable.

โ“ What format can I download. Every tabular format the Apify dataset supports.

โ“ Can I filter the output. Yes, every input field maps to an upstream filter.

๐Ÿ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.

ActorWhat it does
ParseForge OurAirports ScraperGlobal airport database.
ParseForge Alpha Vantage ScraperStocks, FX, crypto, and indicators.
ParseForge NBA Stats ScraperPlayer and team stats from NBA.com.
ParseForge CurseForge Mods ScraperPublic mod metadata from CurseForge.

๐Ÿ’ก Pro Tip. Browse the complete ParseForge collection for 900+ production grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.