Skip to main content
GET
/
api
/
research
/
instagram-posts
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/research/instagram-posts
{
  "status": "<string>",
  "posts": [
    {
      "url": "<string>",
      "likes": 123,
      "comments": 123,
      "timestamp": "<string>"
    }
  ]
}

Query Parameters

artist
string
required

Artist name or Recoup artist ID (UUID).

Response

200 - application/json

Top Instagram posts and reels

Top Instagram posts and reels sorted by engagement.

status
string
posts
object[]