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>" } ] }
Get an artist’s top Instagram posts and reels, sorted by engagement.
Artist name or Recoup artist ID (UUID).
Top Instagram posts and reels
Top Instagram posts and reels sorted by engagement.
Show child attributes
Was this page helpful?