Skip to main content
GET
/
keywords
curl https://scrape.st/keywords \
  -H "x-api-key: YOUR_API_KEY"
{
  "data": ["pepe", "airdrop", "0x7a250d5630b4cf539739df2c5dacb4c659f2488d"],
  "message": "Keywords retrieved successfully"
}
Returns the keywords registered for the calling API key. When an API key has keywords, event deliveries (webhook, Telegram, WebSocket, SSE) are filtered to posts whose text matches at least one keyword — see Keyword Filtering.

Response

data
string[]
The keywords registered for this API key (lowercased).
message
string
Status message describing the result
curl https://scrape.st/keywords \
  -H "x-api-key: YOUR_API_KEY"
{
  "data": ["pepe", "airdrop", "0x7a250d5630b4cf539739df2c5dacb4c659f2488d"],
  "message": "Keywords retrieved successfully"
}