VOOZH about

URL: https://apify.com/maged120/real-academia-espanola-rae-api

⇱ RAE Spanish Dictionary Scraper — Real Academia Española · Apify


👁 RAE Spanish Dictionary — Real Academia Española Official Lookup avatar

RAE Spanish Dictionary — Real Academia Española Official Lookup

Pricing

from $10.00 / 1,000 results

Go to Apify Store

RAE Spanish Dictionary — Real Academia Española Official Lookup

Look up any Spanish word in the Real Academia Española (RAE) official dictionary. Returns full definitions, usage examples, grammar classifications, and word forms in structured JSON.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

👁 Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

0

Monthly active users

2 months ago

Last modified

Categories

Share

What does RAE Spanish Dictionary Scraper do?

RAE Spanish Dictionary Scraper looks up word definitions in the Real Academia Española (RAE) — the official authority on the Spanish language. Enter any Spanish word and get back the full official definition, usage examples, grammar classifications, and word forms in structured JSON.

This Actor runs on the Apify platform. Use it for Spanish NLP pipelines, language learning applications, content validation, or building Spanish vocabulary datasets.

Why use RAE Spanish Dictionary Scraper?

  • Official RAE data — definitions from the authoritative source on Spanish
  • Full definition data — all senses, usage examples, and grammar tags
  • Batch lookups — look up hundreds of words in one run
  • NLP-ready — clean structured JSON for language model training or augmentation
  • Language learning — build vocabulary apps or quiz datasets from official definitions

How to use RAE Spanish Dictionary Scraper

  1. Open the Actor and click Try for free
  2. Enter Spanish words in the words input field
  3. Click Start — definitions appear in the Output tab
  4. Download as JSON or CSV, or connect via the Apify API

Input

{
"words":["amor","libertad","conocimiento","efímero"]
}
FieldTypeDescriptionDefault
wordsarraySpanish words to look uprequired

Output

Results are stored in the Apify dataset. Download in JSON, CSV, HTML, or Excel.

{
"word":"amor",
"found":true,
"definitions":[
{
"sense":1,
"partOfSpeech":"sustantivo masculino",
"definition":"Sentimiento intenso del ser humano que, partiendo de su propia insuficiencia...",
"examples":["el amor de madre","amor a la patria"],
"tags":["coloquial"]
}
],
"forms":["amor","amores"],
"url":"https://dle.rae.es/amor"
}

Output fields

FieldTypeDescription
wordstringThe looked-up word
foundbooleanWhether the word was found in RAE
definitionsarrayAll dictionary senses/definitions
definitions[].sensenumberDefinition sense number
definitions[].partOfSpeechstringGrammatical category
definitions[].definitionstringFull definition text
definitions[].examplesarrayUsage examples
formsarrayWord forms (plural, conjugations)
urlstringRAE dictionary page URL

Cost

Pay-per-result pricing:

VolumeEstimated cost
100 words~$0.01–$0.10
1,000 words~$0.10–$1.00

Tips

  • Use found: false results to identify non-standard, archaic, or misspelled words in your dataset
  • Export definitions to build a custom Spanish vocabulary training dataset
  • Combine with a Spanish corpus to create definition-enhanced NLP training data

FAQ

Does this cover all Spanish words? The RAE dictionary includes the standard Spanish lexicon. Colloquialisms, neologisms, and regional words may not be listed.

Is the RAE dictionary available in English? No — the RAE dictionary is in Spanish. Definitions are returned in Spanish.

Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.

Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211

You might also like

Dictionary Word Definitions Scraper

parseforge/dictionary-api-scraper

Pull English word definitions, phonetics, audio pronunciations, parts of speech, examples, synonyms, and antonyms. Look up a word list or paste a paragraph and the Actor breaks it into per-word records. Useful for language apps, NLP, vocabulary builders, content tools.

2

Free Dictionary Scraper

gio21/free-dictionary-scraper

Look up word definitions, phonetics, audio pronunciation, synonyms, antonyms, examples via the Free Dictionary API. No API key. Multi-language. For dictionaries, language learning, NLP datasets.

Wiktionary Definitions Scraper

parseforge/wiktionary-definitions-scraper

Fetch dictionary definitions from Wiktionary in 9 source languages. Returns part of speech, definitions, examples, and cross-language meanings per word. Plain-text and HTML output for one-shot or bulk word lists.

2

Cambridge Dictionary Scraper

alvaraaz/cambridge-dictionary-actor

Search words in the Cambridge Dictionary with this actor. Get definitions, examples, phonetics and CEFR levels.

👁 User avatar

Jose Fernando Álvarez Romero

4

Dictionary & Thesaurus API

hanamira/dictionary-thesaurus

Look up any English word and get definitions, pronunciations with audio, synonyms, antonyms, etymology, and example sentences. Bulk word lookup supported. Perfect for writing apps, language learning tools, chatbots, and educational content.

👁 User avatar

hannah mira

2

Urban Dictionary

shahidirfan/Urban-Dictionary-API

Introducing the Urban Dictionary Scraper, a lightweight actor for efficiently scraping slang definitions, examples, and word trends. Fast and simple to configure. For best results and to avoid rate limits during high-volume scraping, the use of residential proxies is recommended.

👁 User avatar

Shahid Irfan

7

5.0

Related articles

Python dictionaries: a comprehensive guide for devs
Read more