# 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"}}}}}}}}}
```
