Search for Instagram Business/Creator user by username
Checks if an Instagram user exists and returns their public profile data. Only works for Business and Creator accounts. Returns followers_count, media_count, and profile picture if available.
GET
/
api
/
v1
/
misc
/
instagram
/
tags
Search for Instagram Business/Creator user by username
Copy
curl --request GET \ --url https://api.bundle.social/api/v1/misc/instagram/tags \ --header 'x-api-key: <api-key>'