Skip to main content

User posts by user_id v2

GET 

/webuser_posts_v2/:user_id

Get posts of an Instagram user using user_id. play_count is supported for videos.

Request

Path Parameters

    user_id anyrequired

Query Parameters

    count integer

    Count must be between 1-15. Default count value is 12.

    nocors string

    Possible values: [true, false]

    if set to true, you will get no-CORS media urls.

    max_id any

    Use next_max_id from response to fetch more posts

Responses

Success response

Schema
    any
Loading...