Reverse Dictionary API

Reverse Dictionary API

Find words that match your descriptions, unlike traditional dictionaries. It can solve the tip-of-the-tongue problem, assist new language learners, and support individuals with anomia. Simply describe what you're thinking, and let the API provide the perfect word for you!

SEO_TOOLSApify

🔄 Reverse Dictionary API

A Reverse Dictionary is a powerful tool that provides words semantically matching your query descriptions, unlike a traditional dictionary that offers definitions for specific words.

🌟 What Can a Reverse Dictionary Do?

  • Solve the Tip-of-the-Tongue Problem: Effortlessly retrieve words that elude your memory.
  • Assist Language Learners: Help new language learners find the right words to express their thoughts.
  • Support Anomia Patients: Aid individuals who can describe objects but struggle to name them due to neurological disorders.

🚀 How It Works

Simply input a description or phrase, and receive a list of words that match your criteria, making it easier to find the precise term you need.

🌍 Join Us Today!

Enhance your vocabulary and communication skills with the Reverse Dictionary API. Perfect for anyone looking to improve their language proficiency!

Input

A full explanation of an input example in JSON.

1{
2  "description": "jump for fun"
3}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2  {
3    "word": "jump for fun",
4    "score": 2147483647
5  },
6  {
7    "word": "frolic",
8    "score": 110099641
9  },
10  {
11    "word": "bounce",
12    "score": 110098641
13  },
14  {
15    "word": "leap",
16    "score": 110097641
17  },
18  {
19    "word": "spring",
20    "score": 110096641
21  },
22  {
23    "word": "hop",
24    "score": 110095641
25  },
26  {
27    "word": "tramper",
28    "score": 109999641
29  },
30  {
31    "word": "trudgeon",
32    "score": 109999641
33  },
34  {
35    "word": "bimble",
36    "score": 109999640
37  },
38  ...
39]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!