Instagram API Skill
instagram
instagram
| Method | Path | Description |
|---|---|---|
GET | /geographies/{geo-id}/media/recent | |
GET | /locations/search | Get recent media from a custom geo-id. |
GET | /locations/{location-id} | Search for a location by geographic coordinate. |
GET | /locations/{location-id}/media/recent | Get information about a location. |
GET | /media/popular | Get a list of recent media objects from a given location. |
GET | /media/search | Get a list of currently popular media. |
GET | /media/shortcode/{shortcode} | Search for media in a given area. |
GET | /media/{media-id} | Get information about a media object. |
GET | /media/{media-id}/comments | Get information about a media object. |
POST | /media/{media-id}/comments | Get a list of recent comments on a media object. |
DELETE | /media/{media-id}/comments/{comment-id} | Create a comment on a media object. |
DELETE | /media/{media-id}/likes | Remove a comment. |
GET | /media/{media-id}/likes | Remove a like on this media by the current user. |
POST | /media/{media-id}/likes | Get a list of users who have liked this media. |
GET | /tags/search | Set a like on this media by the current user. |
GET | /tags/{tag-name} | Search for tags by name. |
GET | /tags/{tag-name}/media/recent | Get information about a tag object. |
GET | /users/search | Get a list of recently tagged media. |
GET | /users/self/feed | Search for a user by name. |
GET | /users/self/media/liked | See the authenticated user's feed. |
GET | /users/self/requested-by | See the list of media liked by the authenticated user. |
GET | /users/{user-id} | List the users who have requested this user's permission to follow. |
GET | /users/{user-id}/followed-by | Get basic information about a user. |
GET | /users/{user-id}/follows | Get the list of users this user is followed by. |
GET | /users/{user-id}/media/recent | Get the list of users this user follows. |
GET | /users/{user-id}/relationship | Get the most recent media published by a user. |
POST | /users/{user-id}/relationship | Get information about a relationship to another user. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install instagram
Downloads and installs to ~/.claude/skills/instagram/
1.0.0 (2026-02-13)