Instagram API for AI agents — UnifAPI

UnifAPI’s Instagram API gives AI agents public access to Instagram profiles, posts, reels, and hashtags through one normalized endpoint.

Endpoints (v1)

Endpoint Description
instagram/users/get Profile by username
instagram/users/posts Posts on a profile
instagram/users/reels Reels on a profile
instagram/posts/get Single post by shortcode
instagram/hashtag Top + recent posts for a hashtag
instagram/search Search users / hashtags

Example

curl https://api.unifapi.com/v1/instagram/users/get \
  -H "Authorization: Bearer $UNIFAPI_KEY" \
  -d '{"username": "natgeo"}'

What it’s for

→ Start free · Browse all APIs