Channel Shorts (we handle the pagination)

Convenience endpoint to get the latest shorts from a channel. We handle the pagination for you. This will cost you more credits because under the hood we're using the 'Channel Shorts' endpoint, just like you would. But making it easier for you. If you need more details about the short like description, publish date, etc, you'll need to use the 'Video/Short Details' endpoint.

GET
/v1/youtube/channel/shorts/simple

🤖 Why Code When AI Can Do It For You?

Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

curl "https://api.scrapecreators.com/v1/youtube/channel/shorts/simple" \
  -H "x-api-key: "
[
  {
    "type": "short",
    "id": "01D3CgMZ29I",
    "url": "https://www.youtube.com/watch?v=01D3CgMZ29I",
    "title": "WHAT A MATCH",
    "thumbnail": "https://i.ytimg.com/vi/01D3CgMZ29I/oardefault.jpg?sqp=-oaymwEoCJUDENAFSFqQAgHyq4qpAxcIARUAAIhC2AEB4gEKCBgQAhgGOAFAAQ==&rs=AOn4CLBTI26rFmtMoUSzLVbr1Izv5pxfkQ",
    "viewCountText": "13K",
    "viewCountInt": 13000
  },
  {
    "type": "short",
    "id": "zCgeCq9hKhY",
    "url": "https://www.youtube.com/watch?v=zCgeCq9hKhY",
    "title": "THE FINAL BOSS ALWAYS HAS A PLAN",
    "thumbnail": "https://i.ytimg.com/vi/zCgeCq9hKhY/oardefault.jpg?sqp=-oaymwEoCJUDENAFSFqQAgHyq4qpAxcIARUAAIhC2AEB4gEKCBgQAhgGOAFAAQ==&rs=AOn4CLClaxJ3g_esWOslLUTBKseo6C2JUw",
    "viewCountText": "37K",
    "viewCountInt": 37000
  },
  {
    "type": "short",
    "id": "95pq2gD-h3c",
    "url": "https://www.youtube.com/watch?v=95pq2gD-h3c",
    "title": "HOLY SHIT IT'S RapSheet 😂😂😂",
    "thumbnail": "https://i.ytimg.com/vi/95pq2gD-h3c/oardefault.jpg?sqp=-oaymwEoCJUDENAFSFqQAgHyq4qpAxcIARUAAIhC2AEB4gEKCBgQAhgGOAFAAQ==&rs=AOn4CLBu2MDEIFE42RwtnCrjeGbkpTHgoQ",
    "viewCountText": "88K",
    "viewCountInt": 88000
  }
]

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

handle
string

Can pass channelId or handle

channelId
string

Can pass channelId or handle

amount
number
required

The amount of shorts to return.