Duolingo Language Data Scraper avatar

Duolingo Language Data Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
Duolingo Language Data Scraper

Duolingo Language Data Scraper

Scrapes Duolingo vocabulary and phrase data for a specified source and learning language pair. Returns each word with its translation, skill, and unit as a flat row.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

6 days ago

Last modified

Categories

Share

ParseForge

Duolingo Language Data Scraper

Scrape Duolingo course data for any language pair, up to a million records per run. Every record includes the word, translation, skill, unit, and lexical metadata. No API key required. Export to CSV, JSON, Excel, or XML.

Duolingo's internal API is undocumented and changes frequently, making reliable data collection difficult. This actor reads the public course data directly for any source and target language combination you specify. It returns a structured dataset of vocabulary, phrases, and their associated skills, ready for linguistic analysis or app development.

Who uses itWhat they scrape Duolingo for
Language learning researchersAnalyze the vocabulary scope and sequence of a Duolingo course.
EdTech product managersBenchmark a competitor's curriculum content and skill progression.
Flashcard app developersPopulate a new study deck with official Duolingo translations.
Polyglots and linguistsExtract a full word list for a less-common language to build a personal glossary.

What it does

This Actor collects Duolingo vocabulary and phrase data for a specified language pair and returns each lexical entry as a flat row.

  • 🌐 Any language pair: Specify source and target languages using standard ISO codes like 'en' for English or 'es' for Spanish.
  • πŸ“š Full course structure: Each word is linked to its skill, unit, and position within the Duolingo learning path.
  • πŸ“Š Lexical metadata: Returns the base form, translation, part of speech, and gender where applicable.
  • βš™οΈ Simple configuration: set the source language, target language, and the maximum number of records you need.

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

What you can do with Duolingo data

πŸ“ˆ Analyze curriculum design.

A researcher extracts the full Spanish-for-English-speakers course to study the order in which grammatical concepts are introduced.

🧠 Build a custom study tool.

A developer scrapes the French vocabulary list to create a specialized Anki deck with native audio and example sentences.

πŸ“Š Compare language courses.

A product manager collects data for the English-from-Japanese and English-from-Korean courses to compare vocabulary count and topic coverage.

πŸ”€ Create a bilingual dictionary.

A linguist downloads all translations for a rare language pair to bootstrap a new digital dictionary project.

Why choose this scraper

What you get
No API keyAccess the data without registering an application or managing OAuth tokens.
Structured outputGet a clean, flat table with consistent columns for every lexical item, ready for analysis.
Full course coverageRetrieve words and phrases from every skill and unit in the selected language course.

How it compares

No other Store actor targets Duolingo the same way, so the honest comparison is with the alternatives teams actually weigh.

Duolingo Language Data ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When Duolingo changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor with a source language code and a learning language code, and set a maximum record limit to control the size of your output 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 collectedApproximate 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 Duolingo Language Data 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 Duolingo 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/duolingo-language-data-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 language codes are valid two-letter ISO codes and that Duolingo offers a course for that specific language pair. Not all combinations are available. Try a common pair like 'en' to 'es' to verify the actor is working.

The actor returns fewer records than my maxItems setting.

This is normal. The actor stops when it has collected all available words for the course. A typical Duolingo course has a finite number of lexical items, often between 2000 and 5000 words.

I received an error about an invalid language code.

Ensure you are using the correct two-letter ISO 639-1 code. For languages with multiple variants, try the base code. For example, use 'zh' for Chinese instead of 'cmn'.

The run timed out before finishing.

Increase the timeout setting in your actor run configuration. A full course extraction can take several minutes depending on the course size and Duolingo's server response times.

FAQ

QuestionAnswer
What language codes can I use?You can use any standard two-letter ISO 639-1 language code, such as 'en' for English, 'es' for Spanish, 'fr' for French, or 'de' for German. The actor will attempt to fetch the course data for the combination you provide.
Does this scraper require a Duolingo login?No, this actor does not require a Duolingo account or password. It accesses the same public course data that the Duolingo web application loads for new users.
What data fields are included in the results?Each record typically includes the source language word, the translation in the learning language, the skill name, the unit number, and the lexical category. The exact fields are shown in the sample output on the actor's page.
Can I scrape a course that is not from English?Yes, you can set any source language and any learning language. For example, you can scrape the German course for French speakers by setting the source to 'fr' and the learning language to 'de'.
How many records can I collect in one run?You can set the maximum records limit up to 1,000,000. A full Duolingo course typically contains several thousand lexical items, so this limit is more than enough for a complete extraction.
Is the data returned in real time?Yes, the actor fetches the current live course data from Duolingo's servers each time it runs. This ensures you always get the latest vocabulary and course structure.
What output formats are supported?You can export your dataset in JSON, CSV, Excel, or XML format directly from the Apify platform.
Can I use this data for commercial purposes?You are responsible for complying with Duolingo's terms of service. This actor is a tool for accessing publicly available data, and you should review Duolingo's policies before any commercial use.
How do I find the correct language code?Use the standard two-letter ISO 639-1 code for the language. For example, 'ja' for Japanese, 'ko' for Korean, 'zh' for Chinese, and 'pt' for Portuguese.

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 Duolingo, 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.