I

Instagram API

Published byRon Whisley
3/11/2025

Endpoints

11

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/user

    Search user

    Search by keywords

  • GET/api/instagram/search/hashtag

    search hashtag

    search hashtag if you really need it, LOL

  • GET/api/instagram/posts/info/{code}/code

    info :: by shortcode

    Getting post info, with only a shortcode (I.e.:C3wFeB9pMYc)

  • GET/api/instagram/users/{id}/stories

    stories :: by user_id

    Full stories info

  • GET/api/instagram/users/{id}/similar

    similar users :: by user_id

    old but gold Retrieving the SIMILAR USERS + info on each

  • GET/api/instagram/users/{id}/posts

    posts :: 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}/highlights

    highlights :: by user_id

    Getting highlights info "TRAYS" and "ITEMS" inside

  • GET/api/instagram/users/{id}/clips

    clips :: by user_id

    retrieving last 12 Reels + cursor 

Woooofff

  • GET/api/instagram/users/info/{username}/username

    info :: 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}/about

    about :: 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}/id

    info :: 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 ->