# Find Keywords

## POST /findKeywords

> Find Keywords

```json
{"openapi":"3.0.0","info":{"title":"Ranklytics API","version":"1.0.0"},"tags":[{"name":"Keywords","description":"Keywords"}],"servers":[{"url":"https://api.ranklytics.ai","description":"Ranklytics API Server"}],"security":[{"apiKey":[],"secretKey":[]}],"components":{"securitySchemes":{"apiKey":{"type":"apiKey","description":"API Key for authentication","name":"X-API-KEY","in":"header"}}},"paths":{"/findKeywords":{"post":{"tags":["Keywords"],"summary":"Find Keywords","operationId":"3cee6e97e6303d8a3285950d9bc45dfd","parameters":[{"name":"offset","in":"query","description":"Number of results to skip","schema":{"type":"integer","default":0}},{"name":"limit","in":"query","description":"Maximum number of results to return","schema":{"type":"integer","default":100,"maximum":100}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"project_id":{"description":"Project ID","type":"integer"},"keyword":{"description":"Seed keyword to find variations for","type":"string"}},"type":"object"}}}},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"properties":{"status":{"type":"string"},"offset":{"description":"Number of results skipped","type":"integer"},"limit":{"description":"Maximum number of results returned","type":"integer"},"keywords":{"type":"array","items":{"properties":{"keyword":{"description":"The keyword","type":"string"},"competition":{"description":"Competition level","type":"string"},"competition_index":{"description":"Competition index score","type":"number"},"search_volume":{"description":"Monthly search volume","type":"string"},"difficulty":{"description":"Keyword difficulty score","type":"string"},"in_account":{"description":"Whether keyword is already tracked (1) or not (0)","type":"integer"}},"type":"object"}}},"type":"object"}}}},"400":{"description":"Invalid API Credentials","content":{"application/json":{"schema":{"properties":{"status":{"type":"string"},"message":{"type":"string"}},"type":"object"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"properties":{"status":{"type":"string"},"message":{"type":"string"}},"type":"object"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.ranklytics.ai/endpoints/find-keywords.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
