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

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

artist
string
required

Artist name or Recoup artist ID (UUID).

Response

Top Instagram posts and reels

Top Instagram posts and reels sorted by engagement. Fields are returned directly from Chartmetric's DeepSocial integration.

status
string
Example:

"success"

top_posts
object[]

Top posts ranked by engagement.

top_reels
object[]

Top reels ranked by engagement.