Instagram Data API
# Instagram Data API A powerful API for accessing Instagram data with multiple fallback mechanisms to ensure reliability. ## Key Features - **User Data**: Get user profiles, posts, and statistics - **Post Data**: Retrieve post information and comments - **Hashtag Data**: Access hashtag information and related posts - **Resilient Architecture**: Multi-layered fallback approach ensures you always…
Instagram Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /api/health |
Check if the Instagram API is running and operational. |
| GET |
Get Post Info /api/post/{shortcode} |
Retrieves detailed information about a specific Instagram post including media, caption, like count, comment count, and owner details. |
| GET |
Get User Posts /api/user/{username}/posts |
Retrieves posts from a specific Instagram user with pagination support. Returns post images, captions, like counts, and comment counts. |
| GET |
Get User Info /api/user/{username} |
Retrieves detailed profile information for a specific Instagram user including biography, follower count, following count, posts count, and profile pictures. |