Instagram API
Endpoints
SEARCH 2
POSTS 1
USER 8
What is the Instagram API?
All necessary endpoints. If smth missed: t.me/notalonehere. Deep, rapid, creative. Followers, media, etc.
Instagram API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
Instagram API endpoints
- GET
/api/instagram/search/userSearch user
Search by keywords
- GET
/api/instagram/search/hashtagsearch hashtag
search hashtag if you really need it, LOL
- GET
/api/instagram/posts/info/{code}/codeinfo :: by shortcode
Getting post info, with only a shortcode (I.e.:C3wFeB9pMYc)
- GET
/api/instagram/users/{id}/storiesstories :: by user_id
Full stories info
- GET
/api/instagram/users/{id}/similarsimilar users :: by user_id
old but gold Retrieving the SIMILAR USERS + info on each
- GET
/api/instagram/users/{id}/postsposts :: by user_id
All you need is posts… with user_id retrieving: 12 last post + cursor position post info (90 parameters) user_info (10 parameters)
- GET
/api/instagram/users/{id}/highlightshighlights :: by user_id
Getting highlights info "TRAYS" and "ITEMS" inside
- GET
/api/instagram/users/{id}/clipsclips :: by user_id
retrieving last 12 Reels + cursor Woooofff
- GET
/api/instagram/users/info/{username}/usernameinfo :: by username
Returns basic user info, by username Use "username" to get detailed user info (if originally provided), such as: - Followers/Follows count - Media count - Birthdate - Links in bio - Phone/email - User_id - Facebook id / ads id and much more ->
- GET
/api/instagram/users/{id}/aboutabout :: by user_id
(unique!!!) This one is really interesting 1) Country 2) 1st month + year in Instagram (sign up) 3) Verify status
- GET
/api/instagram/users/info/{user_id}/idinfo :: by user_id
Returns basic user info, by user_id Use "user_id" (pk) to get detailed user info (if originally provided), such as: - Followers/Follows count - Media count - Birthdate - Links in bio - Phone/email - Username - Facebook id / ads id and much more ->