Datamuse Scraper: Synonyms, Rhymes & Related Words
Pricing
Pay per usage
Go to Apify Store

Datamuse Scraper: Synonyms, Rhymes & Related Words
Find related words for any term via the public Datamuse API: synonyms, antonyms, rhymes, sound-alikes and topical associations. No login, no proxy, no browser.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Naimur Hasan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Datamuse Scraper
Finds words related to a given term through the public Datamuse API: synonyms, antonyms, rhymes, sound-alikes and topical associations. No login, no proxy, no browser.
Input
| Field | Type | Notes |
|---|---|---|
word | string | Required. The word to look up. Default ocean. |
relation | string | means-like | synonyms | antonyms | rhymes | sounds-like | triggers. Default means-like. |
maxItems | integer | Cap on results. Default 20. |
Output
One row per related word: word, score (Datamuse's own relevance number),
numSyllables, partsOfSpeech, tags.
Notes
triggersis the one worth knowing about: it returns words statistically associated with the input rather than words that mean the same thing, which is usually what you want for topic and keyword expansion.scoreis a relative ranking within one response, not an absolute measure — comparing scores across two different queries does not mean anything.- Datamuse answers an unmatched word with an empty list and HTTP 200; this Actor turns that into a failure rather than an empty dataset.