Skip to main content

User posts by user_id

GET 

/webuser_posts/:user_id

Get posts of an Instagram user using user_id.

Request

Path Parameters

    user_id anyrequired

Query Parameters

    count integer

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

    nocors string

    Possible values: [true, false]

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

    end_cursor any

    Use end_cursor from response to fetch more posts

Responses

Success response

Schema
    any
Loading...