
Diccionario de la Real Academia de la Lengua Española RAE (PPR)
Pricing
$5.00 / 1,000 results

Diccionario de la Real Academia de la Lengua Española RAE (PPR)
Accede a definiciones oficiales del español directamente en formato JSON. Obtén significados, categorías gramaticales y usos de cualquier palabra. Ideal para aplicaciones educativas, correctores y análisis lingüístico.
0.0 (0)
Pricing
$5.00 / 1,000 results
0
Monthly users
1
Runs succeeded
>99%
Last modified
16 days ago
📚 RAE API Actor for Apify
A powerful Actor for accessing the Real Academia Española (RAE) dictionary and retrieving structured data such as definitions, conjugations, synonyms, antonyms, and more. This Actor is built to integrate easily with your applications, games, and research tools.
Included features
- Apify SDK - A toolkit for building Actors on the Apify platform.
- Input schema - Define and validate a schema for your Actor's input.
- Dataset - Store structured data where each object stored has the same attributes.
- RAE API - Retrieve linguistic data from the Real Academia Española dictionary.
- JSON Output - Structured data formatted for easy parsing and integration.
How it works
Actor.getInput()
retrieves the input where the word to be queried is defined.- The Actor fetches structured data related to the word, including:
- Definitions
- Conjugations
- Synonyms and Antonyms
- Word origin
- The retrieved data is then stored in the Apify Dataset using
Actor.pushData()
. - The structured JSON output can be used for various purposes, including word games, educational tools, and research.
Example input:
1{ 2 "word": "hablar" 3}
Example output:
1{ 2 "word": "hablar", 3 "meanings": [ 4 { 5 "origin": { 6 "raw": "Del lat. fabulāri.", 7 "type": "lat", 8 "text": "fabulāri" 9 }, 10 "senses": [ 11 { 12 "raw": "1. intr. Emitir palabras.", 13 "meaning_number": 1, 14 "category": "verb", 15 "synonyms": ["balbucir", "tartamudear"], 16 "antonyms": ["callar"] 17 } 18 ] 19 } 20 ], 21 "conjugations": { 22 "non_personal": { 23 "infinitive": "hablar", 24 "participle": "hablado", 25 "gerund": "hablando" 26 } 27 } 28}
Resources
- Web scraping with Apify SDK
- Using Apify Datasets
- Building Actors on Apify
- RAE API Documentation
- Integration with tools like Zapier, Make, and Google Drive
- Video guide on using Apify API
Getting started
To build and run this Actor on Apify:
-
Build the Actor:
apify build
-
Run the Actor:
apify run
Pull the Actor for local development
If you would like to develop locally, you can pull the existing Actor from Apify Console using Apify CLI:
-
Install
apify-cli
Using Homebrew:
brew install apify-cli
Using NPM:
npm -g install apify-cli
-
Pull the Actor by its unique
<ActorId>
:apify pull <ActorId>
Replace
<ActorId>
with the unique name or ID of your Actor.
Documentation reference
To learn more about Apify and building Actors, take a look at the following resources:
Pricing
Pricing model
Pay per resultThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Price per 1,000 items
$5.00