curl https://scrape.st/keywords \
-H "x-api-key: YOUR_API_KEY"
{
"data": ["pepe", "airdrop", "0x7a250d5630b4cf539739df2c5dacb4c659f2488d"],
"message": "Keywords retrieved successfully"
}
Keywords
List Keywords
Retrieve the keyword filters attached to your API key
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
string[]
The keywords registered for this API key (lowercased).
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"
}