curl -X GET "https://scrape.st/track/cmnv51j74000101l64lesiwpd" \
-H "x-api-key: YOUR_API_KEY"
{
"data": {
"id": "cmnv51j74000101l64lesiwpd",
"source": "X",
"externalId": "903870624124342274",
"username": "elonmusk",
"name": "Elon Musk",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-04-02T15:45:00.000Z"
}
}
{
"message": "Tracked source not found"
}
Tracking
Get Tracked Source
Retrieve information about a specific tracked source by its internal ID
GET
/
track
/
:id
curl -X GET "https://scrape.st/track/cmnv51j74000101l64lesiwpd" \
-H "x-api-key: YOUR_API_KEY"
{
"data": {
"id": "cmnv51j74000101l64lesiwpd",
"source": "X",
"externalId": "903870624124342274",
"username": "elonmusk",
"name": "Elon Musk",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-04-02T15:45:00.000Z"
}
}
{
"message": "Tracked source not found"
}
Retrieve detailed information about a tracked source using its internal ID.
Parameters
string
required
The Scrapest internal source ID (cuid). You can obtain this from tracking
responses, list endpoints, or the
/tracked endpoint.Response
object
The tracked source information including id, externalId, username, name,
source type, and timestamps.
curl -X GET "https://scrape.st/track/cmnv51j74000101l64lesiwpd" \
-H "x-api-key: YOUR_API_KEY"
{
"data": {
"id": "cmnv51j74000101l64lesiwpd",
"source": "X",
"externalId": "903870624124342274",
"username": "elonmusk",
"name": "Elon Musk",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-04-02T15:45:00.000Z"
}
}
{
"message": "Tracked source not found"
}