VOOZH about

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

⇱ RAE Spanish Dictionary Scraper — Real Academia Española API in Python · 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

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

You can access the RAE Spanish Dictionary — Real Academia Española Official Lookup programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

👁 Python

Python

👁 JavaScript

JavaScript

CLI

👁 OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"words":["mar"],
10"limit":10,
11}
12
13# Run the Actor and wait for it to finish
14run = client.actor("maged120/real-academia-espanola-rae-api").call(run_input=run_input)
15
16# Fetch and print Actor results from the run's dataset (if there are any)
17print("💾 Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
18for item in client.dataset(run["defaultDatasetId"]).iterate_items():
19print(item)
20
21# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

RAE Spanish Dictionary Scraper — Real Academia Española API in Python

The Apify API client for Python is the official library that allows you to use RAE Spanish Dictionary — Real Academia Española Official Lookup API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

RAE Spanish Dictionary — Real Academia Española Official Lookup API in JavaScript

RAE Spanish Dictionary — Real Academia Española Official Lookup API through CLI

RAE Spanish Dictionary — Real Academia Española Official Lookup OpenAPI definition

RAE Spanish Dictionary — Real Academia Española Official Lookup API