Keywords and keyphrases
Two ranked lists in one response — single keywords and short multi-word phrases.
Send a `text` and get back two ranked lists: `keywords` (single words) and
Learn more about Keyword ExtractionResults show up here
The sample input is ready — just hit Run.
Send a text and get back two ranked lists: keywords (single words) and keyphrases (short multi-word phrases), each with a relevance score. Both lists come back sorted, highest first, so you can use them right away. Responses are synchronous. Great for SEO and metadata, search indexing and quick content summaries.
Two ranked lists in one response — single keywords and short multi-word phrases.
Each term is scored for how well it represents the document.
Both lists arrive sorted by score, highest first — no extra sorting needed.
Extracts terms across many languages.
SEO and metadata
Auto-generate keywords and tags for articles, pages and product listings.
Search indexing
Enrich documents with extracted terms for better full-text search.
Quick content summary
Get a keyword snapshot of a long document at a glance.
input
text: a single string to analyze.
output
A keywords[] list and a keyphrases[] list, both ranked by score.
keywords (single words) and keyphrases (multi-word phrases) — use whichever you need.{text: "..."}.keyword; keyphrase entries use the field phrase.textrequiredstringThe text to analyze.
keywordsarray<object>Single-word keywords, ranked by score. Each item is {keyword, score}.
keyphrasesarray<object>Multi-word phrases, ranked by score. Each item is {phrase, score} — the field is `phrase`, not `keyword`.
Billed per request.
| Service | Unit | Price |
|---|---|---|
| Keyword Extraction | item | $0.004/request |