An Instagram profile

social_instagram_profile is a $0.20 GET request on the Wuthering AI API. Get a profile's follower count, bio, and account details. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/social_instagram_profile

Price per successful call

$0.20

Failed calls

Not charged

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

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

Return an Instagram profile: bio, follower and following counts, post count, and verification.

Returns: username, full_name, biography, followers, following, posts_count, is_verified, external_url.

Use to size a brand or creator's audience. Don't use for post content, which is wuthering_social_instagram_posts.

What parameters does social_instagram_profile take?

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

Parameters accepted by the social_instagram_profile operation
ParameterTypeRequiredDescription
urlstringyesInstagram profile URL. Find it with your OWN web search first: `site:instagram.com "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_profile · last updated · published by Wuthering AI