Real-time Keywords API
Get real-time keyword suggestions from top search engines. This API delivers accurate auto-complete queries to help you power search tools, SEO workflows, content creation, and user-facing suggestion boxes. It takes about ~2 minutes to complete the job, so use "request-keywords" to launch a job and then poll the result from the "get-keyword-results" endpoint. WARNING: Not all search engines…
Real-time Keywords API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
request-realtime-keywords /keywords/realtime/search |
Create a request to get real-time keywords. (autocomplete search suggestions). The endpoint will return a `hash_id` that you can use to fetch (poll) the results of. |
| GET |
realtime-keywords-result /keywords/realtime/results/{hash_id} |
The results are deleted after ~15 minutes, so be quick to get them after requesting. |
| GET |
trending-today /keywords/trending |
Daily trending keywords per country. |
Real-time Keywords API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.95 / month | — |
|
| ULTRA | $14.95 / month | — |
|