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.
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.
Actor.getInput()
retrieves the input where the word to be queried is defined.Actor.pushData()
.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}
To build and run this Actor on Apify:
Build the Actor:
apify build
Run the Actor:
apify run
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.
To learn more about Apify and building Actors, take a look at the following resources:
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!