Instagram posts

social_instagram_posts is a $0.20 GET request on the Wuthering AI API. Read a profile's posts with captions and engagement. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/social_instagram_posts

Price per successful call

$0.20

Failed calls

Not charged

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

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

Return posts from an Instagram profile or a specific post URL, with captions and engagement.

Returns: caption, likes, comments count, timestamp, media type, URL.

Use to read a brand's consumer-facing messaging. Don't use for reels specifically, which have their own tool.

What parameters does social_instagram_posts take?

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

Parameters accepted by the social_instagram_posts operation
ParameterTypeRequiredDescription
urlstringyesURL of the Instagram post itself, containing /p/. Find it with your OWN web search first: `site:instagram.com/p "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_posts · last updated · published by Wuthering AI