Instagram reels

social_instagram_reels is a $0.20 GET request on the Wuthering AI API. Read reels with view counts and captions. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/social_instagram_reels

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/social_instagram_reels?url=…&token=YOUR_TOKEN'

What does social_instagram_reels return, and when should you call it?

Return reels from an Instagram profile, with view counts, captions, and engagement.

Views are reported for reels but not for static posts, which makes reels the better reach signal on this platform.

Returns: caption, views, likes, comments count, duration, timestamp, URL.

Use when measuring reach rather than engagement. Don't use for static posts.

What parameters does social_instagram_reels take?

social_instagram_reels accepts 1 parameter, of which 1 is required. Array values are comma-separated on the query string.

Parameters accepted by the social_instagram_reels operation
ParameterTypeRequiredDescription
urlstringyesURL of the Instagram reel itself, containing /reel/. Find it with your OWN web search first: `site:instagram.com/reel "Acme"` returns it directly. wuthering_web_search is the fallback if you have no search of your own, and is billed. Never construct a URL — a wrong one returns a dead page, not an error.

Reference for social_instagram_reels · last updated · published by Wuthering AI