Keyword Occurrences and Density Checker API API ID: 831

Use this API to recognize the number of times a keyword appears in a given text, and also the density of that keyword on the text.
通过 MCP 从您的 AI 代理使用此 API
支持 OpenClaw、Claude Code/Desktop、Cursor、Windsurf、Cline 以及任何兼容 MCP 的 AI 客户端。
文档和设置
通过封装此 MCP 创建技能: https://mcp.zylalabs.com/mcp?apikey=YOUR_ZYLA_API_KEY

About the API:

Keyword density is a foundational concept of search engine optimization (SEO). It’s important to understand how keyword density works, since it can have a direct impact on your site content’s visibility in search engine results pages (SERPs) and on the costs of your online marketing campaigns.

Keyword density refers to the number of times a keyword appears on a given webpage or within a piece of content as a ratio or percentage of the overall word count. This is also sometimes referred to as keyword frequency, or the frequency with which a specific keyword appears on a webpage.

 

 
 

What this API receives and what your API provides (input/output)?

This API will receive a text and it will deliver, as a JSON, the number of times that that word appears. Also, it will deliver a percentage of keyword density in the text. 

 

What are the most common uses cases of this API?

 

This API is ideal to check how many occurrences are in a text on a webpage. This is great to improve your SEO. If you repeat several times a certain word, the SEO rank of that text will drop down. 

This is a good tool to check the density and the number of times that a keyword appears, so you can have a better SEO rank for your page or texts. 

 

Are there any limitations to your plans?

Besides API call limitations per month, there is a limitation of 1 request per second. 

API 文档

端点


Submit a text and immediately get a list of relevant words with a number of occurrences.

 


                                                                            
POST https://pr140-testing.zylalabs.com/api/831/keyword+occurrences+and+density+checker+api/592/get+ocurrences
                                                                            
                                                                        

Get Ocurrences - 端点功能

对象 描述
请求体 [必需] Json
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"status":"ok","text_words":"30","unique_keywords":"27","density":[{"the":4,"augustus":1,"garrisoned":1,"sixteen":1,"only":1,"served":1,"praetorians":1,"legionaries":1,"than":1,"paid":1,"better":1,"italy":1,"in":1,"which":1,"were":1,"also":1,"peace":1,"public":1,"maintain":1,"to":1,"ostensibly":1,"cohorts":1,"nine":1,"guard":1,"praetorian":1,"created":1,"years":1}]}
                                                                                                                                                                                                                    
                                                                                                    

Get Ocurrences - 代码片段


curl --location --request POST 'https://zylalabs.com/api/831/keyword+occurrences+and+density+checker+api/592/get+ocurrences' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{
    "text": "Augustus also created the Praetorian Guard: nine cohorts, ostensibly to maintain the public peace, which were garrisoned in Italy. Better paid than the legionaries, the Praetorians served only sixteen years"
}'

    

Submit a text and immediately get a list of relevant words with density (percentage).

 


                                                                            
POST https://pr140-testing.zylalabs.com/api/831/keyword+occurrences+and+density+checker+api/593/get+density
                                                                            
                                                                        

Get Density - 端点功能

对象 描述
请求体 [必需] Json
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"status":"ok","text_words":"42","unique_keywords":"36","density":[{"roman":"7","the":"7","empire":"5","law":"5","codes":"2","well-established":"2","had":"2","already":"2","eastern":"2","impose":"2","and":"2","juridical":"2","parts":"2","most":"2","provinces":"2","in":"2","uniformly":"2","of":"2","functionaries":"2","to":"2","citizens":"2","held":"2","original":"2","jurisdiction":"2","over":"2","cases":"2","involving":"2","throughout":"2","courts":"2","but":"2","there":"2","were":"2","too":"2","few":"2","judicial":"2","procedures":"2"}]}
                                                                                                                                                                                                                    
                                                                                                    

Get Density - 代码片段


curl --location --request POST 'https://zylalabs.com/api/831/keyword+occurrences+and+density+checker+api/593/get+density' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{
    "text": "Roman courts held original jurisdiction over cases involving Roman citizens throughout the empire, but there were too few judicial functionaries to impose Roman law uniformly in the provinces. Most parts of the Eastern Empire already had well-established law codes and juridical procedures"
}'

    

API 访问密钥和身份验证

注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Keyword Occurrences and Density Checker API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
标头
标头 描述
授权 [必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。

简单透明的定价

无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。

🚀 企业版

起价
$ 10,000/年


  • 自定义数量
  • 自定义速率限制
  • 专业客户支持
  • 实时 API 监控

客户喜爱的功能

  • ✔︎ 仅支付成功请求
  • ✔︎ 7 天免费试用
  • ✔︎ 多语言支持
  • ✔︎ 一个 API 密钥,所有 API。
  • ✔︎ 直观的仪表板
  • ✔︎ 全面的错误处理
  • ✔︎ 开发者友好的文档
  • ✔︎ Postman 集成
  • ✔︎ 安全的 HTTPS 连接
  • ✔︎ 可靠的正常运行时间

Keyword Occurrences and Density Checker API FAQs

The "Get Occurrences" endpoint returns the total number of words, unique keywords, and a list of keyword occurrences. The "Get Density" endpoint provides similar data but includes the density percentage for each keyword, allowing users to assess keyword relevance in their text.

Key fields include "status" (indicating success), "text_words" (total word count), "unique_keywords" (count of distinct keywords), and "density" (an array showing keyword occurrences or density percentages).

The response data is structured in JSON format. It includes a status message, total word count, unique keyword count, and a density array, where each entry corresponds to a keyword and its respective occurrence or density.

The primary parameter for both endpoints is the text input, which should be a string containing the content to analyze. Users can submit any text they wish to evaluate for keyword occurrences or density.

Typical use cases include optimizing web content for SEO by analyzing keyword frequency and density, ensuring balanced keyword usage to avoid penalties, and improving content visibility in search engine results.

Users can analyze the "density" data to adjust keyword usage in their content. For example, if a keyword's density is too high, they may reduce its occurrences to enhance SEO performance and avoid keyword stuffing.

Data accuracy is maintained through consistent algorithms that count word occurrences and calculate density based on the provided text. The API processes text in real-time, ensuring up-to-date analysis.

If the input text is empty or contains no keywords, the API will return a response indicating zero occurrences and density. Users should ensure their input text is valid and contains relevant keywords for meaningful analysis.

一般常见问题

Zyla API Hub 就像一个大型 API 商店,您可以在一个地方找到数千个 API。我们还为所有 API 提供专门支持和实时监控。注册后,您可以选择要使用的 API。请记住,每个 API 都需要自己的订阅。但如果您订阅多个 API,您将为所有这些 API 使用相同的密钥,使事情变得更简单。
价格以 USD(美元)、EUR(欧元)、CAD(加元)、AUD(澳元)和 GBP(英镑)列出。我们接受所有主要的借记卡和信用卡。我们的支付系统使用最新的安全技术,由 Stripe 提供支持,Stripe 是世界上最可靠的支付公司之一。如果您在使用卡片付款时遇到任何问题,请通过 [email protected]

此外,如果您已经以这些货币中的任何一种(USD、EUR、CAD、AUD、GBP)拥有有效订阅,该货币将保留用于后续订阅。只要您没有任何有效订阅,您可以随时更改货币。
定价页面上显示的本地货币基于您 IP 地址的国家/地区,仅供参考。实际价格以 USD(美元)为单位。当您付款时,即使您在我们的网站上看到以本地货币显示的等值金额,您的卡片对账单上也会以美元显示费用。这意味着您不能直接使用本地货币付款。
有时,银行可能会因其欺诈保护设置而拒绝收费。我们建议您首先联系您的银行,检查他们是否阻止了我们的收费。此外,您可以访问账单门户并更改关联的卡片以进行付款。如果这些方法不起作用并且您需要进一步帮助,请通过 [email protected]
价格由月度或年度订阅决定,具体取决于所选计划。
API 调用根据成功请求从您的计划中扣除。每个计划都包含您每月可以进行的特定数量的调用。只有成功的调用(由状态 200 响应指示)才会计入您的总数。这确保失败或不完整的请求不会影响您的月度配额。
Zyla API Hub 采用月度订阅系统。您的计费周期将从您购买付费计划的那一天开始,并在下个月的同一日期续订。因此,如果您想避免未来的费用,请提前取消订阅。
要升级您当前的订阅计划,只需转到 API 的定价页面并选择您要升级到的计划。升级将立即生效,让您立即享受新计划的功能。请注意,您之前计划中的任何剩余调用都不会转移到新计划,因此在升级时请注意这一点。您将被收取新计划的全部金额。
要检查您本月剩余多少 API 调用,请参考响应标头中的 "X-Zyla-API-Calls-Monthly-Remaining" 字段。例如,如果您的计划允许每月 1,000 个请求,而您已使用 100 个,则响应标头中的此字段将显示 900 个剩余调用。
要查看您的计划允许的最大 API 请求数,请检查 "X-Zyla-RateLimit-Limit" 响应标头。例如,如果您的计划包括每月 1,000 个请求,此标头将显示 1,000。
"X-Zyla-RateLimit-Reset" 标头显示您的速率限制重置之前的秒数。这告诉您何时您的请求计数将重新开始。例如,如果它显示 3,600,则意味着还有 3,600 秒直到限制重置。
是的,您可以随时通过访问您的账户并在账单页面上选择取消选项来取消您的计划。请注意,升级、降级和取消会立即生效。此外,取消后,您将不再有权访问该服务,即使您的配额中还有剩余调用。
为了让您有机会在没有任何承诺的情况下体验我们的 API,我们提供 7 天免费试用,允许您免费进行最多 50 次 API 调用。此试用只能使用一次,因此我们建议将其应用于您最感兴趣的 API。虽然我们的大多数 API 都提供免费试用,但有些可能不提供。试用在 7 天后或您进行了 50 次请求后结束,以先发生者为准。如果您在试用期间达到 50 次请求限制,您需要"开始您的付费计划"以继续发出请求。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。或者,如果您在第 7 天之前不取消订阅,您的免费试用将结束,您的计划将自动计费,授予您访问计划中指定的所有 API 调用的权限。请记住这一点以避免不必要的费用。
7 天后,您将被收取试用期间订阅的计划的全额费用。因此,在试用期结束前取消很重要。因忘记及时取消而提出的退款请求不被接受。
当您订阅 API 免费试用时,您可以进行最多 50 次 API 调用。如果您希望超出此限制进行额外的 API 调用,API 将提示您执行"开始您的付费计划"。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。
付款订单在每月 20 日至 30 日之间处理。如果您在 20 日之前提交请求,您的付款将在此时间范围内处理。
您可以通过我们的聊天渠道联系我们以获得即时帮助。我们始终在线,时间为上午 8 点至下午 5 点(EST)。如果您在该时间之后联系我们,我们将尽快回复您。此外,您可以通过 [email protected]

相关 API


您可能还喜欢