VOOZH about

URL: https://apify.com/hanamira/dictionary-thesaurus

โ‡ฑ SEO Title: Dictionary & Thesaurus API ยท Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

Dictionary & Thesaurus API

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.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ hannah mira

hannah mira

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

0

Monthly active users

6 months ago

Last modified

Share

Look up any English word and get comprehensive data including definitions, pronunciation (with audio), synonyms, antonyms, etymology, and example sentences.

Why Use This Actor?

Building a language app? Writing tool? Educational content? This actor gives you structured, clean dictionary data ready to use. No parsing HTML, no rate limits to worry about, no API keys needed.

Use Cases

  • Writing Apps - Help users find the right words with synonyms and definitions
  • Language Learning - Build vocabulary apps with pronunciation audio
  • Content Tools - Enhance content with word variations and meanings
  • Chatbots - Give your bot dictionary lookup capabilities
  • Educational Games - Create word games with rich word data

Features

  • Definitions organized by part of speech (noun, verb, adjective, etc.)
  • Phonetic pronunciation with audio file URLs
  • Synonyms and antonyms for each definition
  • Etymology (word origin) when available
  • Example sentences showing usage
  • Bulk lookup - process multiple words at once

Input

FieldTypeDescription
wordsarrayWords to look up (required)
includeSynonymsbooleanInclude synonyms (default: true)
includeAntonymsbooleanInclude antonyms (default: true)
includePhoneticsbooleanInclude pronunciation (default: true)
includeEtymologybooleanInclude word origin (default: true)
includeExamplesbooleanInclude example sentences (default: true)

Output

{
"word":"serendipity",
"found":true,
"phonetic":"/หŒsษ›.ษนษ™n.หˆdษช.pษช.ti/",
"audioUrl":"https://api.dictionaryapi.dev/media/pronunciations/en/serendipity-au.mp3",
"meanings":[
{
"partOfSpeech":"noun",
"definitions":[
{
"definition":"A combination of events which have come together by chance to make a surprisingly good or wonderful outcome.",
"antonyms":["Murphy's law","perfect storm"]
},
{
"definition":"An unsought, unintended, and/or unexpected, but fortunate, discovery.",
"synonyms":["chance","luck"]
}
]
}
],
"synonyms":["chance","luck"],
"antonyms":["Murphy's law","perfect storm"],
"sourceUrls":["https://en.wiktionary.org/wiki/serendipity"]
}

Examples

Look up a single word

{
"words":["ephemeral"]
}

Look up multiple words

{
"words":["ubiquitous","serendipity","ephemeral","eloquent"]
}

Get just definitions (no extras)

{
"words":["algorithm"],
"includeSynonyms":false,
"includeAntonyms":false,
"includePhonetics":false,
"includeEtymology":false,
"includeExamples":false
}

Pricing

Pay per result:

  • Actor start: $0.00005 per run
  • Per word: $0.002 per word looked up
RequestResultsCost
1 word1$0.002
10 words10$0.02
100 words100$0.20

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.

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.

Etymonline Word Etymology Scraper

parseforge/etymonline-scraper

Pull word etymologies from the Online Etymology Dictionary. Returns headword, part of speech, etymology essay, related cross-references, century of origin, and direct URL. Search by keyword or look up specific words. Useful for linguists, writers, dictionary apps.

Free Dictionary

moving_beacon-owner1/free-dictionary

Looks up English words and returns definitions, phonetics, synonyms, antonyms, and examples. Useful for writing apps, vocabulary tools, NLP tasks, and auto-generating glossaries.

2

Datamuse Word Finder Scraper

parseforge/datamuse-words-scraper

Export English word lists from the Datamuse word-finder: synonyms, antonyms, rhymes, sound-alikes, hypernyms, holonyms, frequency scores, syllable counts, definitions, and part-of-speech tags. Pick a relation type, seed word, optional topic, and download the full result set.

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.