Skip to main content
GET
/
x
/
pfp-watch
curl https://scrape.st/x/pfp-watch \
  -H "x-api-key: YOUR_API_KEY"
{
  "data": [
    {
      "username": "elonmusk",
      "lastPfpUrl": "https://pbs.twimg.com/profile_images/456/new_400x400.jpg",
      "createdAt": "2026-07-05T10:00:00.000Z"
    }
  ],
  "message": "PFP watches retrieved successfully"
}
Returns the PFP watches registered for the calling API key.

Response

data
object[]
Watches with username, lastPfpUrl (last observed avatar, null until first poll), and createdAt.
message
string
Status message describing the result
curl https://scrape.st/x/pfp-watch \
  -H "x-api-key: YOUR_API_KEY"
{
  "data": [
    {
      "username": "elonmusk",
      "lastPfpUrl": "https://pbs.twimg.com/profile_images/456/new_400x400.jpg",
      "createdAt": "2026-07-05T10:00:00.000Z"
    }
  ],
  "message": "PFP watches retrieved successfully"
}